-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 1.29 KB
/
index.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
---
layout: main
title: Launch Curriculum
---
<section class="splash">
<div class="splash-text">
<h1>Launch Curriculum</h1>
<p>Launch is built from the ground-up to serve the needs of young career starters wanting to enter technical careers. Designed as a longer program to accommodate a rigorous technical curriculum and a heavy emphasis on professional development, graduates will be enterprise-ready C#/.NET software developers.</p>
</div>
</section>
<section class="resources-section section-light">
<h2>Daily Turing</h2>
<p>See your calendar, go through your daily lessons or professional development, and then take a look at the projects you'll be building.</p>
<a class="btn btn-dark" href="/additional_resources/calendars">Calendar</a>
<a class="btn btn-dark" href="/additional_resources/mental_health_resources">Mental Health</a>
<a class="btn btn-dark" href="/additional_resources/documents">Documents</a>
<!-- <a class="btn btn-dark" href="https://community.turing.edu/">Community</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>