diff options
| -rw-r--r-- | app.js | 2 | ||||
| -rw-r--r-- | public/images/foamposite.png | bin | 0 -> 154268 bytes | |||
| -rw-r--r-- | views/hover.ejs | 10 |
3 files changed, 6 insertions, 6 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..dffc466 --- /dev/null +++ b/public/images/foamposite.png 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> |
