diff --git a/about.html b/about.html
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..114601159401f5bf92eef6ad9e1a7a5fa75499d6 100644
--- a/about.html
+++ b/about.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Document</title>
+    <link rel="stylesheet" href="styles.css">
+    <script src="scripts.js" async></script>
+    <title>Create Against Hate</title>
+</head>
+
+<body>
+    <header>
+        <!-- Navigation Bar -- uses id="main-navigation" class="navbar" :: index.html :: about.html :: rules.html :: location.html -->
+            <!-- Burger Menu -->
+    </header>
+    <main>
+        <!-- Hero -- uses class="hero" :: index.html :: about.html -->
+        <!-- About -- uses class="text-section" :: about.html :: rules.html :: location.html -->
+    </main>
+    <footer>
+        <!-- Footer :: index.html :: about.html :: rules.html :: location.html -->
+            <!-- Copyright -->
+            <!-- Sitemap -->
+            <!-- Socials -->
+    </footer>
+</body>
+
+</html>
\ No newline at end of file
diff --git a/index.html b/index.html
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..10ab19a1aec2960014cfa714d7484da47a956122 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Document</title>
+    <link rel="stylesheet" href="styles.css">
+    <script src="scripts.js" async></script>
+    <title>Create Against Hate</title>
+</head>
+
+<body>
+    <header>
+        <!-- Navigation Bar -- uses id="main-navigation" class="navbar" :: index.html :: about.html :: rules.html :: location.html -->
+            <!-- Burger Menu -->
+    </header>
+    <main>
+        <!-- Hero -- uses class="hero" :: index.html :: about.html -->
+        <!-- About -- uses class="grid-2x2" -->
+        <!-- Sign Up Form -- uses class="sign-up-form" -->
+    </main>
+    <footer>
+        <!-- Footer :: index.html :: about.html :: rules.html :: location.html -->
+            <!-- Copyright -->
+            <!-- Sitemap -->
+            <!-- Socials -->
+    </footer>
+</body>
+
+</html>
\ No newline at end of file
diff --git a/location.html b/location.html
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3dd4e81a8243bb7289ecb4963da8cfeeab739c1b 100644
--- a/location.html
+++ b/location.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Document</title>
+    <link rel="stylesheet" href="styles.css">
+    <script src="scripts.js" async></script>
+    <title>Create Against Hate</title>
+</head>
+
+<body>
+    <header>
+        <!-- Navigation Bar -- uses id="main-navigation" class="navbar" :: index.html :: about.html :: rules.html :: location.html -->
+            <!-- Burger Menu -->
+    </header>
+    <main>
+        <!-- Map -->
+        <!-- Directions -- uses class="text-section" :: about.html :: rules.html :: location.html -->
+            <!-- Tabs -->
+    </main>
+    <footer>
+        <!-- Footer :: index.html :: about.html :: rules.html :: location.html -->
+            <!-- Copyright -->
+            <!-- Sitemap -->
+            <!-- Socials -->
+    </footer>
+</body>
+
+</html>
\ No newline at end of file
diff --git a/rules.html b/rules.html
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..c786fba10120a12feda019e8c36ef67c710305f0 100644
--- a/rules.html
+++ b/rules.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Document</title>
+    <link rel="stylesheet" href="styles.css">
+    <script src="scripts.js" async></script>
+    <title>Create Against Hate</title>
+</head>
+
+<body>
+    <header>
+        <!-- Navigation Bar -- uses id="main-navigation" class="navbar" :: index.html :: about.html :: rules.html :: location.html -->
+            <!-- Burger Menu -->
+    </header>
+    <main>
+        <!-- Rules -- uses class="text-section" :: about.html :: rules.html :: location.html -->
+        <!-- Ideas -- uses class="text-section" :: about.html :: rules.html :: location.html -->
+            <!-- Slideshow -->
+    </main>
+    <footer>
+        <!-- Footer :: index.html :: about.html :: rules.html :: location.html -->
+            <!-- Copyright -->
+            <!-- Sitemap -->
+            <!-- Socials -->
+    </footer>
+</body>
+
+</html>
\ No newline at end of file