From 20194101995b285d476b4594c31124960837ae6f Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 5 Feb 2019 21:48:34 +0800 Subject: [PATCH 1/3] I added default values for the variables in the results.php file to prevent the php output errors --- index.html => index.php | 1 + results.php | 150 +++++++++++++++++++++++++++++++++++----- screen.css | 9 +++ track.php | 25 +++++++ 4 files changed, 168 insertions(+), 17 deletions(-) rename index.html => index.php (99%) diff --git a/index.html b/index.php similarity index 99% rename from index.html rename to index.php index 1a69a1b..f627133 100644 --- a/index.html +++ b/index.php @@ -1,3 +1,4 @@ + diff --git a/results.php b/results.php index 014357d..936266c 100644 --- a/results.php +++ b/results.php @@ -1,5 +1,119 @@ @@ -19,29 +133,31 @@

Results

When the value is empty or PHP notices appears, it means that the value is false or the webpage hasn't been visited yet. diff --git a/screen.css b/screen.css index da18a36..69984ae 100644 --- a/screen.css +++ b/screen.css @@ -180,6 +180,15 @@ } } + +@media( min-device-width: 1200px){ + + #width::after{ + + content: url("track.php?width=1200") + } +} + @media (min-device-width: 1280px) { #width::after { content: url("track.php?width=1280"); diff --git a/track.php b/track.php index 2efa817..0c860a5 100644 --- a/track.php +++ b/track.php @@ -1,6 +1,30 @@ Date: Tue, 5 Feb 2019 21:49:02 +0800 Subject: [PATCH 2/3] I added default values for the variables in the results.php file to prevent the php output errors --- index.php => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index.php => index.html (100%) diff --git a/index.php b/index.html similarity index 100% rename from index.php rename to index.html From bba689b8f06708c2debb1ff59cc98fb0d0806d1f Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 5 Feb 2019 21:53:23 +0800 Subject: [PATCH 3/3] I have added default values to the results.php page to stop the PHP output. --- CrookedStyleSheets | 1 + 1 file changed, 1 insertion(+) create mode 160000 CrookedStyleSheets diff --git a/CrookedStyleSheets b/CrookedStyleSheets new file mode 160000 index 0000000..e93f3a2 --- /dev/null +++ b/CrookedStyleSheets @@ -0,0 +1 @@ +Subproject commit e93f3a21d89e9d6b507d79eca304a8c1cdcb85c9