diff options
| -rw-r--r-- | public/stylesheets/style.css | 5 | ||||
| -rw-r--r-- | views/index.ejs | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 413e29a..bf5d394 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,3 +1,6 @@ + +@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One); + body { padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; @@ -7,7 +10,6 @@ a { color: #00B7FF; } -@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One); @-webkit-keyframes a { 0% { @@ -441,6 +443,7 @@ ol { position:fixed; bottom:10px; left:0; + font-size:11px; width:100%; } diff --git a/views/index.ejs b/views/index.ejs index 5abc026..eabc503 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -53,7 +53,7 @@ <% if (!currentUser) { %> <a href="/auth/facebook"class="fbutton"></a><br> <% } %> - <a target="_blank" href="http://okfoc.us/"class="okfocus"><img src="/images/okfocus_logo.png" alt="OKFocus"></a> + <a href="mailto:frontdesk@okfoc.us?subject=hello OKFocus"class="okfocus"><img src="/images/okfocus_logo.png" alt="OKFocus"><br>hire us!</a> </header> <div id="cursors"></div> |
