-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (141 loc) · 8.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Methapon2001IT</title>
<link rel="stylesheet" href="./assets/vendor/icofont/icofont.min.css" rel="preload">
<link rel="stylesheet" href="./assets/vendor/aos/aos.css" rel="preload">
<link rel="stylesheet" href="./assets/css/font.css" rel="preload">
<link rel="stylesheet" href="./assets/css/app.css" rel="preload">
<link rel="stylesheet" href="./assets/css/style.css" rel="preload">
<script src="./assets/vendor/aos/aos.js" defer></script>
<script src="./assets/js/app.js" defer></script>
<script src="./assets/js/script.js" defer></script>
</head>
<body>
<div class="header">
<img src="./assets/img/profile.jpg" class="profile-pic" data-aos="zoom-in" data-aos-duration="750" alt="picture-profile" name="picture-profile">
<h1 data-aos="zoom-in" data-aos-duration="750">METHAPON METANIPAT</h1>
<p data-aos="zoom-in" data-aos-duration="750">DEVELOPER & SERVER MANAGER</p>
<div class="scroll-down-content"><i class="icofont-rounded-down icofont-3x"></i></div>
</div>
<div class="container p-3">
<div class="public-personal-info mb-5" data-aos="fade-left" data-aos-duration="1000" data-aos-anchor-placement="top-center">
<div class="grid-row">
<div class="grid-col-12">
<div class="box-head p-3"><h2 class="m-0">General Information</h2></div>
</div>
<div class="grid-col-12 grid-col-lg-6">
<div class="p-3">
<h4>Profile</h4><hr>
<table class="ppi-table" width="100%">
<tr stlye="margin-bottom: 50px;">
<th role="heading" width="35%">Name:</th>
<td>Methapon Metanipat</td>
</tr>
<tr>
<th role="heading">Phone:</th>
<td><a href="tel:+66869143289">(+66) 086 914 3289</a></td>
</tr>
<tr>
<th role="heading">Email:</th>
<td class="mobile-small">[email protected]</td>
</tr>
<tr>
<th role="heading">Address:</th>
<td class="mobile-small">68/5 Taewan Street, Changpueak, Mueang District, Chiang Mai Province, 50300</td>
</tr>
<tr>
<th role="heading">Birth Date:</th>
<td>13 May 2001</td>
</tr>
<tr>
<th role="heading">Language:</th>
<td>Thai, English</td>
</tr>
</table>
</div>
</div>
<div class="grid-col-12 grid-col-lg-6 mb-lg-0">
<div class="p-3">
<h4>About</h4><hr>
<p>
My name is Methapon Metanipat, you can call me Tontoey.
My specialty is Web Development and Server Management. Coding is fun!
The reason I ended up in this department is <strong>Code Result in Something else!</strong>
</p>
<a class="portfolio-btn" href="./portfolio/methapon_metanipat.pdf">My Portfolio</a>
</div>
</div>
</div>
</div>
<div class="work-exp mb-5" data-aos="fade-right" data-aos-duration="1000" data-aos-anchor-placement="top-center">
<div class="box-head p-3"><h4 class="m-0">Work Experience</h4></div>
<div class="work-exp-content p-3">
<div class="grid-row mt-3 mb-4">
<div class="grid-col-md-6"><h6 class="my-1">vServePlus</h6></div>
<div class="grid-col-md-6">
<p class="work-pos my-1">Technician</p>
<p class="work-time my-1"><i class="icofont-ui-calendar"></i> September, 2018 - October, 2018</p>
</div>
</div>
<hr>
<div class="grid-row mt-4 mb-3">
<div class="grid-col-md-6"><h6 class="my-1">Greyscale Digital Strategic</h6></div>
<div class="grid-col-md-6">
<p class="work-pos my-1">Developer & Server Manager</p>
<p class="work-time my-1"><i class="icofont-ui-calendar"></i> November, 2020 - December, 2020</p>
</div>
</div>
</div>
</div>
<div class="skills mb-5">
<div class="p-3" data-aos="flip-left" data-aos-duration="1000"><h4 class="m-0">Skills</h4></div>
<div class="grid-row grid-gap-3 py-3 mx-0 px-0">
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="100">
<div class="skill-container" style="background-color: rgb(223, 106, 52)"><h2>HTML</h2><span>99% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="300">
<div class="skill-container" style="background-color: rgb(52, 140, 223)"><h2>CSS</h2><span>98% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="200">
<div class="skill-container" style="background-color: rgb(245, 212, 65); color: black;"><h2>JS</h2><span>85% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="500">
<div class="skill-container" style="background-color: rgb(113, 65, 245)"><h2>PHP</h2><span>90% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="200">
<div class="skill-container" style="background-color: rgb(255, 255, 255); color: rgb(83, 126, 172)"><h2><span style="color:tomato">J</span>AVA</h2><span>70% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="600">
<div class="skill-container" style="background-color: rgb(74, 154, 230); color: rgb(255, 255, 255)"><h2>C++</h2><span>65% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="200">
<div class="skill-container" style="background-color: rgb(248, 248, 248); color: rgb(45, 88, 180)"><h2>Py<span style="color:rgb(230, 212, 59)">thon</span></h2><span>60% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="100">
<div class="skill-container" style="background-color: rgb(218, 53, 149)"><h2>Graphic</h2><span>30% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="600">
<div class="skill-container" style="background-color: rgb(207, 38, 94)"><h2>Design</h2><span>50% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="300">
<div class="skill-container" style="background-color: rgb(61, 182, 77)"><h2>NodeJS</h2><span>70% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="500" data-aos-delay="500">
<div class="skill-container" style="background-color: rgb(46, 46, 46)"><h2>Server</h2><span>90% Proficiency</span></div>
</div>
<div class="grid-col-4 grid-col-lg-2" data-aos="flip-left" data-aos-duration="300" data-aos-delay="400">
<div class="skill-container" style="background-color: rgb(255, 255, 255); color: rgb(45, 88, 180)"><h2>My<span style="color:rgb(255, 181, 71)">SQL</span></h2><span>70% Proficiency</span></div>
</div>
</div>
</div>
<div class="social-media" data-aos="zoom-in" data-aos-duration="300" data-aos-delay="100">
<a class="social-icon" href="https://www.facebook.com/dark.methapon2001" target="_BLANK" id="facebook-acct"><i class="icofont-facebook icofont-2x"></i></a>
<a class="social-icon" href="https://twitter.com/Methapon2001" target="_BLANK" id="twitter-acct"><i class="icofont-twitter icofont-2x"></i></a>
</div>
<span class="copyright-text" data-aos="zoom-in" data-aos-duration="300" data-aos-offset="-24" data-aos-delay="100">Copyright © 2021. All rights reserved. <br>Design by Methapon Metanipat.</span>
</div>
</body>
</html>