-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 837 Bytes
/
index.html
File metadata and controls
25 lines (21 loc) · 837 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
---
layout: main
title: Home
landing: true
---
<section class="splash">
<div class="splash-text">
<h1>Second Shift</h1>
<h4 style="margin: 0px 83px; font-weight: normal;">at Turing School of Software and Design</h4>
</div>
</section>
<section class="resources-section section-light">
<h2>Courses</h2>
<p>See Turing's open-source curriclum for current Second Shift course offerings.</p>
<a class="btn btn-dark" href="{{ site.url }}/aws1/lessons">AWS Fundamentals</a>
<a class="btn btn-dark">React (coming soon!)</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>