This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
43 lines (41 loc) · 1.46 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/style.css">
<link rel="shortcut icon" type="image/png" href="./assets/favicon.png"/>
<title>About</title>
</head>
<body>
<nav id="navbar">
<a class="button" href="/">Home</a>
<a class="button" href="./blog.html">Blog</a>
<a class="button" href="./doc.html">Doc</a>
<a class="button" href="./about.html">About</a>
</nav>
<div id="data">
<h1>Arsh Jethi</h1>
<br/>
<p>
I am very curious, optimistic, love technology, just want to keep it simple and stay happy. I'm honoured to have amazing people in my life.
</p>
<br/>
<blockquote>
‘The Great Man … is colder, harder, less hesitating, and without respect and without the fear of “opinion”; he lacks the virtues that accompany respect and “respectability”, and altogether everything that is the “virtue of the herd”. If he cannot lead, he goes alone. … He knows he is incommunicable: he finds it tasteless to be familiar. … When not speaking to himself, he wears a mask. There is a solitude within him that is inaccessible to praise or blame.’<br/>
<br/>
- Friedrich Nietzsche, The Will to Power
</blockquote>
<br/>
<p>
Got something to say? arshjethi[at]protonmail.com
</p>
<br/>
</div>
<footer>
<p id="bottomtext">
Don't need to but want to 🍁
</p>
</footer>
</body>
</html>