From 83360b48bba7e2f742029d27315b66500f21d820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Fri, 25 Sep 2015 20:16:26 +0200 Subject: [PATCH] landing page reworked --- resources/public/index.html | 28 ++++++---------------------- resources/public/style.css | 15 +++++++++++++-- 2 files changed, 19 insertions(+), 24 deletions(-) diff --git a/resources/public/index.html b/resources/public/index.html index 176d3a9..f16b90d 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -4,8 +4,6 @@ NoteHub — Free Pastebin for One-Off Markdown Publishing - @@ -13,27 +11,16 @@

NoteHub

Free and Hassle-free Pastebin for Markdown Notes.


+ See Demo Note New Page
-

Features

-

Changelog

- \ No newline at end of file + diff --git a/resources/public/style.css b/resources/public/style.css index 122bc0e..f871ed0 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -52,10 +52,21 @@ fieldset { font-weight: 300; } +.landing-button.demo { + opacity: 0.9; + background: #ddd; + color: black !important; + margin-right: 1.5em; +} + .landing-button:hover { background: #0b7; } +.landing-button.demo:hover { + background: #eee; +} + .helvetica { font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif'; font-weight: 300; @@ -95,7 +106,7 @@ body { } h1, h2, h3, h4, h5, h6 { - font-family: Noticia Text, 'Noticia Text', 'PT Serif', 'Georgia'; + font-family: 'PT Serif', 'Georgia'; font-weight: bold; } @@ -267,4 +278,4 @@ body { flex-direction: column; display: flex; min-height: 100vh; -} \ No newline at end of file +}