Skip to content

Commit

Permalink
Added CTA to bottom of homepage with description
Browse files Browse the repository at this point in the history
  • Loading branch information
muydanny committed Sep 18, 2024
1 parent 79b76c7 commit d767331
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
<script src="/public/js/active-links.js"></script>
<script src="/public/js/expander.js"></script>
</body>

</html>
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,24 @@
<div class="splash-text">
<h1>Back-End Curriculum</h1>
<div class="text-wrapper">
<span>Your guide to OOP, Ruby, Rails, databases, and more.</span>
<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>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>
<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="/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.edu/">Professional Development</a>
<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>
Expand Down

0 comments on commit d767331

Please sign in to comment.