-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (101 loc) · 5.02 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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>Sam @yungsamd17</title>
<meta name="description" content="Web developer">
<meta property="og:site_name" content="Sam @yungsamd17">
<meta property="og:description" content="Web developer">
<meta property="og:title" content="Sam @yungsamd17">
<meta property="twitter:card" content="summary">
<meta property="twitter:site" content="Sam @yungsamd17">
<meta property="twitter:description" content="Web developer">
<meta property="og:image" content="https://yungsamd17.github.io/src/assets/logo.png">
<link rel="stylesheet" href="src/main.css">
<link rel="icon" href="src/assets/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<script data-goatcounter="https://yungsamd17.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<meta name="google-site-verification" content="56-L3iSwypOtQIwMAVZwT51iLhmZTG1h1F88WIN3bGI" />
<!--<script type="text/javascript" src="https://livejs.com/live.js"></script>-->
</head>
<body>
<div class="main">
<div class="wrapper">
<div class="header">
<div>
<h1>Sam</h1>
<p><a href='mailto:[email protected]'>[email protected]</a></p>
</div>
</div>
<div class="link-bar">
<div class="link-row">
<a class="socials" href="https://twitter.com/yungsamd17" target="_blank">
<span class="socials-logo">
<i class="fa-brands fa-twitter"></i>
</span>Twitter
</a>
<a class="socials" href="https://twitch.tv/yungsamd17" target="_blank">
<span class="socials-logo">
<i class="fa-brands fa-twitch"></i>
</span>Twitch
</a>
<a class="socials" href="https://youtube.com/@yungsamd17" target="_blank">
<span class="socials-logo">
<i class="fa-brands fa-youtube"></i>
</span>YouTube
</a>
</div>
<div class="link-row">
<a class="socials" href="https://discord.com/users/402083911053869056" target="_blank">
<span class="socials-logo">
<i class="fa-brands fa-discord"></i>
</span>Discord
</a>
<a class="socials" href="https://github.com/yungsamd17" target="_blank">
<span class="socials-logo">
<i class="fa-brands fa-github"></i>
</span>GitHub
</a>
<a class="socials" href="https://ko-fi.com/yungsamd17" target="_blank">
<span class="socials-logo">
<i class="fa-solid fa-hand-holding-heart"></i>
</span>Donate
</a>
</div>
</div>
<div class="card">
<h2>About Me</h2>
<p>Hey, I'm <b>Sam</b> I'm 21 years old and I'm currently learning Web Development.
In my spare time I like making <b>userscripts</b>, <b>plugins</b> and <b>browser extensions</b> for such as <a href="https://www.twitch.tv"><b>Twitch</b></a>, <a href="https://betterdiscord.app"><b>BetterDiscord</b></a> and others, to make experiences using them better.</p>
<div class="cardLink">
<h2>My Projects</h2>
<p>
<a href="https://yungsamd17.github.io/Twitch-Live/">Twitch Live</a>
</p>
<p>
<a href="https://yungsamd17.github.io/UserScripts/">UserScripts</a>
</p>
<h3>Other Projects</h3>
<p>
<a href="https://github.com/yungsamd17/BetterDiscordAddons">BetterDiscord Addons</a>
</p>
<p>
<a href="https://github.com/yungsamd17/Open-Twitch-Channel">Open Twitch Channel</a>
</p>
<p>
<a href="https://github.com/yungsamd17/Twitch-Addons">Twitch Addons</a>
</p>
<p>
<a href="https://github.com/yungsamd17/Volume-Control">Volume Control</a>
</p>
</div>
</div>
</div>
</div>
<div class="footer">
© 2024 • <a href="https://github.com/yungsamd17/yungsamd17.github.io" target="_blank"><i class="fa-brands fa-github"></i> GitHub Repository</a>
</div>
</body>
</html>