Skip to content

Instantly share code, notes, and snippets.

@TaekeKeuning
Last active August 29, 2015 14:02
Show Gist options
  • Save TaekeKeuning/c534edb87d715444128e to your computer and use it in GitHub Desktop.
Save TaekeKeuning/c534edb87d715444128e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Coding the Humanities</title>
<link rel="stylesheet" href="styles.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
<script src="bower_components/platform/platform.js"></script>
<script src="app.js"></script>
</head>
<style>
@font-face
{
font-family: Futura;
src: url(file:///C|/Users/Taeke/Desktop/Coding%20the%20Humanities/Week%201/Site/fonts/FuturaExtended.ttf);
}
body{
margin: 0px;
font-family: "Futura" ;
}
.logo{
color: #ffffff;
float: left;
font-weight: 100;
}
header{
padding-top: 12px;
padding-bottom: 10px;
padding-left: 12px;
width: 100%;
height: 50px;
background-color: #2B2B2B;
color: #ffffff;
font-size: large;
}
</style>
<body>
<header>
<div class="logo">
<img src="file:///C|/Users/Taeke/Desktop/Coding the Humanities/Week 1/Site/img/Logo.png" width="267" height="48" alt=""/>
</div>
<div></div>
</header>
<div class="hero">
<blockquote class="statement"></blockquote>
<div class="carousel"></div>
</div>
<section>
<div class="titel"></div>
<div class="compare"></div>
<div class="results"></div>
</section>
<footer></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment