basic small structure
[josuexyz/.git] / views / index.ejs
index 96d9ac63d1646db333205587185a9b0470e0ab66..1aef4f444dea0a19914641cc4bd9dc0d2c09cb65 100644 (file)
@@ -1,19 +1,45 @@
 <!DOCTYPE html>
 <html>
+
+
+
   <head>
     <%include ../partials/head%>
   </head>
+
+
+
   <body>
+
+
     <header>
+
+
       <%include ../partials/header%>
+
+
     </header>
-    <div class="jumbo">
 
-    </div>
-    <h1><%= title %></h1>
-    <p>Welcome to <%= title %></p>
+
+    <!-- Hero -->
+    <section class="hero">
+      <div class="hero-body">
+        <div class="container">
+          <h1><%= title %></h1>
+        </div>
+      </div>
+    </section>
+
+
+
   </body>
+
+
+
   <footer>
     <%include ../partials/footer%>
   </footer>
+
+
+
 </html>