-
Notifications
You must be signed in to change notification settings - Fork 77
/
index.html
31 lines (26 loc) · 1.2 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
27
28
29
30
31
---
layout: main
title: Back-End Curriculum
---
<section class="splash">
<div class="splash-text">
<h1>Back-End Curriculum</h1>
<div class="text-wrapper">
<span>For more information on courses and how to enroll visit <a href="https://turing.edu">Turing.edu</a></span>
</div>
</div>
</section>
<section class="resources-section section-light">
<h2>Software Engineering at Turing</h2>
<p>We've redesigned our curriculum based on what's working in the job market. Our students today are learning in a
more
flexible environment that allows them to specialize and differentiate themselves, while also building the
foundations
for a successful career. Visit our new curriculum site to learn more. </p>
<a class="btn btn-dark" href="https://curriculum.turing.edu/">Software Engineering Curriculum</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>