diff --git a/static/Manage_Coworking_Spaces.css b/static/CSS/Manage_Coworking_Spaces.css
similarity index 100%
rename from static/Manage_Coworking_Spaces.css
rename to static/CSS/Manage_Coworking_Spaces.css
diff --git a/static/landingstyle.css b/static/CSS/landingstyle.css
similarity index 100%
rename from static/landingstyle.css
rename to static/CSS/landingstyle.css
diff --git a/static/locations.css b/static/CSS/locations.css
similarity index 100%
rename from static/locations.css
rename to static/CSS/locations.css
diff --git a/static/make_booking.css b/static/CSS/make_booking.css
similarity index 100%
rename from static/make_booking.css
rename to static/CSS/make_booking.css
diff --git a/static/Manage_Coworking_Spaces.js b/static/JS/Manage_Coworking_Spaces.js
similarity index 100%
rename from static/Manage_Coworking_Spaces.js
rename to static/JS/Manage_Coworking_Spaces.js
diff --git a/static/locations.js b/static/JS/locations.js
similarity index 100%
rename from static/locations.js
rename to static/JS/locations.js
diff --git a/static/Manage_Coworking_Spaces.html b/static/Manage_Coworking_Spaces.html
index b75f594479ff9ae3ef051a4da1da84380c07387b..e7267b2cad02ddd5326b39b16dce4f5ca693eecc 100644
--- a/static/Manage_Coworking_Spaces.html
+++ b/static/Manage_Coworking_Spaces.html
@@ -3,7 +3,7 @@
   <head>
     <meta charSet="UTF-8">
     <title> Manage Coworking Spaces </title>
-    <link rel="stylesheet" href="Manage_Coworking_Spaces.css">
+    <link rel="stylesheet" href="CSS/Manage_Coworking_Spaces.css">
 
   </head>
   <body onLoad="pageLoad()">
@@ -12,7 +12,7 @@
       <div id="headerDiv">
         <a href="Manage_Coworking_Spaces.html">
           <img id="headerImg" class="headerImg"
-          src="Tramshed-Logo-Main-Black.png"></img></a>
+          src="Media/Tramshed-Logo-Main-Black.png"></img></a>
         <a id="headerText" class="headerText"
         href="Manage_Coworking_Spaces.html">
           Manage Coworking Spaces</a>
@@ -21,7 +21,7 @@
         <ul class="Left">
           <li><a href="Manage_Coworking_Spaces.html">
             <img id="navImg" class="navImg"
-            src="Tramshed-Logo-Main-White.png"></img></a></li>
+            src="Media/Tramshed-Logo-Main-White.png"></img></a></li>
           <li><a href="Manage_Coworking_Spaces.html">Left</a></li>
           <li><a href="Manage_Coworking_Spaces.html">Home</a></li>
           <li><a href="Manage_Coworking_Spaces.html">Left</a></li>
@@ -87,6 +87,6 @@
       </nav>
     </footer>
 
-    <script src="Manage_Coworking_Spaces.js"></script>
+    <script src="JS/Manage_Coworking_Spaces.js"></script>
   </body>
 </html>
diff --git a/static/Tramshed-Logo-Main-Black.png b/static/Media/Tramshed-Logo-Main-Black.png
similarity index 100%
rename from static/Tramshed-Logo-Main-Black.png
rename to static/Media/Tramshed-Logo-Main-Black.png
diff --git a/static/Tramshed-Logo-Main-White.png b/static/Media/Tramshed-Logo-Main-White.png
similarity index 100%
rename from static/Tramshed-Logo-Main-White.png
rename to static/Media/Tramshed-Logo-Main-White.png
diff --git a/static/logo.jpg b/static/Media/logo.jpg
similarity index 100%
rename from static/logo.jpg
rename to static/Media/logo.jpg
diff --git a/static/tramshed.jpg b/static/Media/tramshed.jpg
similarity index 100%
rename from static/tramshed.jpg
rename to static/Media/tramshed.jpg
diff --git a/static/landingpage.html b/static/landingpage.html
index e2c6ac3745e3154b3024a336c659317a45670ff3..b56e8fd9532a49e78e2bf27015a65014f5bd3d18 100644
--- a/static/landingpage.html
+++ b/static/landingpage.html
@@ -20,7 +20,7 @@
 </header>
 <header class="masthead bg-dark text-white text-left">
   <div class="container-fluid">
-      <img id="logo" src="logo.png"/>
+      <img id="logo" src="Media/logo.png"/>
       <h1 id="header">Tramshed Tech</h1>
   </div>
 </header>
@@ -33,7 +33,7 @@
   <link href="https://fonts.googleapis.com/css2?family=Sora:wght@800&display=swap" rel="stylesheet">
   <link rel="stylesheet" href="landingstyle.css">
   <title>Tramshed Tech</title>
-  <img id="tramshed" src="tramshed.jpg">
+  <img id="tramshed" src="Media/tramshed.jpg">
   <div class="bg-dark p-3">
     <div id="buttons" class="flex-container">
           <button onclick="window.location.href='locations.html';" type="button" class="btn btn-light">
diff --git a/static/locations.html b/static/locations.html
index 3946db329e227f05cfdb74164975f825e75e21a1..b2d35675eb5ad782b154eddb1550a1ef5de6cb9f 100644
--- a/static/locations.html
+++ b/static/locations.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href= "css/locations.css">
+    <link rel="stylesheet" href= "CSS/locations.css">
     <title> Locations </title>
   </head>
   <body>
@@ -74,6 +74,6 @@
       </div>
 
     </section>
-  <script src="C:\Users\c22086220\OneDrive - Cardiff University\Desktop\our locations\JScript\locations.js"> </script>
+  <script src="JS/locations.js"> </script>
 
   </body>
diff --git a/static/make_booking.html b/static/make_booking.html
index 0e61d1f23ba057e776fae0c024938dc2a9b4b469..8dc4473e1139406d80d2c3e85c519abdd151c490 100644
--- a/static/make_booking.html
+++ b/static/make_booking.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-<link rel="stylesheet" href="make_booking.css">
+<link rel="stylesheet" href="CSS/make_booking.css">
 
 <title>Make a Booking</title>
 </head>