-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (91 loc) · 4.07 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
105
106
107
<!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>Home</title>
<link rel="stylesheet" href="/minimalism/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="/minimalism/js/script.js"></script>
</head>
<body>
<div class="container-h">
<header>
<h1>Buyyakhoo</h1>
<nav>
<a href="/minimalism/">Home</a>
<a href="/minimalism/blog">Blog</a>
</nav>
<div id="mobLink">
<a href="/minimalism/">Home</a>
<a href="/minimalism/blog">Blog</a>
</div>
<div class="icon-out">
<a href="javascript:void(0);" class="icon" onclick="switch_mob()">
<i class="fa-solid fa-bars"></i>
</a>
</div>
<!-- <hr> -->
</header>
</div>
<main>
<div class="info-l">
<!-- About -->
<h1>>> About</h1>
<p>Hi, I'm buyyakhoo. I'm from Thailand who interested in many things. My hobby is Coding, Gaming, Music, etc.
Currently, I studying in first year in Computer Science.
</p>
<!-- Project -->
<h1>>> Project / Experience</h1>
<p>Technology changes people life a lot of things rapidly. That's a reason why we have to learning by making mistake
by doing anything. I have some experience from participate the camp or competition contest.
</p>
<h2>> 2021</h2>
<ul>
<li>20/11/2021 - <span class="mes">Thailand Online Competitive Programming Contest 2021</span></li>
</ul>
<h2>> 2022</h2>
<ul>
<li>18-27/07/2022 - <span class="mes">Discovery Piscine #3 (42Bangkok) </span></li>
<li>23/11/2022 - <span class="mes">ICT Challenge 2022 (SIT - KMUTT)</span></li>
<li>24-25/12/2022 - <span class="mes">CAICamp 2022 (CPAll)</span></li>
<li>5/10/2022 - 15/07/2023 - <span class="mes">Super AI Engineer SS3 (AIAT)</span></li>
</ul>
<h1>>> Challenge</h1>
<p>Make this website with only text and no images.</p>
</div>
<div class="info-r">
<!-- Current Site -->
<h2>/</h2>
<h1>>> Bio</h1>
<ul>
<li>Name: <span class="mes">Buyyakhoo</span> </li>
<li>Age: <span class="mes">19</span></li>
<li>Country: <span class="mes">Thailand</span></li>
<li>Language: <span class="mes">Thai, English (B1 Proficient)</span></li>
</ul>
<h1>>> Contact</h1>
<ul>
<li>Github: <a href="https://github.com/buyyakhoo">buyyakhoo</a></li>
<li>Twitter: <a href="https://twitter.com/buyyakhoo">@buyyakhoo</a></li>
</ul>
<h1>>> Spec</h1>
<ul>
<li>OS: <span class="mes">Windows 10 64 bit</span></li>
<li>Ram: <span class="mes">16 GB</span></li>
<li>CPU: <span class="mes">AMD Ryzen 5 3550H</span></li>
<li>GPU 0: <span class="mes">NVIDIA Geforce GTX 1650</span></li>
<li>GPU 1: <span class="mes">Radeon Vega Mobile Gfx 2.10 GHz</span></li>
<li>Size: <span class="mes">1920x1080</span></li>
<li>Refresh Rate: <span class="mes">144Hz</span></li>
</ul>
</div>
</main>
<footer>
<hr>
<p>© All Right Reserved. Created by buyyakhoo. This website has inspiration from the 512kb.club</p>
<div class="pride-strip"></div>
</footer>
</body>
</html>