-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
97 lines (89 loc) · 5.91 KB
/
Copy pathabout.html
File metadata and controls
97 lines (89 loc) · 5.91 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BuildHer Hackathon</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Favicon-->
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!--CSS-->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href ="style.css" type="text/css">
<!--Fonts-->
<link href="https://fonts.googleapis.com/css?family=Bungee+Inline|Lobster|Muli" rel="stylesheet">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body class="about">
<!--Nav Bar-->
<nav class="navbar navbar-static-top">
<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" style="background-color:gray;"></span>
<span class="icon-bar" style="background-color:gray;"></span>
<span class="icon-bar" style="background-color:gray;"></span>
</button>
</div>
<div class="container">
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-left">
<li><a href="index.html">home</a></li>
<li><a href="about.html">about</a></li>
<li><a href="faq.html">faq</a></li>
<li><a href="team.html">team</a></li>
<li><a href="sponsors.html">sponsors</a></li>
<li><a href="dayof.html">attendees</a></li>
</ul>
</div>
</div>
</nav>
<!--About Boxes-->
<div class="row about">
<h3 class="header-text">What is BuildHer?</h3>
<div class="col-sm-4">
<h1 class="about">Build<span class="her">confidence</span></h1>
<p class="about body-text">You can't mess up here! BuildHer fosters the environment to experiment, grow, and learn from mistakes, be it your first time coding or your first time applying it to a new art or career discipline. Mentors and groups are there to help you experiment and leave with a greater wealth of experience.</p>
</div>
<div class="col-sm-4">
<h1 class="about">Build<span class="her">community</span></h1>
<p class="about body-text">Our goal is for you to make connections based on your shared values and interests that will follow you out the door and into the rest of your life, no matter what career you’re pursuing. We encourage idea sharing and troubleshooting with those around you so that by the end of the event, you’ll have a network of creators to comfortably reach out to.</p>
</div>
<div class="col-sm-4">
<h1 class="about">Build<span class="her">creativity</span></h1>
<p class="about body-text">Even if you go into BuildHer with absolutely no idea what you want to make, you’ll leave with a tangible, incredible project. Not only will you have the achievement of making something of your own, but your project is yours to keep working on. Many successful products have stemmed from hackathons, and there’s no saying that your project won’t be the next hit product on the market!</p>
</div>
</div>
<!--Mission Section-->
<div class="row about">
<h3 class="header-text">Our Mission</h3>
<p class="about body-text">BuildHer was founded with the intent of promoting diversity and inclusion within the tech community in the Chicago area. BuildHer will serve as a space for female, nonbinary and transgender beginner coders to learn with the encouragement and guidance of other femme coders, and for more experienced coders to explore interdisciplinary applications of technology, regardless of their individual career paths or majors. </p>
<p class="about body-text">Coding is not something that is limited in its usefulness to computer scientists - instead, we constantly hear of entrepreneurs making their own app for their business, or artists mixing traditional mediums with digital ones. BuildHer wants newcomers and experts alike to experiment with using code in different contexts and to walk away with the skills to use throughout their life. </p>
<br><br><br>
</div>
<!--Sponsorship-->
<!-- <div class="row about">
<h3 class="header-text">Interested in Sponsoring?</h3>
<p class="about body-text">Interested in sponsoring BuildHer 2018? Check out our <a href="files/2018sponsor.pdf" id="sponsorlink">sponsorship opportunities</a>and reach out to <a href="mailto:sponsorship@buildher.io">sponsorship@buildher.io</a>with interest or questions!</p>
</div> -->
<!-- Left and right controls -->
<a class="left carousel-control" href="index.html" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="faq.html" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/na-2018/events?utm_source=na-2018&utm_medium=TrustBadge&utm_campaign=na-2018&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2018/white.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a>
</body>
</html>