test
[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">
26       <div class="hero-body">
27         <div class="column nomargin">
28           <img src="/images/josuecut.png" alt="">
29         </div>
30         <div class="container column">
31           <h1 class="title is-2 is-primary-invert"><%= title %></h1>
32           <h2 class="subtitle is-6 is-primary-invert">Code lover, Network Engineer, Maker.</h2>
33         </div>
34       </div>
35     </section>
36
37
38
39   </body>
40
41
42
43   <footer>
44     <%include ../partials/footer%>
45   </footer>
46
47
48
49 </html>