-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (181 loc) · 10.3 KB
/
index.html
File metadata and controls
187 lines (181 loc) · 10.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=gedge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="logo.png">
<script src="https://kit.fontawesome.com/454fa2e77e.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<title>Pakapool</title>
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light" aria-label="Main navigation">
<div class="container-fluid">
<a class="navbar-brand fs-12 fw-bold ps-4" href="index.html">Pakapool Boonma</a>
<button class="navbar-toggler p-0 border-0" type="button" id="navbarSideCollapse"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse offcanvas-collapse bg-light" id="navbarsExampleDefault">
<ul class="navbar-nav me-auto mb-2 mb-lg-0"></ul>
<span class="nav-item">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 pe-4">
<li class="nav-item fs-12">
<a class="nav-link active" href="index.html">About Me</a>
</li>
<li class="nav-item fs-12">
<a class="nav-link" href="https://github.com/3normousz" target="_blank">Github</a>
</li>
<li class="nav-item fs-12">
<a class="nav-link" href="files/Portfolio.pdf" target="_blank">Resume</a>
</li>
</ul>
</span>
</div>
</div>
</nav>
<div class="container mt-10">
<div class="row pt-2 pb-2 mt-0 mb-3">
<div class="col-md-6 border-right my-auto">
<div class="">
<img src="asset/pic1.jpg" class="img-fluid rounded mx-auto d-block" width="400" height="400">
</div>
</div>
<div class="col-md-6">
<div class="">
<div class="ms-2 me-2 fw-bold text-start info-box" style="display: flex; flex-direction: row; width: 100%;">
<div class="fs-2">
<p>Who am I</p>
</div>
<div class="side-line">
</div>
</div>
<div class="fs-5 ms-2 me-2 text-start">
<p>Hi! My name is Pakapool Boonma, an Electrical Engineering and Computer Science undergrad @ National Tsing Hua University.</p>
</div>
</div>
<div class="col-md-auto">
<div>
<div class="mt-4 ms-2 me-2 fs-3 fw-bold text-start"
style="display: flex; flex-direction: row; width: 100%;">
<h3 class="fs-2 fw-bold">About</h3>
<div class="side-line"></div>
</div>
<p class="fs-5 ms-2 me-2 mt-4">
I embrace new challenges as opportunities to grow, and I'm looking forward to gaining more experience in the real work environment.
Other than that I'm a huge fan of cars, music, and photography. If you're passionate about any of these, feel free to reach out to me!
</p>
</div>
</div>
<div class="col-md-auto">
<div>
<div class="mt-4 ms-2 me-2 fs-3 fw-bold text-start"
style="display: flex; flex-direction: row; width: 100%;">
<h3 class="fs-2 fw-bold">Skills</h3>
<div class="side-line"></div>
</div>
<div class="ms-2 me-2">
<p class="fs-5 mt-4 fw-bold">
Programming
</p>
<p class="fs-0 margin-top-neg-16">
Python, C/C++, Java, JavaScript/Typescript, HTML/CSS
</p>
<p class="fs-5 mt-4 fw-bold">
Frameworks
</p>
<p class="fs-0 margin-top-neg-16">
ReactJS, Springboot
</p>
<p class="fs-5 mt-4 fw-bold">
Tools
</p>
<p class="fs-0 margin-top-neg-16">
Git, Firebase, Postman
</p>
</div>
</div>
</div>
</div>
<div class="row pt-2 pb-2 mt-0 mb-3">
<div class="ms-2 me-2 mt-4 fw-bold text-start" style="display: flex; flex-direction: row; width: 100%;">
<h3 class="fs-2 fw-bold">My Projects</h3>
<div class="side-line">
</div>
</div>
<div class="col-md-auto">
<div class="pt-2 pb-2 text-start">
<div class="mt-2 ms-2 me-2">
<h3 class="fs-4 fw-bold">NTHUmods</h3>
<div class="border-bottom">
<p class="mt-3" style="font-size: 18px;">
A team of students create an unofficial open-source course preselection, timetable builder, and course catalog website for National Tsing Hua University.
I'm responsible for developing the university's website scraper, such as scraping courses lists and graduation requirement checkers.
</p>
<a href="https://github.com/nthumodifications/courseweb" target="_blank">
<button class="btn mb-4 text-dark btn-text">
<i class="fas fa-arrow-right">
<span class="btn-text" style="font-family: 'Open Sans', sans-serif;">View on Github</span>
</i>
</button>
</a>
</div>
</div>
<div class="mt-4 ms-2 me-2 border-bottom">
<h3 class="fs-4 fw-bold">courses-app</h3>
<p class="mt-3" style="font-size: 18px;">
A website that allows students to search for courses, view course information, and add courses to their timetable. Works together with self-made Spring Data JPA and JWTs
for authentication and NodeJS RESTful API for fetching courses from university website.
</p>
<a href="https://github.com/3normousz/courses-app" target="_blank">
<button class="btn mb-4 text-dark btn-text">
<i class="fas fa-arrow-right">
<span class="btn-text" style="font-family: 'Open Sans', sans-serif;">View on Github</span>
</i>
</button>
</a>
</div>
<div class="mt-4 ms-2 me-2 border-bottom">
<h3 class="fs-4 fw-bold">todo-app</h3>
<p class="mt-3" style="font-size: 18px;">
A to-do app, with a built-in calendar. The app is built with ReactJS and Firebase for user authentication and storing user's todos.
</p>
<a href="https://github.com/3normousz/todo-app" target="_blank">
<button class="btn mb-4 text-dark btn-text">
<i class="fas fa-arrow-right">
<span class="btn-text" style="font-family: 'Open Sans', sans-serif;">View on Github</span>
</i>
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="bg-light text-center text-lg-start">
<div class="col-lg-6 col-md-12 mt-4 mx-auto">
<h5 class="text-center text-dark fs-4 pt-10">Contact Me</h5>
<div class="text-center pb-10">
<a href="https://www.linkedin.com/in/pakapool-boonma-9311812a1/">
<i class="fab fa-linkedin p-2 text-dark" style="font-size: 24px;"></i></a><a
href="https://www.instagram.com/phakaponnn/" target="_blank"><i class="fab fa-instagram-square p-2 text-dark"
style="font-size: 24px;"></i></a><a class="footer-mail" href="mailto: dinodragoz77@gmail.com"
target="_blank"><i class="fas fa-envelope text-dark p-2" style="font-size: 24px;"></i></a>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
<script src="js/navbar.js"></script>
</body>
</html>