-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
61 lines (57 loc) · 2.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>byeoon</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<meta content="byeoon's cyberspace" property="og:title" />
<meta property="og:description" content="programmer, developer and cool stuff maker">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="#3d329b" data-react-helmet="true" name="theme-color" />
<meta content="https://byeoon.github.io/img/me.png" property="og:image" />
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"
integrity="sha512-Kef5sc7gfTacR7TZKelcrRs15ipf7+t+n7Zh6mKNJbmW+/RRdCW9nwfLn4YX0s2nO6Kv5Y2ChqgIakaC6PW09A=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body>
<div id="particles-js"></div>
<div class="main">
<div class="coolcontainer">
<img src="https://avatars.githubusercontent.com/u/47872200?v=4"
style="border-radius: 50%; vertical-align: middle;" width="64px" height="64px">
<span class="gradientbyeoon"
style="vertical-align:middle; text-shadow: 4px 0 1rem #8c87d3; padding: 12px; font-size: 48px;">>
byeoon </span>
<h4 class="roboto-regular" style="margin: 12px"> <a href="https://byeoon.github.io/">about</a> | <a
href="/portfolio.html">portfolio</a> | <a href="/credits.html">friens</a> | <a
href="https://github.com/byeoon/byeoon.github.io">source</a></h4>
<center> <a href="https://wakatime.com/@62b44d9a-4919-4631-8e26-2047945637cb"><img
src="https://wakatime.com/badge/user/62b44d9a-4919-4631-8e26-2047945637cb.svg"
alt="Total time coded since Jun 30 2024" /></a></center>
<h4 class="roboto-regular">Software Developer & Web Developer. I focus in C#, TS, JS, and HTML/CSS. I've
contributed
to various projects, you can check them out on my <a href="/portfolio.html">portfolio.</a></h4>
<p align="center">
<a href="https://github.com/byeoon">
<img src="https://go-skill-icons.vercel.app/api/icons?i=github" />
</a>
<a href="https://twitch.tv/byeoon">
<img src="https://go-skill-icons.vercel.app/api/icons?i=twitch" />
</a>
<a href="https://steamcommunity.com/id/byeoon/">
<img src="https://go-skill-icons.vercel.app/api/icons?i=steam" />
</a>
<a href="https://bsky.app/profile/byeoon.github.io">
<img src="https://go-skill-icons.vercel.app/api/icons?i=twitter" />
</a>
</p>
</div>
</div>
</body>
<script>
particlesJS.load('particles-js', 'particlesjs-config.json', function () {
});
</script>
<script src="./script.js"></script>
</html>