Created
July 10, 2013 07:11
-
-
Save anonymous/5964070 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(http://fonts.googleapis.com/css?family=Numans); | |
* { font-family: 'Numans', sans-serif; } | |
html { | |
background: | |
radial-gradient(black 15%, transparent 16%) 0 0, | |
radial-gradient(black 15%, transparent 16%) 8px 8px, | |
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, | |
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px; | |
background-color:#282828; | |
background-size:16px 16px; | |
color: lightgrey; | |
font-size: 200%; | |
} | |
dl, dd, dt { | |
font-size: 80%; | |
padding-bottom: .5em; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<h1>Michael Mifsud</h1> | |
<ul> | |
<li>Senior frontend developer at @99designs</li> | |
<li>World champion pizza eater</li> | |
<li>@xzyfer</li> | |
</ul> | |
<h4>Links<h4> | |
<dl> | |
<dt>Chrome socket doc</dt> | |
<dd>http://developer.chrome.com/trunk/apps/socket.html</dd> | |
<dt>Getting Started with WebRTC</dt> | |
<dd>http://www.html5rocks.com/en/tutorials/webrtc/basics/</dd> | |
<dt>Multicast demo app</dt> | |
<dd>https://github.com/GoogleChrome/chrome-app-samples/tree/master/multicast</dd> | |
</dl> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment