Skip to content

Commit

Permalink
Merge pull request #358 from turingschool/update-be-CTA
Browse files Browse the repository at this point in the history
Update BE Homepage and Banner
  • Loading branch information
muydanny authored Sep 18, 2024
2 parents ffc2200 + d767331 commit f3aaf6f
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 6 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.3
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>
5 changes: 5 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<section class="content">
<article>
<header>
<section class="note">
<b>Update</b>
<p>We have updated the content of our program. To access the current Software Engineering curriculum visit
<a href="https://curriculum.turing.edu/">curriculum.turing.edu.</a></p>
</section>
<h1>
{{ page.title }}
<small>{{ page.subheading }}</small>
Expand Down
21 changes: 21 additions & 0 deletions _sass/home-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,27 @@
max-width: 700px;
z-index: 2;

span {
font-family: 'Helvetica Neue', sans-serif;
font-size: 1.1em;
}

.text-wrapper {
display: flex;
flex-direction: column;
margin: 0px 0px 0px 90px;
}

a {
color: white;
border-color: white;
}

a:hover {
color: #F9AE04;
border-color: #F9AE04;
}

h1 {
font-family: 'Helvetica Neue Heavy', sans-serif;
font-size: 7em;
Expand Down
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,25 @@
<section class="splash">
<div class="splash-text">
<h1>Back-End Curriculum</h1>
<p>Your guide to OOP, Ruby, Rails, databases, and more.</p>
<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>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 f3aaf6f

Please sign in to comment.