forked from dyutibarma/monochrome
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (34 loc) · 829 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
36
37
38
39
40
41
---
title: Home
---
<!DOCTYPE html>
<html lang="en" class="wh100 off-white-bg">
{% include head.html %}
<body class="wh100">
<div id="wrap" class="wh100">
<main class="hero center-vh wh100">
<div class="hero-line-title">
<span class="hero-line-hi">Hi, </span>
<span class="hero-line-name">I'm <span class="hero-highlight">Gautham</span></span>
</div>
<div class="hero-line-ticker">
<div>
<div>Software builder</div>
<div>Game connoisseur</div>
<div>Sci-Fi Reader</div>
<div>...master of some</div>
<div>Jack of many trades...</div>
<div>Perfectionist</div>
<div>Software builder</div>
</div>
</div>
<div class="hero-nav">
<!-- Nav links -->
{% include link.html %}
</div>
</main>
<!-- Script -->
{% include script.html %}
</div>
</body>
</html>