forked from turingschool/backend-curriculum-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 1.42 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
32
33
---
layout: main
title: Back-End Curriculum
---
<section class="splash">
<div class="splash-text">
<h1>Back-End Curriculum</h1>
<p>Your guide to OOP, Ruby, Rails, databases, and more.</p>
</div>
</section>
<section class="resources-section section-light">
<h2>Daily Turing</h2>
<p>See your calendar, go through your daily lessons or professional developement, 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="https://careerdev.turing.io/">Professional Development</a>
<a class="btn btn-dark" href="/additional_resources/mentors">Mentor List</a>
</section>
<section class="resources-section section-dark">
<h2>Paired</h2>
<p>Join the app created by fellow Turing students to help you schedule pairings with each other. <a target="_blank" rel="noopener" href="http://paired.tech">Try it out!</a></p>
<img src="https://paired-turing.firebaseapp.com/static/media/code-typing.be92109b.svg" alt="Paired logo">
</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>