minor color changes
[josuexyz/.git] / views / index.ejs
1 <!DOCTYPE html>
2 <html>
3
4
5
6   <head>
7     <%include ../partials/head%>
8   </head>
9
10
11
12   <body>
13
14
15     <header>
16
17
18       <%include ../partials/header%>
19
20
21     </header>
22
23
24     <!-- Hero -->
25     <section class="hero is-primary is-medium">
26       <div class="hero-body">
27         <div class="container">
28           <h1 class="title is-2"><%= title %></h1>
29           <h2 class="subtitle is-6">Code lover, Network Engineer, Maker.</h2>
30         </div>
31       </div>
32     </section>
33
34
35
36   </body>
37
38
39
40   <footer>
41     <%include ../partials/footer%>
42   </footer>
43
44
45
46 </html>