-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
63 lines (59 loc) · 3.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>byeoon's cyberspace</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.dev/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 #a9a4f1; padding: 12px; font-size: 48px;">>
byeoon </span>
<h4 class="roboto-regular" style="margin: 12px"> <a href="https://byeoon.dev/">about</a> | <a
href="/portfolio.html">portfolio</a> | <a href="/blog.html">blog</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="fortheloveofgodstopmakingitbold">Software Developer, Web Developer and Cybersecurity enthusiast. I focus in C#, Javascript, and Typescript. 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://steamcommunity.com/id/byeoon/">
<img src="https://go-skill-icons.vercel.app/api/icons?i=steam" />
</a>
<a href="https://bsky.app/profile/byeoon.dev">
<img src="https://go-skill-icons.vercel.app/api/icons?i=bluesky" />
</a>
</p>
<hr><br>
<center> <img src="img/button.png" height=31 width=88>
<a href="https://uwu.gal/about-us"><img src="https://uwu.gal/button.png" width="88" height="31" /></a>
<a href="https://deepy.me/"><img src="https://i.imgur.com/PfpetAP.png" width="88" height="31"/> </a>
<iframe src="https://vorlie.pages.dev/iframe/" height=31 width=88 frameborder=0 loading=lazy></iframe>
<iframe src="https://pre1ude.dev/referer" height=31 width=88 frameborder=0 referrerpolicy=“origin” loading=lazy></iframe>
</div>
</div>
</body>
<script>
particlesJS.load('particles-js', 'particlesjs-config.json', function () {
});
</script>
<script src="./script.js"></script>
</html>