diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..aedc15bb --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.5.3 diff --git a/_sass/home-page.scss b/_sass/home-page.scss index 0d7514a3..bedc8231 100644 --- a/_sass/home-page.scss +++ b/_sass/home-page.scss @@ -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; diff --git a/index.html b/index.html index ffcb9b03..fc7a0b28 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,10 @@

Back-End Curriculum

-

Your guide to OOP, Ruby, Rails, databases, and more.

+
+ Your guide to OOP, Ruby, Rails, databases, and more. + For more information on courses and how to enroll visit Turing.edu +