-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoinus.html
46 lines (37 loc) · 1.61 KB
/
joinus.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
<html lang="en">
<meta charset="UTF-8">
<title>Coding for Refugees Women</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link href='https://fonts.googleapis.com/css?family=Lato:300italic,300,700,400,400italic' rel='stylesheet' type='text/css'>
</head>
<body>
<nav class="navbar navbar-default">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse content-navbar" id="bs-example-navbar-collapse-1">
<a class="translation-button" href="indexarabic.html">عربي</a>
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="howtostart.html">Learn to code now</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="about.html">About</a></li>
<li><a href="joinus.html">Join us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="jumbotron vertical-center">
<div class="container">
<h1 class="text-center main-title">Coding <span class="italic-header">for</span> Refugee Women</h1>
</div>
</div>
<div class="container-fluid" id="joinus">
<p>
If you are passionate about helping female refugees and coding ...
</p>
</div>
<footer class="text-center vertical-center">
<h4>This is a #empowerhack hackathon project, with lots of ❤ by @rklappleyard | @xoxomerel | @ninaregli </h4>
</footer>
</body>
</html>