summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js2
-rw-r--r--public/images/foamposite.pngbin0 -> 154268 bytes
-rw-r--r--views/hover.ejs10
3 files changed, 6 insertions, 6 deletions
diff --git a/app.js b/app.js
index 69c83c3..e346be0 100644
--- a/app.js
+++ b/app.js
@@ -106,7 +106,7 @@ passport.use(new FacebookStrategy({
));
-app.get('/', routes.index);
+app.get('/', routes.hover);
app.get('/hover', routes.hover);
app.get('/auth/facebook', passport.authenticate('facebook'));
app.get('/auth/facebook/callback', passport.authenticate('facebook', { successRedirect: '/',
diff --git a/public/images/foamposite.png b/public/images/foamposite.png
new file mode 100644
index 0000000..dffc466
--- /dev/null
+++ b/public/images/foamposite.png
Binary files differ
diff --git a/views/hover.ejs b/views/hover.ejs
index eac95dd..a86d1f9 100644
--- a/views/hover.ejs
+++ b/views/hover.ejs
@@ -39,10 +39,10 @@
position: absolute;
top: 50%;
left: 50%;
- width: 432px;
- height: 125px;
- margin-left: -216px;
- margin-top: -62px;
+ width: 500px;
+ height: 302px;
+ margin-left: -250px;
+ margin-top: -151px;
}
.cursor {
background-image: url(/images/cursor-red.png) !important;
@@ -77,7 +77,7 @@
<% } %>
</header>
- <img src="/images/racecar.png" id="racecar">
+ <img src="/images/foamposite.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>