diff --git a/static/cassette-sram.jpg b/static/cassette-sram.jpg new file mode 100644 index 0000000..90edf72 Binary files /dev/null and b/static/cassette-sram.jpg differ diff --git a/static/screen.css b/static/screen.css index d90dccc..4b5744d 100644 --- a/static/screen.css +++ b/static/screen.css @@ -1,26 +1,14 @@ -@font-face { - font-family: 'Permanent Marker'; - font-style: normal; - font-weight: normal; - src: local('Permanent Marker'), local('PermanentMarker'), url('permanentmarker.ttf') format('truetype'); -} - -@font-face { - font-family: 'Gloria Hallelujah'; - font-style: normal; - font-weight: normal; - src: local('Gloria Hallelujah'), local('GloriaHallelujah'), url('gloriahallelujah.ttf') format('truetype'); -} - html { margin: 0; } body { margin: 0; - background: url(exclusive_paper.png); - font-family: 'Gloria Hallelujah', cursive, sans-serif; + background: url(cassette-sram.jpg); + font-family: monospace, sans-serif; font-size: 1.4em; + font-weight: bold; + color: #90001C; } h1 { @@ -29,7 +17,7 @@ h1 { text-align: center; background: rgba(128, 128, 128, 0.2); color: black; - font-family: 'Permanent Marker', cursive, sans-serif; + font-family: monospace, bold, sans-serif; font-size: 1.8em; text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px; box-shadow: 0 0 16px rgba(128, 128, 128, 0.4); @@ -83,7 +71,7 @@ body > form:before { } body > form input { - font-family: 'Gloria Hallelujah', cursive, sans-serif; + font-family: inherit, cursive, sans-serif; font-size: 1em; width: 75%; border-top: 1px solid rgba(128, 128, 128, 0.4); @@ -93,7 +81,7 @@ body > form input { } body > form input, li { - background: rgba(255, 255, 255, 0.4); + background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 16px rgba(128, 128, 128, 0.2); } diff --git a/views/index.ejs b/views/index.ejs index a2fcced..9871ce3 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -6,9 +6,7 @@

- - HELLO FINN - + WELCOME RUNAR!