-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (43 loc) · 2.73 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://img.icons8.com/wired/64/ffffff/laptop.png">
<link rel="stylesheet" href="style.css" />
<title>Sticky Nav</title>
</head>
<body>
<nav class="nav">
<div class="container">
<h1 class="logo"><a href="/index.html">- My Website -</a></h1>
<ul>
<li><a href="#" class="current">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</nav>
<div class="hero">
<div class="container">
<video playsinline autoplay muted loop poster="laptop-bg.png">
<source src="laptop-bg.mp4">
</video>
<h1>Welcome to My Website</h1>
<p>Endless ubermensch philosophy overcome gains.</p>
</div>
</div>
<section class="container content">
<h2>Latest Post</h2>
<p>Morality aversion horror society faithful eternal-return society ubermensch philosophy passion ultimate. Ubermensch virtues christianity ideal evil merciful strong ultimate superiority faith victorious. Pinnacle self zarathustra suicide good morality intentions ultimate snare salvation society. Passion eternal-return chaos transvaluation suicide depths moral deceptions spirit contradict.
Of virtues marvelous reason free derive madness endless chaos gains dead sea dead. Oneself strong against oneself derive faith. Superiority self derive reason pinnacle deceptions salvation right salvation revaluation snare contradict morality.
Right oneself contradict aversion hope derive virtues intentions sexuality grandeur...</p>
<h3>Older Post</h3>
<p>Eternal-return zarathustra christian snare philosophy truth horror chaos ultimate will faith truth horror. Society mountains revaluation against hatred. Abstract decieve joy passion convictions love against horror.
Endless superiority christian burying chaos. Prejudice depths decieve burying aversion will grandeur superiority ocean play transvaluation. Enlightenment god inexpedient ultimate will marvelous sea ubermensch ocean salvation play snare. Ultimate madness insofar depths war enlightenment.
Of inexpedient noble noble right contradict law. Overcome aversion hope free eternal-return disgust ubermensch strong superiority decieve salvation gains. Victorious convictions faithful pinnacle ascetic convictions...</p>
</section>
<script src="script.js"></script>
</body>
</html>