-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.html
executable file
·267 lines (220 loc) · 12.2 KB
/
main.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
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="coding is freedom.">
<meta name="author" content="">
<meta property="og:image" content="http://www.daysofcode.nl/img/doc_crop_4.png">
<title>Days of Code</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" type="text/css">
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52344756-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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 page-scroll" href="http://www.daysofcode.nl/#page-top">Days of Code</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="http://www.daysofcode.nl/#page-top">Home</a>
</li>
<li>
<a class="page-scroll" href="#video">Video</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#volunteers">Volunteers</a>
</li>
<li>
<a class="page-scroll" href="#sponsors">Sponsors</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>Days of Code</h1>
<hr>
<p>coding is freedom.</p>
<a href="http://www.daysofcode.nl/class2016.html" class="btn btn-primary btn-l page-scroll" target="top">10DoC 2016</a>
<a href="applications.html" class="btn btn-primary btn-l page-scroll" target="top">Rotterdam: Sign up!</a>
<a href="http://www.daysofcode.io" class="btn btn-primary btn-l page-scroll" target="top">Austin</a>
</div>
</div>
</header>
<section class="quote" id="video">
<div class="container">
<div class="row">
<div class="span-8 text-center">
<iframe height="315" width="560" src="https://www.youtube.com/embed/Y1El_9OssW4" frameborder="0" allowfullscreen=""></iframe>
</div>
</div>
</div>
</section>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">10 Days of Code (21 - 30 July 2017: Rotterdam)</h2>
<hr class="light">
<h3>What</h3>
<p class="text-faded">Days of code is a <font color=maroon>full-time</font> ten day event during which
you will learn to code by building your own project. You will be learning: <b>
60% </b> from free online materials <b> 30%</b> from your peers and <b>
10% </b> from experienced professionals. This method of learning has been
optimized to attain maximum learning retention rates. The
<a href="http://thepeakperformancecenter.com/educational-learning/learning/principles-of-learning/learning-pyramid/">
learning pyramid</a> explains how you will remember more of what you
learn by participating, than what you hear from others. Plus, companies
are happier to hire independent learners, so yay Days of Code!
If you'd like to get a feel for the event, please see an example of last year's program
<a href="http://www.daysofcode.nl/docs/Program.pdf" target="top">here</a>.
</br> </br>
During the event
we will provide you with a mentor, free food, coffee and internet -
all the things you need to build something great! We will ask you to
contribute by summarizing what you've learned each day. This way
everyone can benefit from your learning! Oh, and have I mentioned that our
amazing sponsors and volunteers allow us to offer this event at
<font color = maroon>no cost</font> to our participants? :)
<a href="http://www.daysofcode.nl/aboutus">Our team</a>
is 100% committed to making this an amazing experience for participants,
volunteers and sponsors!
</p>
<h3>Why</h3>
<p class="text-faded">Being able to code is a crucial skill in the 21st
centuary. The amount of vacancies within the IT sector are steadily
increasing. So whether you are looking for work, under-challenged at
your current job or thinking of starting your own company, learning to code is
the way to go! If you are a <strong> complete <font color = maroon>beginner</font></strong>, it
can be overwhelming to figure out <font color = maroon> where to start</font>. At Days of Code we
help you by guiding you through the sea of training material available
online. Many <strong><font color = maroon>experienced</font> programmers </strong>
struggle to find the time to learn something new or finish their <font color = maroon>pet
project</font>. If this is you, then Days of code will give you time and space to
finish that long lost project. All we ask is that you learn something new
in the process :)</p>
<h3>Applications for Rotterdam 2017 will close May 31st!</h3>
<p class="text-faded">Our application process is simple: please tell
us a little more about yourself by filling out our online application form.
We will then plan a short virtual interview with you on the 1st or 2nd of June
and notify you no later than <font color=maroon>June 10th </font> of your application result. If you are a
complete beginner, we will ask you to do some pre-work (around ten hours)
before participating. Applications for the Rotterdam event open April 1st
and will close on the 31st of May.
</p>
<a href="applications.html" class="btn btn-default btn-l page-scroll" target="top">Rotterdam: Sign up!</a>
<a href="https://goo.gl/forms/D0bbgk3HRhPwl7oG3" class="btn btn-default btn-l page-scroll" target="top">Austin (pre-register)</a>
</div>
</div>
</div>
</section>
<div class="quote">
<section>
<div class="container">
<div class="row">
<div class="col-xs-12">
<p><i>"I code every day of my life, but this felt different"</i> - Petra, Days of Code Rotterdam 2016</p>
</div>
</div>
</div>
</section>
</div>
<aside class="bg-dark contact" id="volunteers">
<div class="container text-center">
<div class="call-to-action">
<p "background-color: #FFFF00">Volunteering at Days of Code will be one of the most beautiful experiences
of your life! The process of seeing a first-time coder grow over the course
of ten days is truly magical :)</br></br>
We are looking for <font color=maroon>mentors</font> who are willing to
contribute one hour a day, or <font color=maroon>technology experts</font>
who can drop in from time to time. Our amazing volungeers enable us to organize this event at
<font color=maroon>no cost</font> to our participants. Want to get involved?
We would love to hear from you!
</p>
<a href="https://goo.gl/forms/9eb9bufbSC96m4aj1" class="btn btn-default btn-l action-button" target="top">Volunteer</a>
</div>
</div>
</aside>
<section id="sponsors">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Thank you!</h2>
<hr class="primary">
<p>Our amazing sponsors allow us to host this event at no cost to our participants. Many thanks to our 2017 sponsors:</p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<p>
<a href="https://42workspace.com/" target="top"><img src="img/sponsors/42.png" alt="42" width="10%" border="10"></a>
<a href="https://mendix.com/" target="top"><img src="img/sponsors/mendix-logo.png" alt="Mendix" width="20%" border="10"></a>
<a href="https://volkskracht.nl/" target="top"><img src="img/sponsors/volkskracht.jpg" alt="Volkskracht" width="20%" border="10"></a>
<a href="https://gitlab.com/" target="top"><img src="img/sponsors/gitlab_wb.png" alt="Gitlab" width="20%" border="10"></a>
</p>
<p>
<a href="https://github.com/" target="top"><img src="img/sponsors/GitHub_Logo.png" alt="Github" width="10%" border="10"></a>
<a href="https://infi.nl/" target="top"><img src="img/sponsors/Infi.png" alt="Infi" width="10%" border="10"></a>
<a href="http://vandermandele.org" target="top"><img src="img/sponsors/VanDerMandeleStichting.jpg" alt="van der Mandele" width="35%" border="5"></a>
<a href="https://awkward.co/" target="top"><img src="img/sponsors/awkward.png" alt="Awkward" width="8%" border="10"></a>
</p>
</div>
</div>
</div>
</section>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
</body>
<footer>
<div class="container">
<p class ="text-center"> © Days of Code, 2016 | Email: <a href="mailto:[email protected]">[email protected]</a> | Follow Days of Code: <a href="https://twitter.com/daysofcode">Twitter</a> | <a href="https://facebook.com/daysofcode">Facebook</a> | <a href="https://linkedin.com/company/ days-of-code">LinkedIn</a></p>
</div>
</footer>
</html>