CV-Landing

by mmarcon

HTML

<h1><span>Massimiliano</span>Marcon</h1>
<h2>R&amp;D Engineer <span></span> Developer <span></span> Web Standards Expert</h2>

<section id="download">
    <a href="http://marcon.me/resume/mmarcon-resume-2011-en.pdf">Download my resume<span>English, PDF</span></a>
</section>

CSS

body {
    font-family: Helvetica;
}

h1 {
    font-weight: 100;
    font-size: 32px;
    text-align: right;
    color: #3b85d1;
    text-transform: lowercase;
    border-bottom: 1px solid #3b85d1;
    padding-bottom: 5px;
    margin: 10px;
}

h1 span {
    color: #000;
}

h2 {
    font-weight: 100;
    margin: 0 10px;
    color: #000;
}

h2 span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #3b85d1;
    margin: 0 5px;
    border-radius: 4px;
}

#download {
    margin-top: 20%;
}

#download a {
    display: block;
    width: 250px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #3b85d1;
    font-weight: 100;
    line-height: 1.5;
    font-size: 18px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}

#download a span {
    font-size: 60%;
    display: block;
    text-transform: none;
    font-weight: bold;
    color: #666;
    text-shadow: 0 0 0;
}