diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/hover.ejs | 3 | ||||
| -rw-r--r-- | views/index.ejs | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/views/hover.ejs b/views/hover.ejs index c57e37a..c3be5a4 100644 --- a/views/hover.ejs +++ b/views/hover.ejs @@ -43,6 +43,7 @@ height: 302px; margin-left: -250px; margin-top: -151px; + display: none; } .cursor { background-image: url(/images/cursor-red.png) !important; @@ -79,7 +80,9 @@ </header> <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> </body> diff --git a/views/index.ejs b/views/index.ejs index d423392..76233a8 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -55,7 +55,9 @@ <a href="/auth/facebook"class="fbutton"></a><br> <% } %> </header> +<!-- <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> </body> |
