Skip to content

Commit

Permalink
Index
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher committed Mar 11, 2012
0 parents commit f453689
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Christopher Zotter - Web Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">

<link href='http://fonts.googleapis.com/css?family=Piedra' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Inika' rel='stylesheet' type='text/css'>

<!-- Le styles -->
<link href="css/libs/bootstrap.2.1.0.css" rel="stylesheet">
<link href="css/libs/bootstrap.responsive.2.1.0.css" rel="stylesheet">
<link href="css/zotter.css" rel="stylesheet">

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

</head>

<body class="zotter">
<div class="head">
<header class="head">
<div class="navigation">
<div class="logo">
<span class="prename">Christopher</span>&nbsp;&nbsp;<span class="name">Zotter</span>
</div>
<nav>
<ul>
<li>Home</li>
<li>About me</li>
<li>Projects</li>
<li>Contact me</li>
</ul>
</nav>
<div class="clear"></div>
<div class="main">
<div class="name">
Devoloper, little Designer, big Passion
</div>
<div class="slogan">
Build websites and application with heart and love
</div>
<div class="mac">
<img src="img/macbookair.png">
</div>
</div>
<div class="clear"></div>
</div>
</header>
<div class="clear"></div>
</div>
<div class="container">
<div class="info">
<div class="item first">
<div class="title">
About me
</div>
<div class="content">
I am a 25 year old web developer and I love my job. I do it with passion. <br />
Doing small designs, layouts are also fun for me.
</div>
<div class="detaillink">
More About me &raquo;
</div>
</div>

<div class="item last">
<div class="title">
Projects
</div>
<div class="content">
At the moment there are only small projects, because all this I've done in my freetime.
</div>
<div class="detaillink">
Watch projects &raquo;
</div>
</div>

<div class="clear"></div>

</div>
</div>
<div class="footer">
<div class="content">
<div class="copy">
&copy; 2012 Christopher Zotter
</div>
<div class="links">
<img src="http://www.foundationsix.com/img/icons/footertwitter.png">
</div>
<div class="clear"></div>
</div>
</div>
</body>
</html>

0 comments on commit f453689

Please sign in to comment.