Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made infinitely cooler with additions of Instagram + Brooklyn + Etsy #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<h1 aria-hidden="true" id="lol">wat</h1>
</div>
<p>*Warning, this page not safe for consumption on US-bound American Airlines flights
<p>**phiggins points out that Crockford might be holding a detonation device
<p>Image courtesy of <a href="http://www.flickr.com/photos/jsconf/4575469297/">jsconf</a>
<p>**esty-talk-ified by placenamehere
<p>Image courtesy of <a href="http://www.flickr.com/photos/placenamehere/5663055774/">placenamehere</a>
<style>
div {position:relative; width: 1024px; margin: 0 auto; }
p { text-align: center; }
body {background-color: #333;}
img {margin:35px 0 0;box-shadow: 0 0 55px rgba(255,255,255,0.5);}
h1 {
width:513px;text-align:center;position:absolute;top:70px;left:15px;
color:#fff;font-family: BaskerVille;font-size:165px;margin:0;
text-shadow: 0 0 2px white, 0 0 1px rgba( 0, 0, 0, .6 );
-o-transform: rotate(-1deg); -webkit-transform: rotate(-1deg); -moz-transform: rotate(-1deg); -ms-transform: rotate(-1deg); transform: rotate(-1deg);
width:513px;text-align:center;position:absolute;top:170px;left:12px;
color:rgba(255,255,255,0.95);font-family: BaskerVille;font-size:49px;margin:0;
text-shadow: 0 0 10px rgba(255,255,255,0.8);
-o-transform: rotate(12deg) skew(13deg, 2deg) scale(0.8,1.3); -webkit-transform: rotate(12deg) skew(13deg, 2deg) scale(0.8,1.3); -moz-transform: rotate(12deg) skew(13deg, 2deg) scale(0.8,1.3); -ms-transform: rotate(12deg) skew(13deg, 2deg) scale(0.8,1.3); transform: rotate(12deg) skew(13deg, 2deg) scale(0.8,1.3);
}
p {color:#888;font-family:sans-serif;font-size:10px;margin-bottom:2px;}
</style>
Expand Down