forked from constructorlabs/code-your-future
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
208 lines (205 loc) · 11.1 KB
/
index.html
File metadata and controls
208 lines (205 loc) · 11.1 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="canonical" href="https://codeyourfuture.io">
<link rel="manifest" href="https://codeyourfuture.io/manifest.json">
<link rel="shortcut icon" href="https://codeyourfuture.io/favicon.png">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://codeyourfuture.io/legacy.css">
<script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/v1526884278587/recaptcha__en.js"></script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-86160746-1"></script>
<script>
function gtag() {
dataLayer.push(arguments)
}
window.dataLayer = window.dataLayer || [], gtag("js", new Date), gtag("config", "UA-86160746-1")
</script>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="We are a non-profit organisation supporting refugees with the dream of becoming developers.">
<script src="https://www.google.com/recaptcha/api.js" async="" defer="defer"></script>
<title>Code Your Future</title>
<link href="https://codeyourfuture.io/static/css/main.ae721d6c.css" rel="stylesheet">
<script async="" src="//static.hotjar.com/c/hotjar-317177.js?sv=5"></script>
<style type="text/css" data-emotion=""></style>
<style type="text/css"></style>
<style type="text/css" data-emotion="">
.css-1l99lqu {
border-radius: 0;
display: block;
height: 2px;
width: 25px;
position: absolute;
right: 6px;
top: 6px;
}
</style>
<style type="text/css" data-emotion="">
.__typeform-embed-mobile-modal-open {
overflow: hidden !important;
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
}
</style>
<style type="text/css" data-emotion="">
.css-bhl88l {
-webkit-transition: visibility 0s 0.25s, opacity 0.25s linear;
transition: visibility 0s 0.25s, opacity 0.25s linear;
visibility: hidden;
opacity: 0;
}
.css-udmjnm {
width: 100%;
object-fit: cover;
height: 600px;
}
.css-1griov3 {
background-color: rgba(62, 100, 132, 0.42);
color: rgb(255, 255, 255);
position: absolute;
width: 100%;
top: 20%;
margin: 0px auto;
padding: 10px;
}
.css-1griov3 > h1 {
color: rgb(255, 255, 255);
}
.css-1nbz9l5 {
display: inline-block;
width: 0px;
margin-top: 2px;
}
</style>
<style type="text/css" data-emotion=""></style>
<script src="https://checkout.stripe.com/checkout.js" async="true"></script>
</head>
<body><noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<div>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header"><img id="logo" src="https://codeyourfuture.io/static/media/cyf_brand.fbcea877.png" alt="logo" style="width: 158px; height: 50px;"><button type="button" class="navbar-toggle collapsed"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button></div>
<div class="navbar-collapse collapse">
<ul id="nav" class="nav navbar-nav navbar-right">
<li role="presentation" class=""><a href="https://codeyourfuture.io/about">About</a></li>
<li role="presentation" class=""><a href="https://codeyourfuture.io/students">Students</a></li>
<li id="volunteers" role="presentation" class=""><a href="https://codeyourfuture.io/volunteers">Volunteers</a></li>
<li role="presentation" class=""><a href="https://codeyourfuture.io/events">Events</a></li>
<li role="presentation" class=""><a href="https://codeyourfuture.io/partners">Partners</a></li>
<li role="presentation" class=""><a href="https://codeyourfuture.io/meet-the-team">Meet the team</a></li>
<li role="presentation" class="nav-icon"><a role="button" href="#">Blog</a></li>
<li role="presentation" class="nav-icon"><a href="https://codeyourfuture.io/donate"><strong style="color: rgb(43, 165, 96);">Donate</strong></a></li>
</ul>
</div>
</div>
</nav>
<div class="Home">
<div class="App-intro">
<div class="css-cssveg"><img src="https://codeyourfuture.io/static/media/1.b014063d.jpg" id="hero" alt="teaching=refugees-to-code" class="css-udmjnm">
<div class="css-1griov3">
<h1 id="page-title">Coding School for Refugees</h1>
<p id="tag-line">Learn to code and find a job</p>
<div class="page-title-bottom-link">
<a class="big-link-2 btn" href="https://codeyourfuture.io/students">Apply Now</a>
<a class="big-link-2 btn" target="_blank" rel="noopener noreferrer" href="https://codeyourfuture.io/volunteers">Become a volunteer</a>
</div>
</div>
</div>
</div>
<div class="section-container section-container-gray">
<div class="container">
<div class="row">
<div class="embed-responsive embed-responsive-16by9"><iframe class="embed-responsive-item" title="CodeYourFuture graduate Ehmed shares his story" width="853" height="480" src="https://www.youtube.com/embed/LpQUHt2N6rY?rel=0&showinfo=0" frameborder="0" allowfullscreen=""></iframe></div>
</div>
</div>
</div>
<div class="section-container section-container-gray">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6">
<h2 class="sub-heading">What we teach</h2>
<div class="divider-1"><span></span></div><br></div>
</div>
<div class="row" id="technologies">
<div class="col-sm-3">
<div class="md-icon"><img class="tech-icon" src="https://codeyourfuture.io/static/media/tablet.d8d83b38.svg" alt="Tablet"></div>
<h4 class="technology">HTML & CSS</h4>
<p>Fundamentals of design. Design static web pages using best front-end practices.</p>
</div>
<div class="col-sm-3">
<div class="md-icon"><img class="tech-icon" src="https://codeyourfuture.io/static/media/code.f4e20b73.svg" alt="Code"></div>
<h4 class="technology">JavaScript</h4>
<p>Use powerful modern scripting language to build web applications.</p>
</div>
<div class="col-sm-3">
<div class="md-icon"><img class="tech-icon" src="https://codeyourfuture.io/static/media/nodejs.949ce556.svg" alt="NodeJS"></div>
<h4 class="technology">Node.js</h4>
<p>Web application development powered by modern and fast Node.js</p>
</div>
<div class="col-sm-3">
<div class="md-icon"><img class="tech-icon" src="https://codeyourfuture.io/static/media/react.a0a9cca5.svg" alt="React"></div>
<h4 class="technology">React</h4>
<p>A Javascript library for building user interfaces</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6">
<h2 class="sub-heading">As seen in</h2>
<div class="divider-1"><span></span></div><br></div>
</div>
<div id="media-links" class="row">
<div class="col-sm-3 footer-item">
<a target="_blank" rel="noopener noreferrer" href="http://www.wired.co.uk/article/codeyourfuture-refugee-coding-school">
<div class="icon--large"><img src="https://codeyourfuture.io/static/media/wired.b5a6ae90.svg" alt="Wired"></div>
</a>
</div>
<div class="col-sm-3 footer-item">
<a target="_blank" rel="noopener noreferrer" href="http://www.unhcr.org/news/stories/2017/1/586e420c7/volunteers-train-refugees-to-crack-into-london-tech-industry.html">
<div class="icon--large"><img src="https://codeyourfuture.io/static/media/unhcr.e406f503.png" alt="UNHCR"></div>
</a>
</div>
<div class="col-sm-3 footer-item">
<a target="_blank" rel="noopener noreferrer" href="https://www.newsdeeply.com/refugees/articles/2016/10/19/welcome-to-londons-refugee-coding-school">
<div class="icon--large"><img src="https://codeyourfuture.io/static/media/refugees-deeply.dee1af6a.jpeg" alt="Refugees Deeply"></div>
</a>
</div>
<div class="col-sm-3 footer-item">
<a target="_blank" rel="noopener noreferrer" href="http://www.bbc.co.uk/programmes/p04yzrrg">
<div class="icon--large"><img src="https://codeyourfuture.io/static/media/bbc.ca39ba89.svg" alt="BBC"></div>
</a>
</div>
</div>
</div>
</div>
<div class="section-container">
<footer>
<div class="container">
<div class="css-8i6b1e">
<div class="scroll-to-top"><a href="#top"><i class="fa fa-chevron-up"></i></a></div>
<div class="css-fwlq75">
<div class="our-vendor css-11egtor">© All rights reserved | Photos by © <strong><a target="_blank" rel="noopener noreferrer" href="http://www.alicerowsome.com/">Alice Rowsome</a></strong> | Registered charity number <a target="_blank" rel="noopener noreferrer"
href="http://apps.charitycommission.gov.uk/Showcharity/RegisterOfCharities/CharityFramework.aspx?RegisteredCharityNumber=1174929&SubsidiaryNumber=0">1174929</a>.</div>
<div class="css-kknodv"><a target="_blank" href="https://www.facebook.com/codeyourfuture.io"><img src="https://codeyourfuture.io/static/media/fb_logo.556ec1eb.svg" alt="facebook" style="width: 20px; height: 21px; display: none !important;"></a><a target="_blank"
href="https://twitter.com/CodeYourFuture_"><img src="https://codeyourfuture.io/static/media/twitter-silhouette.c79710d5.svg" alt="twitter" style="width: 20px; height: 21px;"></a>
<a target="_blank" href="https://www.linkedin.com/company/codeyourfuture"><img src="https://codeyourfuture.io/static/media/linkedin-logo.bbf7ff60.svg" alt="linkedin" style="width: 20px; height: 21px; display: none !important;"></a>
<a
target="_blank" href="mailto:contact@codeyourfuture.io"><img src="https://codeyourfuture.io/static/media/email-icon.14b25ceb.svg" alt="email" style="width: 20px; height: 21px;"></a>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
</div>
<script src="src/index.js"></script>
</body>
</html>