Skip to content

Commit

Permalink
beta version of hackmgm site
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelineIO committed May 5, 2017
1 parent 8598275 commit 72b3d56
Show file tree
Hide file tree
Showing 20 changed files with 1,775 additions and 64 deletions.
114 changes: 114 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!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.slack.com/" 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>We are a <a href="http://brigade.codeforamerica.org/brigade/" >Code for America Brigade </a>in Montgomery, AL coming together to improve our city. We have great bones here, we love our city, and we want to progress our city. We are of varying skill levels and talent. Contributors are needed in all aspects of city hacking for good. Some ways that you could contribute are project ideas, project management, mentoring, host an event, write up documentation, review code, review documentation, promote/market us to the community, give a creative/learning/tech presentation. </p>

<h4>Corporate Contributions</h4>
<p>If you are looking to contribute at a corporate level, we are open to ideas of how you would like to contribute. Some things you may consider are: giving a tour and introduction of your company, sponsoring an event night with snacks and drinks, tell us about job opportunities, providing meeting space at your facility for collaborations and meetups.
</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 &raquo;</a></p>

</div>
<div class="col-lg-2">

</div>
</div>
</div>

<hr>

<footer>
<p>&copy; 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>
Binary file added assests/images/Dexter-Street-1348px-X-381.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assests/images/MontgomeryALcityscape.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added assests/images/lightbulb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions assests/images/logo--mSwarm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 72b3d56

Please sign in to comment.