Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Created February 6, 2014 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenmazaika/8847845 to your computer and use it in GitHub Desktop.
Save kenmazaika/8847845 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
body {
background: url('bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1 {
color: white;
font-family: 'Helvetica Neue', Helvetica;
font-weight: 100;
font-size: 60px;
margin: 0px;
}
p {
color: white;
font-family: 'Helvetica Neue', Helvetica;
font-weight: 200;
}
.box {
background-color: rgba(0,0,0,0.5);
padding: 20px;
width: 300px;
margin: 100px auto;
text-align: center;
}
</style>
</head>
<body>
<div class="box">
<h1>Ken Mazaika</h1>
<p>
<i>Web Developer</i>
</p>
<p>
Ruby on Rails Web Developer. Former WHERE.com/eBay/PayPal employee. Startup Institute Instructor for the WebDev track. Ruby on Rails contributor. Lives for summertime and beaches.
</p>
<br />
<br />
<br />
<a href="http://github.com/KenMazaika">
<img src="github.png" />
</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment