-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout_us.html
More file actions
executable file
·37 lines (33 loc) · 1.34 KB
/
About_us.html
File metadata and controls
executable file
·37 lines (33 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Code for MKE</title>
<link rel="stylesheet" href="style.css">
</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 class="aboutPara">
<h1>Who are we<font color="black"></font></h1>
Code for Milwaukee is a volunteer Civic Technology meetup.<br>
We are part of the <a href="https://www.codeforamerica.org"><em>Code for America Brigade network</em></a>. Code for Milwaukee is looking for volunteers with a creative mind to come together to make our city better for everyone.
</div>
<div class="aboutPara">
<h2>What We Do<font color="black"></font></h2>We partner with government and non-profits.
Code for Milwaukee is made up of individuals who are interested in bringing technology to various
parts of local government and organizations who otherwise wouldn’t have access to it.
</div>
<div class="aboutPara noMargin">
<h3>Who Can Join<font color="black"></font>Everyone is welcome to join us regardless of experience.</h3>
</div>
</div>
</body>
</html>