basic small structure
[josuexyz/.git] / views / index.ejs
index 7b7a1d6dee032384b91037c9f87cf57cad727a65..1aef4f444dea0a19914641cc4bd9dc0d2c09cb65 100644 (file)
@@ -1,11 +1,45 @@
 <!DOCTYPE html>
 <html>
+
+
+
   <head>
-    <title><%= title %></title>
-    <link rel='stylesheet' href='/stylesheets/style.css' />
+    <%include ../partials/head%>
   </head>
+
+
+
   <body>
-    <h1><%= title %></h1>
-    <p>Welcome to <%= title %></p>
+
+
+    <header>
+
+
+      <%include ../partials/header%>
+
+
+    </header>
+
+
+    <!-- Hero -->
+    <section class="hero">
+      <div class="hero-body">
+        <div class="container">
+          <h1><%= title %></h1>
+        </div>
+      </div>
+    </section>
+
+
+
   </body>
+
+
+
+  <footer>
+    <%include ../partials/footer%>
+  </footer>
+
+
+
 </html>