-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (47 loc) · 3.07 KB
/
index.html
File metadata and controls
47 lines (47 loc) · 3.07 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-58JN54G');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Polygon</title>
<link rel="stylesheet" href="/src/css/style.css">
<link rel="shortcut icon" href="/src/images/logo.png" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
</head>
<!-- hi person reading through the code on github or using inspect element.
fun fact: im the person behind the spam attacks of 2021. i will never do that again. -->
<body>
<nav>
<ul>
<li class="title">Polygon</li>
<li class="home"><a href="/">Home</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
<div class="right wrapper">
<div style="margin: 1.5em 1em 0 0; width: 40%;" class="down">
<img style="border-radius: 50%;" src="https://cdn2.scratch.mit.edu/get_image/user/68525542_250x250.png">
</div>
<div style="margin: 0 0 0 1em;" class="down">
<h1 class="centre">Welcome To My<br>Website</h1>
<p>Im a person on Scratch called <a href="http://">PoIygon</a> (Poiygon) because someone 12 years ago claimed the username <a href="http://scratch.mit.edu/users/polygon">"poLygon"</a>.</p>
<p>I joined scratch on Dec 7th, 2020 and I have 108 followers, 160 <img src="https://scratch.mit.edu/svgs/project/love-red.svg" alt="Loves" width="14"> , 107 <img src="https://scratch.mit.edu/svgs/project/fav-yellow.svg" alt="Favorites" width="14"> and 2,000 <img src="https://scratch.mit.edu/svgs/project/views-gray.svg" alt="Views" width="14"> </p>
<p>I actually made a <a href="https://addons.mozilla.org/en-US/firefox/addon/no-quote/">firefox extension</a> that automatically adds a unsupported emoji in brackets so nobody can quote your post! but its really sad that the <a href="https://scratch.mit.edu/users/Za-Chary/#comments-154433007">ST discourages it</a> :(</p>
<p>I made a <a href="https://testwebsite-nine.vercel.app/">website</a> for me testing out things like javascript and just testing around with random stuff.</p>
<p>fact: i have applied to the forum helpers 4+ times and all of those times i was rejected</p>
<p>if you want to know how to contact me or want to know what im on see my <a href="/contact/">Contact page.</a></p>
</div>
</div>
</body>
</html>