-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
85 lines (85 loc) · 3.24 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>About - jarvis09.com</title>
<meta name="description" content="jarvis09's very fancy portfolio" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./style.css" />
<script
defer
src="https://umami.jarvis09.com/script.js"
data-website-id="e3d4baa8-64d2-44a4-ae27-fff037bd7776"
></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">
You are using an <strong>outdated</strong> browser. Please
<a href="#">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<section>
<div class="secondary-title">
<h1 class="gradient-text">About</h1>
<h2 class="subtitle">About This website</h2>
</div>
<div class="qna-container">
<ul>
<li>Q: What tech stack does this website use ?</li>
<li>A: HTML, CSS, and vanilla JS <br /><br /></li>
<li>Q: What is the video on the first page ?</li>
<li>
A: The
<a
class="bold link"
href="https://www.youtube.com/watch?v=P_nj6wW6Gsc"
>KSP2 Trailer</a
><br /><br />
</li>
<li>Q: I want to give you all my life savings!!!</li>
<li>A: Sure, send me an email :x<br /><br /></li>
<li>Q: Why this video?</li>
<li>
A: It's just beautiful with a song i love and i gotta make up for
the 50€ i got scammed by this game <br />(FUCK YOU TAKE TWO!!!)<br /><br />
</li>
<li>Q: I want to steal this website from you!</li>
<li>A: Sure, as long as you credit me.<br /><br /></li>
<p>
If you have any more question or anything to say feel free to send
me an email or DM on discord
</p>
</ul>
</div>
<div class="subtext-container">
<p class="subtext">
NOTE: This website uses a tiny bit of tracking provided by
<a href="https://umami.is" class="link bold">umami</a>. No data goes
to any third party (everything is selfhosted). The data is collected
anonymously and includes: The country you access this website from,
device, browser, pages you visit and operating system. This data is
just for analytics purposes (im curious about who is visiting my
website :x). Thanks for your understanding :-)
</p>
</div>
<footer>
<p>
Made with ❤️ by <span class="bold">jarvis09</span> -
<a class="bold link" href="./">Go Back</a>
-
<a class="bold link" href="https://github.com/jarvis09-yann/portfolio"
>Github</a
>
(repo of this website)
</p>
</footer>
</section>
<script src="" async defer></script>
</body>
</html>