Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hidesminimally committed Mar 12, 2017
2 parents 41dfe83 + 4f1d6ee commit a1b44c4
Show file tree
Hide file tree
Showing 30 changed files with 36 additions and 3,694 deletions.
38 changes: 23 additions & 15 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ a:hover, a:focus, a:active {
margin-bottom: 15px;
}

body {
background-color: #fdfdfd;
}

/* Buttons */

i {
Expand Down Expand Up @@ -108,32 +112,34 @@ i:hover {
height: 700px;
position: relative;
padding: 200px 60px 0px 60px;
background-color: #5DCCCB;
}

.home-title {
font-family: Phenomena, Helvetica, Arial, sans-serif;
font-size:74px;
font-size: 100px;
color: #5DCCCB;
line-height: 72px;
}

.home-sub-title{
font-size: 36px;
color: #5DCCCB;
.home-sub-title {
font-size: 36px;
color: #FFD454;
margin-top: -35px;
margin-bottom: 50px;
}

.home-info{
margin-top: 20px;
font-size: 23px;
.home-info {
margin-top: 10px;
font-size: 28px;
}

.home-button{
font-family: Phenomena, Helvetica, Arial, sans-serif;
font-size:24px;
color: #FFD454;
line-height: 72px;
text-transform: uppercase;
.home-apply-button {
font-family: Phenomena, Helvetica, Arial, sans-serif;
font-size: 36px;
color: #FFD454;
line-height: 72px;
text-transform: uppercase;
/* more button stuff*/
}

/* About */
Expand Down Expand Up @@ -211,7 +217,8 @@ i:hover {
width: 75px;
}

/*** NAVBAR ***/
/* Navbar */

.navbar-nav li a, .navbar-header a {
line-height: 61px;
font-size: 16px;
Expand All @@ -220,4 +227,5 @@ i:hover {
.navbar {
background-color: #ffffff;
border: 0;
box-shadow: 0px 0px 10px #ddd;
}
34 changes: 0 additions & 34 deletions fonts/font-awesome/less/animated.less

This file was deleted.

25 changes: 0 additions & 25 deletions fonts/font-awesome/less/bordered-pulled.less

This file was deleted.

12 changes: 0 additions & 12 deletions fonts/font-awesome/less/core.less

This file was deleted.

6 changes: 0 additions & 6 deletions fonts/font-awesome/less/fixed-width.less

This file was deleted.

18 changes: 0 additions & 18 deletions fonts/font-awesome/less/font-awesome.less

This file was deleted.

Loading

0 comments on commit a1b44c4

Please sign in to comment.