minor color changes
[josuexyz/.git] / views / index.ejs
index 7b7a1d6dee032384b91037c9f87cf57cad727a65..270d705ee3e4d64af55784048527ea14bc13d3a7 100644 (file)
@@ -1,11 +1,46 @@
 <!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 is-primary is-medium">
+      <div class="hero-body">
+        <div class="container">
+          <h1 class="title is-2"><%= title %></h1>
+          <h2 class="subtitle is-6">Code lover, Network Engineer, Maker.</h2>
+        </div>
+      </div>
+    </section>
+
+
+
   </body>
+
+
+
+  <footer>
+    <%include ../partials/footer%>
+  </footer>
+
+
+
 </html>