-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (34 loc) · 2.04 KB
/
Copy pathabout.html
File metadata and controls
34 lines (34 loc) · 2.04 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
<html>
<head>
<title>RandomPerson3465</title>
<meta property="og:type" content="website">
<meta property="og:site_name" content="RandomPerson3465.github.io">
<meta property="og:url" content="https://randomperson3465.github.io">
<meta property="og:description" content="RandomPerson3465's website">
<meta name="twitter:site" content="RandomPerson3465.github.io">
<meta name="twitter:description" content="RandomPerson3465's website">
<meta name="twitter:url" content="https://randomperson3465.github.io">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" type="text/css">
<link class="document-theme-css" rel="stylesheet" href="/src/main.css">
</head>
<body>
<div class="sidebar-menu"></div>
<div class="top-icons"></div>
<h1 class="title">RandomPerson3465</h1>
<hr>
<div class="main-content">
<p>Hi, I'm RandomPerson3465. I started this website back in 2019 when I was learning HTML, CSS, and JavaScript.</p>
<h3>Socials</h3>
<p>Twitter/X: It's linked below in the footer, although I don't really use Twitter anymore.</p>
<p>Discord: I don't have a dedicated Discord server for this website, but you can find me in the <a href="https://lcedit.com/about/discord">Livecountsedit Discord</a> if you want to ask me something about it. Please avoid sending friend requests, I tend to ignore all friend requests from unknown people.</p>
<p>YouTube: This is where I occasionally post any non-serious video stuff.</p>
<h3>Additional Info</h3>
<p>Pronouns: He/him</p>
<p>Timezone: Pacific Time (PST/PDT or UTC-8/UTC-7)</p>
</div>
<p class="footer-stuff footer-stuff-socials"></p>
<p class="footer-stuff">Site updated August 24, 2024</p>
</body>
<script src="./src/main.js"></script>
</html>