-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
89 lines (79 loc) · 3.49 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Leah T. Bannon</title>
<meta name="description" content="About Leah Bannon and some stuff she loves.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script> window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<link rel="stylesheet" type="text/css" href="css/tooltipster.css" />
<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.0.min.js"></script>
<script type="text/javascript" src="js/jquery.tooltipster.min.js"></script>
<script>
$(document).ready(function() {
$('.tooltip').tooltipster({
position: 'bottom',
}
);
});
</script>
</head>
<body>
<!--[if lt IE 9]>
<div class="browsehappy">
<div class="container">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</div>
</div>
<![endif]-->
<section class="module content">
<header class="headerbox clearfix">
<h1 class="logo">Leah T.<br>Bannon</h1>
<p class="tagline">personal<br>websites<br>are<br>a bit weird<br><3</p>
</header>
<div>
<section class="box clearfix">
<img class="image2"src="images/leah2.jpg" width="200px"></a>
<h2>Hello.</h2>
<p>I'm a civic technologist, designer, and facilitator. I also serve on the organizing committee of the NYC chapter of <a href="https://socialistcall.com/">Bread & Roses</a>, a DSA caucus.
</p>
<p>I helped build...<br>
<a href="https://austindsa.org">Austin DSA</a><br>
<a href="https://va.gov">VA.gov</a> and its <a href="https://depo-platform-documentation.scrollhelp.site/index.html">platform</a><br>
<a href="https://fec.gov">FEC.gov</a><br>
<a href="https://foia.gov">FOIA.gov</a><br>
a site to expand <a href="https://www.nilc.org/issues/daca">DACA</a> that was blocked in court<br>
<a href="https://18f.gsa.gov">18F</a><br>
Tech,Rebalanced<br>
civic union slack community<br>
<a href="https://codefordc.org">Code for DC</a>
</p>
</section>
</div>
<div class="awesomeicons">
<a href="https://twitter.com/leahbannon"><span class="fa fa-twitter"></span></a>
<a href="https://github.com/leahbannon"><span class="fa fa-github"></span></a>
<a href="http://instagram.com/leahbannon"><span class="fa fa-instagram"></span></a>
</div>
<br><br><br><br><br><br><br><br>
<section class="box advice">
<img src="images/my-plants.jpg">
<h2>Some things I love:</h2>
<p>
The National<br>
public transportation<br>
universal programs<br>
sourdough crusts<br>
voting by mail<br>
workplace democracy and <a href="https://workerorganizing.org/">organizing</a><br>
<a href="https://www.saltfatacidheat.com/">Salt, Fat, Acid, Heat</a><br>
plants! I have extra if you want one...<br>
</p>
</section>
</body>
</html>