Skip to content

Commit

Permalink
Added CTA to BE homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
muydanny committed Sep 16, 2024
1 parent 729e425 commit 86af140
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.3
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
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<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>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>

Expand Down

0 comments on commit 86af140

Please sign in to comment.