From 80abea4a86a1cffa4a780f2bd1b57139a5f05919 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sat, 11 Aug 2018 14:17:59 -0600 Subject: [PATCH 1/6] Updated text size to 13.9vh in order to fit "At Connaught" on a single line on a 1080p display. --- www/where/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/where/index.php b/www/where/index.php index 3af1918..080b3d1 100644 --- a/www/where/index.php +++ b/www/where/index.php @@ -24,7 +24,7 @@ html, body {height: 100%; min-height: 100%;} body {background-color: #333333;} p {font-size: 5vh; color: #FFFFFF; opacity: 0.5;} - h1 {font-size: 14vh; color: #FFFFFF;} + h1 {font-size: 13.9vh; color: #FFFFFF;} #container {width: 100%; height: 100%; border: 1.5vw solid #333333; background: linear-gradient(135deg, #a25cbf 0%,#009cde 100%);} #centered {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} From a96cc52d072198010590304278832df3c5cbae12 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sat, 11 Aug 2018 14:53:02 -0600 Subject: [PATCH 2/6] Added subtle map to background, using home as a default location for now. --- www/where/index.php | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/www/where/index.php b/www/where/index.php index 080b3d1..b28a8cc 100644 --- a/www/where/index.php +++ b/www/where/index.php @@ -19,16 +19,34 @@ + + + + +

Where tf is Jason?

From cfa0df515aa4b068400f379867debc5d4734a7c9 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sat, 11 Aug 2018 14:55:43 -0600 Subject: [PATCH 3/6] Updated default map centre location to Connaught --- www/where/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/where/index.php b/www/where/index.php index b28a8cc..024d096 100644 --- a/www/where/index.php +++ b/www/where/index.php @@ -34,7 +34,7 @@

Where tf is Jason?

-

+

Nobody Knows

+ From 03d1993795bee10d726bdf0464ef0fc3624fa99f Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sat, 11 Aug 2018 15:20:54 -0600 Subject: [PATCH 5/6] Removed leaflet CSS, updated jQuery CDN to Google. --- www/where/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/where/index.php b/www/where/index.php index 4c2fdca..23635d3 100644 --- a/www/where/index.php +++ b/www/where/index.php @@ -26,7 +26,6 @@ - - +