-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (74 loc) · 3.85 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Mo McElaney</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/global.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=true;">
</head>
<body>
<header>
<nav>
<div class="container">
<h1 id="brand">Mo McElaney</h1>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#community">Community</a></li>
<li><a href="https://momack.medium.com/">Blog</a></li>
</ul>
</div>
</nav>
</header>
<section id="hero">
<img src="https://live.staticflickr.com/65535/51398843675_3f675e1db1_z.jpg" alt="Maureen McElaney" />
<h2>Mo McElaney</h2>
<span class="city">Engineering manager. Open source software. Developer advocate. Public speaker. Community organizer.</span><br>
<span class="city">Pronouns: She/They</span>
</section>
<section id="main-content">
<div class="container">
<h3>Biography</h3>
<p>
Mo McElaney is a Senior Manager of Open Source Developement and Developer Advocacy. <br>
Over 10 years of experience in open source, tech community organizing, teaching folks how to code,<br>
and presenting at conferences internationally on topics such as open source, cloud<br>
computing, and ethical ai. They are passionate about building an equitable workforce in tech.<br>
</p>
<h3>About Me</h3>
<section class="column" id="work">
<img src="https://live.staticflickr.com/65535/51398787250_4f847588eb_z.jpg" alt="Work">
<h4>My Work Work</h4>
<p>I am an experienced leader, engineering mananger, mentor, and community organizer specializing in open source, ethical AI, cloud database technology, and developer productivity. <a href="https://www.linkedin.com/in/maureenmcelaney">Check me out on LinkedIn</a> to see more about my work history.</p>
<a href="../hire-maureen/index.html" class="btn">Hire Me</a>
</section>
<section class="column" id="community">
<img src="https://live.staticflickr.com/65535/51397022027_a2b96e0d90_z.jpg" alt="Community">
<h4>My Community Work</h4>
<p>I am on the board of the Vermont Technology Alliance, a non-profit business association dedicated to supporting, promoting and growing technology businesses and technology jobs in the state of Vermont. I'm a co-leader for Women in Machine Learning and Data Science and am on the tutorial committee for PyCon US in 2020 and 2021. I act as admin and actively engage with multiple US national and international slack communities.</p>
</section>
<section class="column" id="blog">
<img src="https://farm2.staticflickr.com/1593/24487687931_e22ed831ba_o.jpg" alt="Blog">
<h4>My Blog</h4>
<p>My love affair with writing began in Ms. Cardomom's class in 6th grade. <a href="https://momack.medium.com/">In my Blog</a> you'll find things that interest me about technology, musings from my personal experiences, and rantings about society at large. I'm interested in learning more about how to fight for those who don't have a voice, supporting underserved communities, and chronicling my adventures living in the frosty North.</p>
</section>
</div>
</section>
<section id="social">
<div class="container">
<h3>Meanwhile, elsewhere on the interwebs...</h3>
<ul>
<li><a href="https://twitter.com/Mo_Mack">TWITTER • </a></li>
<li><a href="https://www.linkedin.com/in/maureenmcelaney">LINKEDIN • </a></li>
<li><a href="https://github.com/mmcelaney">GITHUB • </a></li>
<li><a href="https://momack.medium.com/">BLOG • </a></li>
<li><a href="mailto:[email protected]">EMAIL</a></li>
</ul>
</div>
</section>
<footer>
<p>© 2023 Mo McElaney</p>
</footer>
</body>
</html>