-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (201 loc) · 12.1 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CV Peerapon</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!--Montserrat font-->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css" />
<script src="https://unpkg.com/feather-icons@4.28.0/dist/feather.min.js"></script>
</head>
<body>
<section>
<!-- MOBILE NAVIGATION -->
<div class="w3-container w3-padding-16 w3-border-bottom w3-hide-medium w3-hide-large">
<a href="#home" class="w3-bar-item w3-button w3-hover-none">HOME</a>
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="toggleNavigation()">☰</a>
</div>
<div id="mobile-nav" class="w3-bar-block w3-hide w3-hide-large w3-hide-medium w3-sticky">
<a href="#about" class="w3-bar-item w3-button w3-center w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green" onclick="toggleNavigation()">ABOUT</a>
<a href="#resume" class="w3-bar-item w3-button w3-center w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green" onclick="toggleNavigation()">RESUME</a>
<a href="#contact" class="w3-bar-item w3-button w3-center w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green" onclick="toggleNavigation()">CONTACT</a>
</div>
<!-- SOCIAL SECTION -->
<section class="image-section w3-quarter w3-fixed w3-padding-small">
<!--IMAGE/AVATAR-->
<img src="https://lh3.googleusercontent.com/a/ACg8ocLbdexp7j1yKxWLi8ew_0k7SjC9wFL1RYSYUCl0KGBXpb3S=s360-c-no" class="w3-circle w3-border w3-border-sand" style="border-width: 3px !important;"/>
<!--SCIAL NETWORK BUTTONS-->
<div class="links w3-margin-top w3-padding-small">
<a class="icon-link w3-text-sand w3-hover-text-amber" href="https://www.facebook.com/peerapon.phokum" target="_blank">
<i data-feather="facebook"></i>
</a>
<a class="icon-link w3-text-sand w3-hover-text-amber" href="https://www.instagram.com/petr_ponn/" target="_blank">
<i data-feather="instagram"></i>
</a>
<a class="icon-link w3-text-sand w3-hover-text-amber" href="https://github.com/peerapon3014" target="_blank">
<i data-feather="github"></i>
</a>
<a class="icon-link w3-text-sand w3-hover-text-amber" href="https://www.linkedin.com/in/peerapon-phokum-76116327b/" target="_blank">
<i data-feather="linkedin"></i>
</a>
</div>
<!--CV DOWNLOAD BUTTON-->
<div class="w3-container w3-padding-10">
<a href="./work1/work1.html" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-padding-large">
<!-- <i data-feather="arrow-down" style="vertical-align: -0.35em;"></i> -->
<span class="w3 work1">work 1</span>
</a>
<a href="./work2/work2.html" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-padding-large">
<!-- <i data-feather="arrow-down" style="vertical-align: -0.35em;"></i> -->
<span class="w3 work1">work 2</span>
</a>
<a href="./work3/work3.html" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-padding-large">
<!-- <i data-feather="arrow-down" style="vertical-align: -0.35em;"></i> -->
<span class="w3 work1">work 3</span>
</a>
<a href="./work4/work4.html" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-margin-top-2 w3-padding-large">
<!-- <i data-feather="arrow-down" style="vertical-align: -0.35em;"></i> -->
<span class="w3 work1">work 4</span>
</a>
<a href="./work5/work5.html" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-margin-top-2 w3-padding-large">
<!-- <i data-feather="arrow-down" style="vertical-align: -0.35em;"></i> -->
<span class="w3 work1">work 5</span>
</a>
<a href="./work6/work6.html" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-margin-top-2 w3-padding-large">
<!-- <i data-feather="arrow-down" style="vertical-align: -0.35em;"></i> -->
<span class="w3 work1">work 6 React</span>
</a>
<a href="./work6/work6_vue.html" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-margin-top-2 w3-padding-large">
<!-- <i data-feather="arrow-down" style="vertical-align: -0.35em;"></i> -->
<span class="w3 work1">work 6 Vue</span>
</a>
<a href="https://peerapon3014.github.io/web-project1-2566/Bansaithong_Sound/video-texture.html" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-margin-top-2 w3-padding-large">
<!-- <i data-feather="arrow-down" style="vertical-align: -0.35em;"></i> -->
<span class="w3 work1">project1</span>
</a>
<a href="#" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-margin-top-2 w3-padding-large">
<!-- <i data-feather="arrow-down" style="vertical-align: -0.35em;"></i> -->
<span class="w3 work1">project2</span>
</a>
</div>
</section>
<!--CV CONTENT SECTION-->
<section class="w3-threequarter w3-padding-large w3-right">
<!--DESKTOP NAVIGATION-->
<div class="w3-container w3-padding-large w3-border-bottom w3-hide-small">
<a href="#home" class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar w3-hover-border-green">CURRICULUM VITAE</a>
<a href="#contact" class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green w3-right w3-hide-small" style="border-width: 2px !important;" onclick="toggleNavigation()">CONTACT</a>
<a href="#resume" class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green w3-right w3-hide-small" style="border-width: 2px !important;" onclick="toggleNavigation()">RESUME</a>
<a href="#about" class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green w3-right w3-hide-small" style="border-width: 2px !important;" onclick="toggleNavigation()">ABOUT</a>
</div>
<div class="content-container w3-margin-top-2">
<!--HOME SECTION-->
<div id="home" class="home w3-container w3-margin-top-4 w3-cursive">
<p style="font-style: italic; font-size:x-large;">"Work Hard, Play Harder"</p>
<h1>Peerapon Phokum (643021113-0)</h2>
<h2>Computer student</h3>
<p></p>
</div>
<!--ABOUT SECTION-->
<div id="about" class="w3-container w3-margin-top-20-percent w3-cursive w3-large">
<h2 class="w3-border-bottom w3-border-amber" style="border-width: 3px !important;">ABOUT</h2>
<p class="w3-margin-top-2">
Hello everyone. this is my webpage. used for introduce myself
</p>
</div>
<!--RESUME-->
<div id="resume" class="w3-container w3-margin-top-20-percent w3-cursive">
<h2 class="w3-border-bottom w3-border-amber" style="border-width: 3px !important;">RESUME</h2>
<div class="w3-container w3-margin-top-2 w3-cursive">
<!---EDUCATION SECTION-->
<div class="w3-container w3-margin-top-2 w3-cursive">
<h3 class="w3-border-amber">MY EDUCATION</h3>
<h4>Information Technology, College of Computing, Khon Kaen University</h4>
<p>June 2021 - Present </p>
<h4>Highschool Samrongthap wittayakom, Surin</h4>
<p>May 2015 - March 2020 </p>
</div>
<!--SKILLS SECTION-->
<div class="w3-container w3-margin-top-2 w3-cursive">
<h3 class="w3-border-amber">MY SKILLS</h3>
<!--SOFT SKILLS-->
<h4>Soft skills</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>I'm introvert. But I'm trying to improve my communication skills and self-confidence :)</li>
</ul>
<!--TECHNICAL SKILLS-->
<h4>Technical skills</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>Linux distributions => Ubuntu, Cent, Kali, openEuler</li>
<li>maintenance / config with VI Vim </li>
<li>Networking and Security </li>
<li>IoT / Embedded systems</li>
<li>Web Application</li>
</ul>
</div>
<!---Project SECTION-->
<div class="w3-container w3-margin-top-2 w3-cursive">
<h3 class="w3-border-amber">MY Project</h3>
<h4>Senior Project (lowcost-NAS)</h4>
<p>low cost nas is the use of computers Applied specifically in the field of data storage</p>
<h4>Projects in subjects and others</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>Smart doorlock (Embeded systems)</li>
<li>SmartCam (Wireless and IoT)</li>
<li>Trojan+Phishing (Intro to Security)</li>
<li>Turtle Typing (Web Application)</li>
<li>Rotten Potato (Mobile development)</li>
</ul>
</div>
<!--INTERESTS SECTION-->
<div class="w3-container w3-margin-top-2 w3-cursive">
<h3 class="w3-border-amber">MY HOBBIES AND INTERESTS</h3>
<ul class="w3-ul" style="font-weight: 500;">
<li>Play guitar</li>
<li>Watch movie</li>
<li>Listen to music</li>
<li>Run Run Run</li>
<li>Read a book</li>
</ul>
</div>
<!--CONTACT SECTION-->
<div id="contact" class="w3-container w3-margin-top-20-percent w3-cursive">
<h2 class="w3-border-bottom w3-border-amber" style="border-width: 3px !important;">MY CONTACT DETAILS</h3>
<div class="w3-margin-top-2" style="font-weight: 500;">
<p>Name: Peerapon Phokum</p>
<p>Address: Khon Kaen University </p>
<p>E-mail: peerapon.ph@kkumail.com</p>
</div>
</div>
<!--FOOTER-->
<!-- Footer. This section contains an ad for W3Schools Spaces. You can leave it to support us. -->
<footer class="w3-container w3-border-top w3-center w3-margin-top-4">
<p>© 2023 - Peeraa</p>
<p class="w3-small">Thank you for your attention!</p>
<!-- <a class="w3-button w3-round-xxlarge w3-small w3-light-grey" href="https://www.w3schools.com/spaces" target="_blank">Start now</a> -->
<!-- End footer -->
</footer>
<!--END OF CV SECTION-->
</section>
</section>
<script>
// Function to toggle mobile navigation
function toggleNavigation() {
let nav = document.getElementById("mobile-nav");
if (nav.classList.contains('w3-show')) {
nav.classList.remove('w3-show');
} else {
nav.classList.add('w3-show');
}
}
</script>
<script>
// Script to load feather icons
feather.replace()
</script>
</body>
</html>