-
Notifications
You must be signed in to change notification settings - Fork 8
/
intro.html
89 lines (88 loc) · 3.5 KB
/
intro.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
---
layout: intro
title: Home
landing: true
---
<section class="intro-section">
<h2>Welcome to Try Coding!</h2>
<div class="intro-section-container">
<div style="flex-grow: 7">
<img style="height: 570px;" src="{{site.url}}/assets/images/introphoto1.png" alt="">
</div>
<div style="flex-grow: 3" class="text">
<li>Turing is a 7-month, in-person, intensive developer training program</li>
<li>Four modules of six-weeks each with one-week intermissions between modules</li>
<li>Two tracks: Back-End (Ruby-centric) and Front-End (JavaScript-centric)</li>
<li>We are a nonprofit institution</li>
<li>Member of the <a href="http://cirr.org">Council on Integrity in Results Reporting (CIRR) </a></li>
</div>
</div>
</section>
<section class="intro-section">
<h2>Who are you?</h2>
<div class="intro-section-container">
<div style="flex-grow: 7" class="text">
<h3 style="color: white;">Time for introductions!</h3>
<li>What is your name?</li>
<li>What pronouns do you use? (she/her, they/them, he/him, etc.)</li>
<li>Where are you from?</li>
<li>Why are you here?</li>
</div>
<div style="flex-grow: 3">
<img style="height: 550px;" src="{{site.url}}/assets/images/marycoding.png" alt="">
</div>
</div>
</section>
<section class="intro-section">
<h2>Our TAs</h2>
<div class="intro-section-container">
<div style="flex-grow: 0">
<img style="height: 550px;" src="{{site.url}}/assets/images/ericta.png" alt="">
</div>
<div style="flex-grow: 30" class="text">
<h3 style="color: white;">TAs can help with...</h3>
<li>Questions about today's content</li>
<li>Questions about Turing</li>
<li>Questions about learning to code</li>
<li>Logistical questions</li>
</div>
</div>
</section>
<section class="intro-section">
<h2>Expectations</h2>
<div class="intro-section-container">
<div style="flex-grow: 0" class="text">
<h3 style="color: white;">Want to get the most out of this class?</h3>
<li>You will learn a LOT faster by collaborating, so feel free to help each other and bounce ideas off of your table-mates.</li>
<li>If you’re super stuck (or feel far behind), use the TAs and instructor as your first line of defense.</li>
<li>It’s ok to laugh :)</li>
</div>
<div style="width: 530px">
<img style="height: 550px;" src="{{site.url}}/assets/images/expectations.png" alt="">
</div>
</div>
</section>
<section class="intro-section">
<h2>Logistics</h2>
<div class="intro-section-container">
<div style="width: 530px">
<img style="height: 550px;" src="{{site.url}}/assets/images/leta.png" alt="">
</div>
<div style="flex-grow: 0" class="text">
<li>Bathrooms</li>
<li>Water</li>
<li>Coffee</li>
<li>To get the $500 tuition discount, make sure to use same email address on application that you did on Try Coding registration</li>
</div>
</div>
</section>
<section class="resources-section section-light">
<h2>Topics</h2>
<p>Open-source curriclum for current Try Coding courses.</p>
<a class="btn btn-dark" href="{{ site.url }}/backend">Backend</a>
<a class="btn btn-dark" href="{{ site.url }}/frontend">Frontend</a>
</section>
<footer>
<p>Turing School of Software and Design, a Colorado Non-Profit Organization.</p>
<p>This work is licensed under a <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</p>
</footer>