diff --git a/README.md b/README.md
deleted file mode 100644
index 56edf6214766642903612617300f9fe91434aae5..0000000000000000000000000000000000000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# README
-
-Write an overview of your project here...
diff --git a/static/landingpage.html b/static/landingpage.html
new file mode 100644
index 0000000000000000000000000000000000000000..c91743899013c95405a401465c373d13e5e3233f
--- /dev/null
+++ b/static/landingpage.html
@@ -0,0 +1,11 @@
+<html>
+<head><link rel="stylesheet" href="landingstyle.css"></head>
+<header>
+  <title>Tramshed Tech</title>
+  <img src="logo.jpg"/><br><br><br><br>
+</header>
+<body>
+  <img src="title.png"/>
+  <button id= "ViewLocations" type="ViewLocations" href="locations.html">View Locations</button>
+</body>
+</html>
diff --git a/static/landingstyle.css b/static/landingstyle.css
new file mode 100644
index 0000000000000000000000000000000000000000..496bb079cca6cccfe95dfac79cc0822052fca366
--- /dev/null
+++ b/static/landingstyle.css
@@ -0,0 +1,33 @@
+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: absolute;
+  margin: inherit;
+  display: inline-block;
+  line-height: 20px;
+  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;
+  cursor: pointer;
+}
+
+body{
+  display: block;
+}
diff --git a/static/logo.jpg b/static/logo.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7a579221e061328e4b7d95bad5964a572398b79a
Binary files /dev/null and b/static/logo.jpg differ
diff --git a/static/title.png b/static/title.png
new file mode 100644
index 0000000000000000000000000000000000000000..ecd6448502b63a65b44067ae8bb7b05b64cacc43
Binary files /dev/null and b/static/title.png differ