-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-and-contact.html
68 lines (66 loc) · 2.33 KB
/
about-and-contact.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE HTML>
<html lang="en">
<head>
<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>SalilPT - About / Contact</title>
<!--Set the default URL for relative paths in the document-->
<base href="https://salilpt.github.io" target="_self">
<!--Set the CSS files for this document-->
<link rel="stylesheet" href="/css_files/navigation_ribbon.css">
<link rel="stylesheet" href="/css_files/basic-theme-1.css">
<link rel="stylesheet" href="/css_files/about-and-contact.css">
</head>
<header>
<h1>About / Contact</h1>
</header>
<body>
<hr>
<!--Navigation Ribbon-->
<div id="navigation_ribbon">
<nav>
<a href="/">Home</a>
<a href="/my_works/works-listing.html">My Works</a>
</nav>
</div>
<div class="about_section">
<p>
Hi, I'm SalilPT. This site is hosted using GitHub Pages.
You can find this site's repository <a href="https://github.com/SalilPT/salilpt.github.io" target="_blank">here</a>.
</p>
<!--Online Profiles-->
<h2>My Online Profiles and Usernames</h2>
<div class="creation_section">
<h3>Creation</h3>
<p class="creation_paragraph">
<a href="https://github.com/SalilPT" target="_blank">GitHub</a><br>
<a href="https://glitch.com/@SalilPT" target="_blank">Glitch</a><br>
<a href="https://salilpt.itch.io/" target="_blank">Itch.io</a><br>
<a href="https://www.kongregate.com/accounts/salilpt" target="_blank">Kongregate</a><br>
<a href="https://www.youtube.com/channel/UC6RAlS6xed288rdW0LnYsZg" target="_blank">YouTube</a><br>
</p>
</div>
<div class="gaming_section">
<h3>Gaming</h3>
<p class="gaming_paragraph">
<a href="https://hypixel.net/members/salilpt.944765/" target="_blank">Hypixel</a><br>
<a href="https://www.realmeye.com/player/SalilPT" target="_blank">RealmEye</a><br>
<a href="https://steamcommunity.com/profiles/76561198241796548" target="_blank">Steam</a><br>
Minecraft: SalilPT<br>
Realm of The Mad God: SalilPT<br>
Epic Games: SalilPT<br>
</p>
</div>
</div>
<hr>
<!--Contact Info-->
<div class="contact_section">
<h2>Contact Me</h2>
<p class="contact_paragraph">
Discord: SalilPT#7568<br>
E-mail: [email protected]<br>
</p>
</div>
</body>
</html>