-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
32 lines (31 loc) · 831 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
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
permalink: /
title: Home Page
layout: default
---
<main data-barba="container" id="home" data-barba-namespace="home">
<section>
<div class="box" id="box-1">
<h1 id="box-1-head">LIGHTS OUT</h1>
<img src="./assets/img/main-neon.jpg" id="scrub" />
</div>
</section>
<section>
<div class="text-block">
<div class="line">
<p>Creating valuable features</p>
</div>
<div class="line">
<p>Creative UI Designs</p>
</div>
<div class="line">
<p>(G)enerating valuable features</p>
</div>
<div class="line">
<p>Calculating UI Designs</p>
</div>
</div>
</section>
</main>