-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (47 loc) · 2.18 KB
/
index.html
File metadata and controls
52 lines (47 loc) · 2.18 KB
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
<!DOCTYPE html>
<html>
<head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #3399ff;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
background-color: #004080;
}
</style>
<title>Alexandria W. Schneider</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<title>Alexandria W. Schneider</title>
<body>
<h1>Alexandria W. Schneider</h1>
<ul>
<li><a href="https://github.com/phillyaws" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/awschneider" target="_blank">LinkedIn</a></li>
<li><a href="https://www.facebook.com/openridephl/" target="_blank">Open Ride PHL</a></li>
<li><a href="https://drive.google.com/open?id=1bez9JCDgHSVb_pnvZvw-jx26sky8oSiH" target="_blank">CV</a></li>
<li><a href="mailto:alexandria.w.schneider@gmail.com">Contact Me</a></li>
</ul>
<h2>My Work</h2>
<p>I'm a technician and programmer by day.<br />By night, I'm a transit/cycling activist, and a researcher.</p>
<h2>My Advocacy</h2>
<p>I'm a vocal advocate for improved cycling infrastructure and <a href="http://philadelphia.cbslocal.com/2017/12/03/philadelphia-cyclists-ride-to-honor-one-of-their-own/" target="_blank">cyclist safety</a> in Philadelphia and across the country. I regularly lead rides that aim for outreach/education to those <a href="http://www.phillymag.com/be-well-philly/2016/03/22/byko-bike-ride/" target="_blank">skeptical of cycling</a>, and to <a href="https://www.youtube.com/watch?v=jeJ8LYQpY2c" target="_blank">engage and delight</a> people who are already cyclists.<br />Recently, I've also taken an interest in ADHD education and awareness. I'm exploring how to be a mentor and helper to people who may be discovering for the first time how their brains actually work.</p>
<h2>My Passions</h2>
<p>I'm a cyclist, and regularly participate in 100+ mile charity rides.<br />I'm an amateur traditional baker who delights in sharing her baking projects with friends, family, and coworkers.</p>
</body>
</html>