-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (54 loc) · 3.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About | Disturbo's corner</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/icons/icon.png">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P4P5HCX3GM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P4P5HCX3GM');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8952572710252215"
crossorigin="anonymous"></script>
<script type="text/javascript" src="scripts/FileSaver.js"></script>
<script type="text/javascript" src="scripts/ModuleLoader.js"></script>
<meta http-equiv="content-language" content="en">
<meta property="og:image" content="assets/icons/icon.png">
<meta name="theme-color" content="#56744b">
<meta author="Disturbo">
</head>
<body onload="loaded(true, false)">
<div class="content main" style="font-family: DINNext-Regular">
<div id="navbar"></div>
<div id="page-content">
<center>
<div style="margin-bottom: 30px; background-color:#0f192390">
<h1 style="padding:30px 0px 30px 0px; margin:0px">About</h1>
</div>
<div style="font-size: 20px">
<img src="assets/disturbo.png">
<h3>Who am I?</h3>
<div>I'm Disturbo! Or NotToDisturb, depending on whether the first one is taken or not. </div>
<div>I started playing VALORANT around the start of Episode 1 Act 1 (didn't make it to the Kingdom knife, RIP) and got into the lore side of the game in January 2021.</div>
<div>Ever since then lore has become something I love talking about almost daily, and it makes me very happy to be a part of this community.</div>
<h3>And what is Disturbo's corner?</h3>
<div>My way of contributing to the community! It's always a joy to give others tools to express their creativity, and I think these generators do just that.</div>
<div>Disturbo's corner won't be just that though. I want to make this a place to look for exciting takes on lore, discoveries in the game files, and more!</div>
<div>If you have suggestions for what I can add to the website, don't think twice and contact me.</div>
<h3>Contact you? But where?</h3>
<div>You've got a few choices. I'm mostly present on <a href="https://twitter.com/NotToDisturb">Twitter</a>, so feel free to drop a DM there.</div>
<div>I also stream semi-regularly on <a href="https://twitch.tv/NotToDisturb">Twitch</a> and try to upload to my <a href="https://www.youtube.com/c/NotToDisturb">YouTube channel</a> from time to time!</div>
<h2>Enjoy Disturbo's corner!</h2>
<div style="padding:10px 0px 40px 0px"><a class="stylized-button" href="/legal">Legal</a></div>
</div>
</center>
</div>
</div>
<script type="text/javascript" src="scripts/GenericPage.js"></script>
</body>
</html>