From b164fe7408a273225d08aa3788efff683a60c71a Mon Sep 17 00:00:00 2001 From: Arianne Bayliss <baylissa1@cardiff.ac.uk> Date: Wed, 23 Nov 2022 00:27:43 +0000 Subject: [PATCH 1/3] Add new file --- landingpage.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 landingpage.html diff --git a/landingpage.html b/landingpage.html new file mode 100644 index 0000000..5ee32a8 --- /dev/null +++ b/landingpage.html @@ -0,0 +1,9 @@ +<html> +<head><link rel="stylesheet" href="style.css"></head> +<header> + <img src="logo.jpg"/><br><br><br><br> +</header> +<body class="body"> + <img src="title.png"/> + <button id= "ViewLocations" type="ViewLocations" href="locations.html">View Locations</button> +</html> -- GitLab From 3c17f6747c0745dcb8c428c62cfb457e59c23017 Mon Sep 17 00:00:00 2001 From: Arianne Bayliss <baylissa1@cardiff.ac.uk> Date: Wed, 23 Nov 2022 00:28:32 +0000 Subject: [PATCH 2/3] Upload New File --- style.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..85bdc71 --- /dev/null +++ b/style.css @@ -0,0 +1,32 @@ +header{ + background-color: black; + display: block; + color: black; + margin-left: auto; + margin-right: inherit; + width: 100%; + height: 75%; +} + +button{ + background-color: white; + color: black; + text-align: center; + position: fixed; + margin: inherit; + display: inline-block; + line-height: 20px; + float: center; + width: 10%; + height: 15%; + font-size: 16px; + border-radius: 12px; + padding: 1px 10px; + transform: translate(350%, 50%); + font-family: monospace; + font-style: oblique; + font-weight: bolder; +} + +body{ + display: block; -- GitLab From 29342b404147a86464c156cc07eb69f9d7377b00 Mon Sep 17 00:00:00 2001 From: Arianne Bayliss <baylissa1@cardiff.ac.uk> Date: Wed, 23 Nov 2022 00:29:42 +0000 Subject: [PATCH 3/3] Delete css_framework.css --- css_framework.css | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 css_framework.css diff --git a/css_framework.css b/css_framework.css deleted file mode 100644 index 85bdc71..0000000 --- a/css_framework.css +++ /dev/null @@ -1,32 +0,0 @@ -header{ - background-color: black; - display: block; - color: black; - margin-left: auto; - margin-right: inherit; - width: 100%; - height: 75%; -} - -button{ - background-color: white; - color: black; - text-align: center; - position: fixed; - margin: inherit; - display: inline-block; - line-height: 20px; - float: center; - width: 10%; - height: 15%; - font-size: 16px; - border-radius: 12px; - padding: 1px 10px; - transform: translate(350%, 50%); - font-family: monospace; - font-style: oblique; - font-weight: bolder; -} - -body{ - display: block; -- GitLab