-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 835 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Home
layout: base
navbar: false
---
<section class="hero is-dark rxl-hero is-fullheight">
<div class="hero-head">
{% include nav.html %}
</div>
<!-- Hero content: will be in the middle -->
<div class="hero-body">
<div class="container">
<h1 class="title is-size-1 font-header">
{{ site.tagline-title }}
</h1>
<p class="subtitle is-size-3">
{{ site.tagline-subtitle }}
</p>
<p class="is-size-5">
{{ site.tagline-desc }}
</p>
<br>
<a href="about">
<button class="button is-medium theme-dark am-homepage-btn">
Learn more about me
</button>
</a>
</div>
</div>
</section>