Skip to content

Instantly share code, notes, and snippets.

@aarqon
Last active March 26, 2017 21:48
Show Gist options
  • Select an option

  • Save aarqon/33782abe06c0d4f1826a9dcfa6b06f47 to your computer and use it in GitHub Desktop.

Select an option

Save aarqon/33782abe06c0d4f1826a9dcfa6b06f47 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<meta charset="utf-8"></meta>
<title>Homepage</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:100" rel="stylesheet">
<style>
body {
background-color: #EEEEEE;
font-family: 'Roboto Slab', serif;
font-size: 2.5em;
color: #222222;
margin-left: 50%;
transform: translate(-50%, 0);
}
div {
padding-left: 2em;
}
.title {
font-weight:bolder;
}
a {
text-decoration: none;
}
a:link {
color: #444499;
}
a:visited {
color: #9999FF;
}
</style>
</head>
<body>
{
<div>"<span class='title'>title</span>": "Homepage",</div>
<div>"<span class='title'>links</span>": {
<div>"<span class='title'>mail</span>": "<a target="_blank" href="https://mail.google.com">mail.google.com</a>",</div>
<div>"<span class='title'>feedly</span>": "<a target="_blank" href="https://feedly.com">feedly.com</a>",</div>
<div>"<span class='title'>github</span>": "<a target="_blank" href="https://github.com">github.com</a>",</div>
<div>"<span class='title'>youtube</span>": "<a target="_blank" href="https://youtube.com">youtube.com</a>",</div>
<div>"<span class='title'>seafile</span>": "<a target="_blank" href="https://home.raquat.ro">home.raquat.ro</a>",</div>
<div>"<span class='title'>docs</span>": "<a target="_blank" href="https://docs.google.com">docs.google.com</a>",</div>
<div>"<span class='title'>last.fm</span>": "<a target="_blank" href="https://last.fm">last.fm</a>",</div>
<div>"<span class='title'>forum</span>": "<a target="_blank" href="https://forum.raquat.ro">forum.raquat.ro</a>"</div>
},</div>
}
<div style="font-size:0.5em;position:absolute;bottom:0;right:0;">{ "<a target="_blank" href="https://fonts.google.com/specimen/Roboto+Slab">Roboto Slab</a>": "<span class='title'>Christian Robertson</span>"}</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment