-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (40 loc) · 3.74 KB
/
index.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- save this: https://github.com/fastify/fastify/blob/main/docs/Reference/Request.md -->
<title>JaecadeJnight's kewl site</title>
<link rel="stylesheet" href="https://jeffreymaniac.github.io/src/main-styles.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://jeffreymaniac.github.io/src/favicon.png" type="image/png">
<meta name="author" content="JaecadeJnight"/>
<meta name="description" content="JaecadeJnight's kewl website" />
<meta name="keywords" content="JaecadeJnight, jaecadejnight, JeffTheMasterr, jeffthemasterr" />
</head>
<body>
<header id="yourMom">
<h1 class="myname">JaecadeJnight</h1>
<p>This is my super kewl website! I'm a guy, he/him</p>
</header>
<div class="topnav">
<a class="active" href="https://jeffreymaniac.github.io/">JaecadeJnight</a>
<a href="https://jeffreymaniac.github.io/projects">My epic projects</a>
<a href="https://jeffreymaniac.github.io/articles">Articles</a>
<span style="font-family:verdana;cursor:pointer;text-decoration:underline;float:right" onclick="document.getElementById('yourMom').style.display = document.getElementById('yourMom').style.display === 'block' ? 'none' : 'block';">Hide/show</span>
</div>
<div class="mg16">
<p>Hi, I'm <strong>JaecadeJnight</strong>, or Jeff. I like programming, web development, video games, drawing, Legos, anime, and other stuff. I used to be known as "JeffTheMasterr" but then changed that name because it's cringey.</p>
<h2>Social medias below</h2>
<p>Just a list of my online profiles. Anyone else who claims to be me but isn't one of these profiles isn't me and is an impersonator, but don't harass or report them because some of them could actually be me since I have a lot of online accounts. For the stuff I have on Glitch and GitHub you can also find on my epic projects page.</p>
<ul>
<li><a href="https://www.youtube.com/@jaecadejnight"><img style="height:15px" src="https://cdn3.iconfinder.com/data/icons/social-network-30/512/social-06-512.png" alt="YouTube" title="YouTube"> YouTube</a></li>
<li><a href="https://www.instagram.com/jeffthemasterr/"><img style="height:15px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/2048px-Instagram_icon.png" alt="Instagram" title="Instagram"> Instagram</a></li>
<li><a href="https://www.roblox.com/users/2033809673/profile"><img style="height:15px" src="https://upload.wikimedia.org/wikipedia/commons/7/7e/Roblox_Logo_2022.jpg" alt="Roblox" title="Roblox"> Roblox</a></li>
<li><img style="height:15px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Nintendo_Switch_logo%2C_square.png/768px-Nintendo_Switch_logo%2C_square.png" alt="Nintendo Switch" title="Nintendo Switch"> Nintendo Switch username (I mainly play Super Smash bros): JeffIsCool</li>
<li><a href="https://play.creaticode.com/users/LdC83r7oNrMnAi63d"><img style="height:15px" src="https://play.creaticode.com/tcode-static-files/images/newlogo200.png" alt="CreatiCode" title="CreatiCode"> CreatiCode</a></li>
<li><a href="https:/github.com/Jeffreymaniac"><img style="height:15px" src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" alt="GitHub" title="GitHub"> GitHub</a></li>
<li><a href="https://glitch.com/@jaecadejnight"><img style="height:15px" src="https://media.licdn.com/dms/image/v2/C4E0BAQGHoqoy1AW8zQ/company-logo_200_200/company-logo_200_200/0/1630612170724/glitch_dot_com_logo?e=2147483647&v=beta&t=mfQLo6IH5Brgd1G0hSo83K295GWv9QcqMud1YMcVvyk" alt="Glitch" title="Glitch"> Glitch</a></li>
</ul>
</div>
</body>
</html>