-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (48 loc) · 2.19 KB
/
Copy pathindex.html
File metadata and controls
48 lines (48 loc) · 2.19 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
48
<!DOCTYPE HTML>
<!-- hello -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
<link rel="icon" href="images/pfp.svg">
<title>Fox198nt</title>
</head>
<body>
<!-- ul>
<a href="#links"><li>Links</li></a>
<a href="#projects"><li>Projects</li></a>
</ul-->
<header>
<img src="images/pfp-no-text.svg" style="height: 70px; border-radius: 20px; margin: 10px;">
<h1>Fox198nt</h1><br>
</header>
<p>I'm a musician, programmer and graphic designer from India</p>
<br>
<div class="content" id="links">
<h2>Links</h2>
<button onclick="window.open('https://youtube.com/@fox198nt')" style="background-color: #FF0000"><i class="si si-youtube"></i> YouTube</button>
<button onclick="window.open('https://soundcloud.com/foxnt')" style="background-color: #FF5500"><i class="si si-soundcloud"></i> SoundCloud</button>
<button onclick="window.open('https://dsc.gg/estero')" style="background-color: #5865F2"><i class="si si-discord"></i> Discord</button>
<button onclick="window.open('https://github.com/fox198nt')" style='background-color: #181717';><i class="si si-github"></i> Github</button>
<button onclick="window.open('https://youtube.com/@fox198nt')" style="background-color: #1185FE" title="(i dont post much)"><i class="si si-bluesky"></i> Bluesky</button>
<button onclick="window.open('https://chess.com/member/fox198nt')" style='background-color: #81B64C';><i class="si si-chessdotcom"></i> Chess.com</button>
<button onclick="window.open('https://lichess.org/@/fox198nt')" style='background-color: #000';><i class="si si-lichess"></i> Lichess</button>
<br></br>
</div>
<br>
<div class="content" id="projects">
<h2>Projects</h2>
<div class="project" onclick="window.open('https://github.com/fox198nt/estero')">
<img src="images/estero.svg">
<p>Estero</p>
<small>A Discord bot</small>
</div>
<div class="project" onclick="window.open('https://github.com/fox198nt/textbored')">
<img src="images/tb.svg">
<p>Textbored</p>
<small>A simple WebSocket-based chatroom</small>
</div>
</div>
</body>
</html>