first step of site redesign, +hireme
This commit is contained in:
parent
90741acb55
commit
fe73afc9e1
1 changed files with 21 additions and 0 deletions
21
index.html
21
index.html
|
@ -182,6 +182,21 @@
|
|||
.btn {
|
||||
margin: 7px 9px 7px 0;
|
||||
}
|
||||
|
||||
.hireme {
|
||||
width: 50%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.hireme {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.hireme h1 {
|
||||
margin: 30px 0 0 0;
|
||||
}
|
||||
</style>
|
||||
<nav class="nav" tabindex="-1" onclick="this.focus()">
|
||||
<div class="container">
|
||||
|
@ -237,6 +252,12 @@
|
|||
</div>
|
||||
<div class="col c2"> </div>
|
||||
</div>
|
||||
<div class="container intro hireme">
|
||||
<h1>Hire Owen</h1>
|
||||
<p>As the creator of Min, the smallest and fastest CSS framework in the world, I know CSS. My software is used by over 100,000 people in 185+ countries, and I have countless years of experience with front-end work. Nobody knows Min better than I do, and for this month only I am offering a <b>50% discount to anyone using Min in their project.</b> Use the link below to get a quote at my website.</p>
|
||||
<a href="http://owenversteeg.com" class="btn smooth download-btn btn-a">Hire Me</a>
|
||||
<br><br>
|
||||
</div>
|
||||
<div class="container">
|
||||
<script type="text/javascript">
|
||||
function downloadJSAtOnload() {
|
||||
|
|
Loading…
Add table
Reference in a new issue