Skip to content

Commit

Permalink
added hire-us to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mluskind committed Nov 3, 2013
1 parent 78b31f0 commit 5f3c5be
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 23 deletions.
2 changes: 1 addition & 1 deletion styles/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
}

.scrollbar {
background-color: #C0C0C0;
background-color: @clouds;
}
61 changes: 40 additions & 21 deletions styles/pages.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,44 @@
}
}

.hire-us{
.intro{
background: #005380;
box-shadow: 0 1px 8px @midnight-blue;
color: #fff;

.title{
padding: 40px 0;
margin: 0 auto;
max-width: 800px;
text-align: center;
}
}

h2{
font-size: 25px;
}

p{
font-size: 14px;
}
.hire-us {
.intro {
background: #005380;
box-shadow: 0 1px 8px @midnight-blue;
color: #fff;

.title {
padding: 40px 0;
margin: 0 auto;
max-width: 800px;
text-align: center;
}
}

.services {
text-align: center;
padding-top: 50px;
}

.contact {
background-color: @clouds;
box-shadow: 0 1px 8px @asbestos;
max-width: 800px;
margin: 0 auto;
margin-top: 50px;
padding: 20px;

}

img{
max-width: 100%
}

h2{
font-size: 25px;
}

p{
font-size: 14px;
}
}
2 changes: 1 addition & 1 deletion templates/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li><a href="/team">Team</a></li>
<li><a href="/method">How We Work</a></li>
<li><a href="/values">Values</a></li>
<li><a href="mailto:[email protected]">Hire Us</a></li>
<li><a href="/hire-us">Hire Us</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
Expand Down

0 comments on commit 5f3c5be

Please sign in to comment.