Skip to content

Commit

Permalink
Merge pull request #764 from turingschool/Update-with-CTA-and-note
Browse files Browse the repository at this point in the history
Update with CTA and note
  • Loading branch information
muydanny authored Sep 18, 2024
2 parents 37925ce + 839abfb commit 35d847b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 11 deletions.
6 changes: 6 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<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 }}
</h1>
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: $heavy-copy, sans-serif;
font-size: 7em;
Expand Down
17 changes: 6 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,16 @@
<section class="splash">
<div class="splash-text">
<h1>Front-End Curriculum</h1>
<p>Your guide to HTML, CSS, JavaScript, React, Node, 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>

<a class="btn btn-dark" href="/today">Calendar</a>
<a class="btn btn-dark" href="/lessons">Lessons</a>
<a class="btn btn-dark" href="/projects">Projects</a>
<a class="btn btn-dark" href="https://careerdev.turing.edu">Professional Development</a>
<!-- broken link -->
<!-- <a class="btn btn-dark" target="_blank" rel="noopener" href="https://community.turing.edu/">Community</a> -->
<a class="btn btn-dark" href="/mental_health">Mental Health Resources</a>
<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>
</section>

<footer>
Expand Down

0 comments on commit 35d847b

Please sign in to comment.