-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 855 Bytes
/
index.html
File metadata and controls
31 lines (28 loc) · 855 Bytes
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
---
layout: home
title: Home
landing: true
---
<section class="splash">
<div class="splash-text">
<h1>Try Turing Workshops</h1>
<h4>at Turing School of Software and Design</h4>
</div>
</section>
<section class="resources-section section-light">
<h2>Ready?</h2>
<a class="s-button s-button-secondary-inverse" href="{{ site.url }}/workshop-curriculum">
Workshop Curriculum
</a>
<a class="s-button s-button-secondary-inverse" href="{{ site.url }}/what-students-learn">
What Do Students Learn at Turing?
</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>