Skip to content

Commit

Permalink
Synchronized build
Browse files Browse the repository at this point in the history
  • Loading branch information
lektor-bot committed Oct 5, 2024
1 parent 471028a commit 4deb6fe
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 0 deletions.
36 changes: 36 additions & 0 deletions about/the-team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,42 @@ <h6 class="subtitle is-6">Web Wizard 🧙‍♂️</h6>



</footer>
</div>

</div>

<div class="">

<div class="card organizer-card">
<div class="card-image">
<figure class="image">

<img src="meghan-halton/profile.jpg" />

</figure>
</div>

<div class="card-content">
<div class="media">
<div class="media-content">
<h4 class="title is-4">Meghan Halton</h4>
<h6 class="subtitle is-6">Sponsorship Chair</h6>
<p><p>Meghan is a Software Engineering Manager, based out of Vancouver. She is passionate about bringing more folks from underrepresented communities into tech. She has worked with organizations such as Vancouver Datajam, PyLadies, Canada Learning Code as well as directly with schools in the Vancouver area to make that happen. In her free time Meghan reads, sews and knits her own wardrobe and is also trying to found a startup (so that people stop asking her to make them clothes).</p>
</p>
</div>
</div>
</div>
<footer class="card-footer">

<a class="card-footer-item" href="mailto:[email protected]">
@
</a>





</footer>
</div>

Expand Down
136 changes: 136 additions & 0 deletions about/the-team/meghan-halton/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
<!DOCTYPE html>
<html data-theme="light">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>


— PyCascades 2025
</title>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
<link rel="stylesheet" href="../../../static/style.css?h=ccc113ca" />
</head>

<body class="has-navbar-fixed-top">
<nav class="navbar is-fixed-top is-primary">
<div class="navbar-brand">
<div class="navbar-item">
<a href="/" class="nav-link">
<div class="nav-icon">
<img src="../../../static/header-logo.png?h=a3c470d3" height="200" />
</div>
</a>
</div>

<a class="navbar-burger" role="button" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>

<div class="navbar-menu">
<div class="navbar-start">
<div class="navbar-item has-dropdown is-hoverable">
<a href="../../the-conference/" class="navbar-link is-arrowless">About</a>

<div class="navbar-dropdown">

<a class="navbar-item" href="../../the-conference/">The Conference</a>

<a class="navbar-item" href="../../code-of-conduct/">Code of Conduct</a>

<a class="navbar-item" href="../">The Team</a>

<a class="navbar-item" href="../../diversity-and-inclusion/">Diversity &amp; Inclusion</a>

<a class="navbar-item" href="../../acessibility/">Accessibility</a>

<a class="navbar-item" href="../../health-and-safety-policy/">Health and Safety Policy</a>

</div>
</div>

<div class="navbar-item has-dropdown is-hoverable">
<a href="../../../attending/venue/" class="navbar-link is-arrowless">Attending</a>

<div class="navbar-dropdown">

<a class="navbar-item" href="../../../attending/venue/">Venue</a>

</div>
</div>


<div class="navbar-item has-dropdown is-hoverable">
<a href="../../../program/cfp/" class="navbar-link is-arrowless">Program</a>

<div class="navbar-dropdown">

<a class="navbar-item" href="../../../program/cfp/">Submit A Talk</a>

</div>
</div>



<div class="navbar-item has-dropdown is-hoverable">
<a href="../../../sponsors/become-a-sponsor/" class="navbar-link is-arrowless">Sponsors</a>

<div class="navbar-dropdown">

<a class="navbar-item" href="../../../sponsors/become-a-sponsor/">Become a Sponsor</a>

</div>
</div>



<a class="navbar-item navbar-link is-arrowless" href="../../../news/">News</a>

</div>
</div>
</nav>


<h2>Meghan Halton</h2>
<h3></h3>
<div></div>


<footer class="footer">
<div class="container">
<a href="../../code-of-conduct/">Code of Conduct</a>
<span>|</span>
<a href="https://fosstodon.org/@pycascades">Mastodon</a>
</div>
</footer>

<div className="mastodon-verification">
<a rel="me" href="https://fosstodon.org/@pycascades"></a>

<a rel="me" href="https://fosstodon.org/@benb"></a>

<a rel="me" href="https://wandering.shop/@hwesta"></a>

<a rel="me" href="https://hachyderm.io/@aether"></a>

<a rel="me" href="https://urbanists.social/@fancysandwiches"></a>

</div>
</body>

<script>
function openMenu() {
console.log('toggling classes');
document.querySelector('.navbar-burger').classList.toggle('is-active');
document.querySelector('.navbar-menu').classList.toggle('is-active');
}
document.querySelector('.navbar-burger').addEventListener('click', openMenu);
</script>

</html>
Binary file added about/the-team/meghan-halton/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4deb6fe

Please sign in to comment.