Skip to content

Instantly share code, notes, and snippets.

@DrummerHead
Last active February 29, 2016 20:12
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 DrummerHead/377aa6175525fbc2b27c to your computer and use it in GitHub Desktop.
Save DrummerHead/377aa6175525fbc2b27c to your computer and use it in GitHub Desktop.
made.com.uy
<!DOCTYPE html>
<html>
<head>
<title>Martín Lorenzo</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="image/x-icon" rel="shortcut icon" href="http://www.made.com.uy/images/favicon.ico">
<style>
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
margin: 0;
font-size: 1.4em;
font-weight: 400;
font-family: Helvetica, sans-serif;
font-stretch: normal;
font-style: normal;
color: #fff;
background-image: url('http://made.com.uy/images/IMG_5350-web.jpg');
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
}
a {
text-decoration: none;
color: #fff;
background-color:#000000
}
a:visited {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: none;
color: #feec62;
}
a:active {
text-decoration: none;
color: #feec62;
font-size: 1em;
}
.main-nav {
padding: 2.6em 1.25em;
font-weight: normal;
text-align: left;
font-size: 1em;
line-height: 1.6;
}
.main-nav ol {
list-style-type: none;
margin: 0;
padding: 0;
text-transform: uppercase;
}
</style>
</head>
<body>
<nav class='main-nav'>
<ol>
<li>
<a href="https://www.flickr.com/photos/iammade/sets/72157622841670910/">Murales</a>
</li>
<li>
<a href="https://www.flickr.com/photos/iammade/sets/72157647557902483/">Cuadros</a>
</li>
<li>
<a href="http://iammade.tumblr.com/">Diseño</a>
</li>
<li>
<a href="http://cargocollective.com/martinlorenzo/Contacto">Contacto</a>
</li>
</ol>
</nav>
<div id='scripts'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68683826-1', 'auto');
ga('send', 'pageview');
</script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment