summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-01-28 12:19:23 -0500
committerJules Laplace <jules@okfoc.us>2013-01-28 12:19:23 -0500
commita88e07c8f8e98c44051641450ea610998322cc1d (patch)
treee946ce0bfdb92e27770eb05d233cb5f9ad6d4b14 /views
parent25a750d072ff848de7c7904b3b16bc1de076db7a (diff)
hover over the racecar
Diffstat (limited to 'views')
-rw-r--r--views/hover.ejs13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/hover.ejs b/views/hover.ejs
index be7fc77..14d3187 100644
--- a/views/hover.ejs
+++ b/views/hover.ejs
@@ -33,6 +33,17 @@
<% } %>
+<style>
+#racecar {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ width: 432px;
+ height: 125px;
+ margin-left: -216px;
+ margin-top: -62px;
+}
+</style>
</head>
<body>
<h1>WAIT SITE</h1>
@@ -55,6 +66,8 @@
<a href="/auth/facebook"class="fbutton"></a><br>
<% } %>
</header>
+
+ <img src="/images/racecar.png" id="racecar">
<a href="mailto:frontdesk@okfoc.us?subject=hello OKFocus" class="okfocus"><img src="/images/okfocus_logo.png" alt="OKFocus"><br>hire us!</a>
<div id="cursors"></div>