-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·48 lines (42 loc) · 1.41 KB
/
index.html
File metadata and controls
executable file
·48 lines (42 loc) · 1.41 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Code for MKE</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="noMargin">
<div class="inner">
<nav id="topNav">
<ul>
<li><a href="events.html" >Events</a></li>
<li><a href="join.html">Join</a></li>
<li><a href="about_us.html">About us</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</div><!-- End inner -->
<div class="container">
<div class="center">
<h1 id="inspiring">looking to make a difference?</h1>
</div>
</div>
<div class="inner">
<!-- Start of twitter plug in -->
<div class="bottom-left">
<a class="twitter-timeline" data-width="222" data-height="200" data-theme="light" data-link-color="#FAB81E" align="left" hspace="20" href="https://twitter.com/cityofmilwaukee?ref_src=twsrc%5Etfw">
Tweets by cityofmilwaukee
</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<!-- End twitter plug in -->
<!-- meetup link -->
<a href="https://www.meetup.com/Code-for-Milwaukee/">
<div id="meetup">
<img src="images/meetup-wordmark-red.png" alt="" style="width:200px;height:200px;border:0;"/>
</div>
</a>
</div><!-- End inner -->
</body>
</html>