-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
80 lines (72 loc) · 2.99 KB
/
index.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
<!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">
<title>Her Story</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="stylesheets/css/main.css">
</head>
<body>
<div class="container-fluid no-padding">
<div class="banner col-xs-12" role="banner">
<div class="text">
<h1><span class="smaller">EmpowerHack presents </span>Her Story</h1>
<p class="intro col-xs-12 col-md-5 position central">Introduction here - 1-2 lines max</p>
</div>
</div>
<div class="section first col-xs-12 col-md-9 position central">
<h2 class="col-xs-12">For the refugees</h2>
<div class="boxes position central col-xs-12">
<div class="box col-xs-12 col-md-4">
<h3>What</h3>
<p>What are refugees</p>
<p>What are they going through</p>
</div>
<div class="box col-xs-12 col-md-4">
<h3>Who</h3>
<p>Who is this app targeting/for</p>
</div>
<div class="box col-xs-12 col-md-4">
<h3>Why</h3>
<p>Why this particular app</p>
<p>Why is this app special</p>
</div>
</div>
</div>
<div class="no-padding section col-xs-12 position central">
<div class="col-xs-12 col-md-6 no-padding text-overlay">
<img src="http://lorempixel.com/g/900/400/" class="under-text" alt="temporary image">
<h3>EmpowerHack Background</h3>
</div>
<div class="col-xs-12 col-md-6">
<h4>Who are EmpowerHack?</h4>
<div class="col-xs-12 col-md-9 position central">
<p>What/Why/When</p>
<p>Answer any questions here about what the group is, who they are, why they exist and since when</p>
</div>
</div>
</div>
<div class="section col-xs-12 col-md-7 position central">
<h2 class="col-xs-12">Media</h2>
<p>What can we achieve from getting media attention?</p>
<p>How can people help us achieve the attention we deserve?</p>
</div>
<div class="section col-xs-12 col-md-7 position central">
<h2 class="col-xs-12">Get Involved</h2>
<p>What skills do we need?</p>
<p>How can people help the group or the app?</p>
<p>
</div>
<div id="photo-banner">
<img class="col-xs-12 col-md-4 no-padding" src="http://lorempixel.com/g/400/150/" alt="temporary image">
<img class="col-xs-12 col-md-4 no-padding" src="http://lorempixel.com/g/400/150/" alt="temporary image">
<img class="col-xs-12 col-md-4 no-padding" src="http://lorempixel.com/g/400/150/" alt="temporary image">
</div>
</div>
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>