-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Hello! I'm PROFILE, this is my personal website which contains information about me."/>
<meta property="og:image" content="img/profile.png"/>
<title>profility</title>
<link rel="icon" href="img/profile.png">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<audio id="music" loop></audio>
<div id="content">
<div id="title">
<div id="navigationWrapper">
<ul style="display: inline;" class="navigation">
<li class="navigationItem">
<a class="link" href="/index.html">Home</a>
</li>
<li class="navigationItem">
<a class="link" href="/blog.html">Blog</a>
</li>
</ul>
<br>
</div>
</div>
<h1>👋 Hi, I'm <span class="name">Profility!</span></h1>
<ul id="about">
<li>I'm a high school student with interests in areas of Information Technology.</li>
<li>I'd like to learn about anything that sparks my interest, like programming, cybersecurity, and technology overall.</li>
<li>I like playing video games, particularly shooters, and watching anime and movies. I am also quite fond of self-hosting, piracy, software and desktop customization.</li>
</ul>
<a title="Discord" href="https://discord.com/users/768264821874884608">
<img class="icon" src="img/discord.svg"/>
</a>
<a title="GitHub" href="https://github.com/Profility">
<img class="icon" src="img/github.svg"/>
</a>
<a title="Roblox" href="https://www.roblox.com/users/1801341724/profile">
<img class="icon" src="img/roblox.svg"/>
</a>
<a title="AniList" href="https://anilist.co/user/Profility/animelist">
<img class="icon" src="img/anilist.svg"/>
</a>
</div>
</body>
</html>