From bddb27131ed897bb5bcbdfb86c7890495f497bf1 Mon Sep 17 00:00:00 2001 From: Michael Townsend Date: Thu, 28 Jan 2021 10:29:05 -0500 Subject: [PATCH] - added link to doublespeak - added cross-promotion event for Penrose - removed dead Dropbox code --- css/main.css | 11 +++++++++++ index.html | 12 ++++++++---- script/engine.js | 2 +- script/events.js | 11 ++++++++++- script/events/marketing.js | 35 +++++++++++++++++++++++++++++++++++ 5 files changed, 65 insertions(+), 6 deletions(-) create mode 100644 script/events/marketing.js diff --git a/css/main.css b/css/main.css index 3d41db0..65ab1aa 100644 --- a/css/main.css +++ b/css/main.css @@ -64,6 +64,17 @@ div#header { height: 20px; } +.logo { + position: fixed; + left: 10px; + bottom: 0; + z-index: 10; +} + +.logo-icon { + height: 40px; +} + .menu { position: fixed; right: 10px; diff --git a/index.html b/index.html index 8d65dbf..13dc5da 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ - - @@ -69,7 +67,8 @@ - + +