forked from ddelmar/resilient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·115 lines (79 loc) · 3.5 KB
/
index.php
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
<?php include_once("includes/head.php") ?>
<?php /* include_once("includes/hourofcode.php") */ ?>
<div id="pos" style="display:none; position: fixed; top: 10px; left:0; z-index:9999; ">Nope</div>
<div id="container_home">
<div id="header">
<section>
<img id="logo_skull" src="https://resilientcoders.s3.amazonaws.com/i/logo_skull.png" alt="Resilient Coders">
</section>
</div>
<div id="tier2">
<?php include_once("includes/logo_nav.php") ?>
<section>
<h2>Hacking the opportunity gap</h2>
<div class="product">
<p class="intro">
<!--Resilient Coders Bootcamp 2016 ends today.-->
Resilient Coders teaches young people from traditionally underserved communities how to code. We do this as a way of aligning them with a lucrative and meaningful career path. It's a <a href="/program" title="Resilient Coders Program">multi-tiered program</a> that funnels students from learning HTML after school, through our downtown "Coworking" sessions, and ultimately, hourly employment. Our higher performers participate in <a href="/lab" title="Resilient Lab">Resilient Lab,</a> a web design and development shop with real clients.
</p>
<p>
There is more than one way to join the code literacy movement. Coders: Help us teach. Business owners: Hire Resilient Lab to work on your web presence. Learn more about <a href="/mentor" title="Get Involved">how to get involved as a mentor,</a> or just email us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</section>
</div><!-- /tier2 -->
<div class="image-container">
<div class="main-header fullheightwidth bg_micah"></div>
</div>
<div class="spacer">
<div class="container">
<div>
<h2 style="padding-bottom: 80px;">Micah's Story</h2>
<div class="left50">
<iframe src="https://www.youtube.com/embed/JU1UunsFgpU" frameborder="0" allowfullscreen></iframe>
</div>
<div class="right50">
<p>
Micah is an aspiring engineer. He's our Dev Lead at Resilient Lab, an initiative of Resilient Coders.
Earlier this year, he and our Design Lead, Fredy Melo, were accepted into Startup Institute, an intensive
8-week bootcamp. They've since graduated and have begun working for other companies. Hear why web
development is so important to Micah.
</p>
</div>
</div>
</div><!-- /container -->
</div><!-- /spacer -->
<div class="clear"></div>
<div id="tier3">
<div class="container">
<section>
<div class="product">
<h2>
Learning by failing
</h2>
<p>
Our approach to coding is a little different from traditional education. We learn by doing things wrong. We scrape, we tweak, we break. And then we iterate, each time failing smarter than the last. Our objective is not a scholastic one; we aim to acquire a skill that can gainfully employ someone who has the resilience to learn by failure.
</p>
<p>
Join the movement. Drop us a note at <a href="mailto:[email protected]">[email protected].</a><br /><br />
</p>
</div>
</section>
<section>
<div class="product twitter">
<p><?php /* require_once('includes/twitter.php'); */ ?></p>
<a href="http://twitter.com/resilientcoders">
<img src="https://resilientcoders.s3.amazonaws.com/i/tw_grey.png">
</a>
</div>
</section>
</div>
<?php include_once("includes/footer.php") ?>
</div><!-- /tier3 -->
<div id="intro"></div> <!--#intro-->
<div id="overlaid"></div> <!--#overlaid-->
<div id="underlaid"></div> <!--#underlaid-->
</div><!-- container -->
<script type="text/javascript" src="/j/nbw-parallax.js"></script>
</body>
</html>