-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
126 lines (110 loc) · 6.28 KB
/
about.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>hackMGM</title>
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> -->
<link rel="stylesheet" href="./css/bootstrap.flatly.min.css">
<link rel="stylesheet" href="./css/site.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<!--<nav class="navbar navbar-inverse navbar-fixed-top">-->
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">hackMGM</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About<span class="sr-only">(current)</span></a></li>
<li><a href="getinvolved.html">Get Involved</a></li>
<li><a href="https://github.com/codeforamerica/codeofconduct" target="_blank">Code of Conduct</a></li>
<li class="dropdown">
<!--<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>-->
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/hackmgm" target="_blank"><i class="fa fa-github fa-2x"></i></a></li>
<li><a href="https://www.meetup.com/hackMGM/" target="_blank"><i class="fa fa-meetup fa-2x"></i></a>
</li>
<li><a href="https://twitter.com/hackmgm" target="_blank"><i class="fa fa-twitter fa-2x"></i></a></li>
<li><a href="https://www.facebook.com/groups/hackMGM/" target="_blank"><i
class="fa fa-facebook fa-2x"></i></a></li>
<li><a href="https://hackmgm.signup.team/" target="_blank"><i class="fa fa-slack fa-2x"></i></a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
<div class="container">
<div class="row marketing">
<div class="col-lg-2">
</div>
<div class="col-lg-8">
<h4>About Us</h4>
<p>HackMGM is a <a href="http://brigade.codeforamerica.org/brigade/">Code for America Brigade </a>in Montgomery,
Alabama. We love our city and want to create progress for all of its people. HackMGM members come from different
walks of life. We are members of the military and civilians. We are local businesspeople and students. We are software
developers, non-profit employees, and public sector workers. First and foremost though, we are Montgomery.</p>
<h4>Our Mission</h4>
<p>To develop simplistic, effective, and user-centric technology-driven solutions that facilitate citizen needs and
enable local community priorities that support the creation of a healthy, prosperous, and safe environment.</p>
<h4>Our Story</h4>
<p> HackMGM was loosely formed June 9, 2016, but we officially became a Code for America Brigade on
August 24, 2017.</p>
<h4>Join Us</h4>
<p>Join our Meetup and send us a message of how you would like to contribute and we'll gladly reach out to
you to assist.</p>
<p><a class="btn btn-primary" href="https://www.meetup.com/hackMGM/" role="button" target="_blank">Join Us
»</a></p>
</div>
<div class="col-lg-2">
</div>
</div>
</div>
<hr>
<footer>
<p>© 2017 hackMGM</p>
</footer>
</div> <!-- /container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</body>
</html>