-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
292 lines (276 loc) · 15 KB
/
index.html
File metadata and controls
292 lines (276 loc) · 15 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
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!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>Shane's Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/2137715c67.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap" rel="stylesheet">
<script src="script.js" defer></script>
</head>
<body>
<!-- ||section header -->
<section class="light sct-fixed">
<div class="header">
<a href="#" class="header__logo"><strong>Sang</strong> Tran Minh</a>
<input type="checkbox" name="open" id="open">
<label for="open"><i class="fa-solid fa-bars"></i><i class="fa-solid fa-x"></i></label>
<div class="main">
<ul class="header__menu">
<li class="item"><a href="#info">Info</a></li>
<li class="item"><a href="#exp">Experience</a></li>
<li class="item"><a href="#contact">Contact</a></li>
</ul>
<ul class="header__social">
<li class="item"><a href="https://www.linkedin.com/in/tran-minh-sang-0bb0a2226/" target="_blank"><i class="fa-brands fa-linkedin"></i>LinkedIn</a></li>
<li class="item"><a href="https://github.com/sangtm12" target="_blank"><i class="fa-brands fa-github"></i>Github</a></li>
</ul>
<div class="header__theme" id="theme" title="I change the color! Click me!"><i class="fa-solid fa-brush"></i></div>
</div>
</div>
</section>
<!-- || section hero -->
<section class="light">
<div class="hero">
<div class="hero__info">
<div class="flipcard">
<div class="flipcard__inner">
<div class="flipcard__front">
<p class="subtext">Front-end Developer</p>
</div>
<div class="flipcard__back">
<p class="subtext">In a few months ;)</p>
</div>
</div>
</div>
<h1 class="title">Hello, World!<br>My name is <span class="special">Shane</span>.</h1>
<p class="desc">I'm a front-end developer.<br>I love beautiful websites, and also the logic behind them.</p>
<a href="#info"class="btn">SEE MORE!</a>
<p class="note">*A little note: <em>Some elements have hovering effects!</em></p>
</div>
<div class="hero__image">
<img src="hero.jpg" alt="A photo of Marshall, taken not a very long time ago" srcset="" >
<div class="square"></div>
</div>
</div>
</section>
<!-- || section 2 -->
<section class="dark" id="info">
<div class="info">
<div class="info__skill">
<div class="skill__list">
<h3 class="skill__name">ReactJS, Redux</h3>
<p class="skill__point">4 / 5</p>
<p class="skill__desc">I finished an online ReactJS course and currently I'm focusing on building more projects</p>
<div class="measure point skill1"></div>
<div class="measure total"></div>
</div>
<div class="skill__list">
<h3 class="skill__name">HTML, CSS, Javascript</h3>
<p class="skill__point">4 / 5</p>
<p class="skill__desc">I got the <a href="https://www.freecodecamp.org/certification/tmsang198/javascript-algorithms-and-data-structures" target="blank">basics of Javascript</a>, and a fundamental knowledge of HTML, CSS</p>
<div class="measure point skill2"></div>
<div class="measure total"></div>
</div>
<div class="skill__list">
<h3 class="skill__name">Github, Photoshop, Figma</h3>
<p class="skill__point">3 / 5</p>
<p class="skill__desc">I'm getting started with Github, and I know a thing or two about Figma.</p>
<div class="measure point skill3"></div>
<div class="measure total"></div>
</div>
</div>
<div class="info__about">
<h2 class="about__title">About me</h2>
<p class="about__desc">After learning Front-end development in 2022, I landed a job in Malaysia and I'm currently working as a Technical Support agent. My biggest goal right now is to gain more real-world experience as a front-end developer to satisfy my passion for coding.</p>
<table class="about__contact">
<thead>
<tr>
<th scope="col"><i class="fa-solid fa-user"></i>Full name</th>
<th scope="col"><i class="fa-solid fa-calendar"></i>Date of birth</th>
<th scope="col"><i class="fa-solid fa-phone-flip"></i>Phone</th>
<th scope="col"><i class="fa-solid fa-envelope"></i>Email</th>
<th scope="col"><i class="fa-solid fa-location-dot"></i>Address</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tran Minh Sang</td>
<td>15/12/1998</td>
<td>0846 245 845</td>
<td>sangtm.198@gmail.com</td>
<td>Kuala Lumpur, Malaysia</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- section portfolio -->
<section class="light">
<div class="prj" id="prj">
<h2 class="prj__h2">Projects</h2>
<div class="prj__item">
<div class="prj__img">
<img src="The-wild-oasis.png" alt="">
</div>
<div class="prj__info">
<h3 class="prj__item__h3">
Hotel Management App
</h3>
<ul class="prj__tech">
<li class="prj_tech_item">ReactJS</li>
<li class="prj_tech_item">React Query</li>
<li class="prj_tech_item">Styled Components</li>
<li class="prj_tech_item">Supabase API</li>
</ul>
<div class="prj__desc">
<p>This project is built with the help of an online ReactJS course. It uses some React libraries such as Tanstack Query, React Router, React-hook-form,...</p>
<p>Features include:</p>
<ul>
<li>Reporting with data filtering for 7/30/90 days</li>
<li>Filtering bookings by status, sorting by date, price. </li>
<li>Checkin or checkout bookings</li>
<li>Add or delete cabins</li>
<li>Add new users</li>
<li>Dark mode</li>
</ul>
</div>
<a class="prj__button" href="https://the-wild-oasis-sangtm.vercel.app/" target="_blank">view project</a>
</div>
</div>
<div class="prj__item">
<div class="prj__img">
<img src="to-do-list.png" alt="">
</div>
<div class="prj__info">
<h3 class="prj__item__h3">
To-do List
</h3>
<ul class="prj__tech">
<li class="prj_tech_item">HTML</li>
<li class="prj_tech_item">CSS</li>
<li class="prj_tech_item">Javascript</li>
</ul>
<div class="prj__desc">
<p>This is a pet project that uses plain Javascript to demonstrate a simple example of CRUD operations.</p>
<p>Features include:</p>
<ul>
<li>Add new task</li>
<li>Edit task</li>
<li>Re-order tasks</li>
<li>Remove task</li>
</ul>
</div>
<a class="prj__button" href="/todo/to-do.html">view project</a>
</div>
</div>
<div class="prj__item">
<div class="prj__img">
<img src="weather-ss.png" alt="">
</div>
<div class="prj__info">
<h3 class="prj__item__h3">
Weather App
</h3>
<ul class="prj__tech">
<li class="prj_tech_item">HTML</li>
<li class="prj_tech_item">CSS</li>
<li class="prj_tech_item">Javascript</li>
<li class="prj_tech_item">REST API</li>
</ul>
<div class="prj__desc">
<p>This weather app uses free RESTful APIs I found on the Internet to fetch and retrieve weather data. It features a line chart that represents the change in temperature for every 3 hours.</p>
<p>Features include:</p>
<ul>
<li>Search by city name</li>
<li>Current Weather</li>
<li>Every 3 hours</li>
<li>5 Days forecast</li>
</ul>
</div>
<a class="prj__button" href="/weather/weather.html">view project</a>
</div>
</div>
</div>
</section>
<!-- section 3 -->
<section class="dark">
<div class="exp" id="exp">
<h2 class="exp__title">Education & Working <span class="underline">experience</span></h2> <!-- to position the yellow line, in case the last word drops to a new line -->
<div class="exp__grid">
<div class="the-yellow-line"></div>
<div class="exp__year">2022 - Present</div>
<div class="exp__place">
<div class="place__title">TDCX Malaysia</div>
<div class="place__desc">Front-end Technical Support - Google contractor</div>
<p class="place__detail">
<p class="place__detail__desc">Making phone calls to Google Ads customers on the global market to provide technical solutions for their websites.</p>
<p class="place__detail__desc">Technical tasks are rather basic. They mostly revolve around writing event tracking code snippets that capture data (e.g. purchase event, order value, etc.) and send to Google products. For example:</p>
<ul class="task">
<li class="task__list">create event listeners for important events on website (e.g. purchase, add to cart, etc.)</li>
<li class="task__list">capture all product data and store in an object (involves DOM manipulation, looping, etc.)</li>
<li class="task__list">learning to master the implementation of Google products on every website</li>
</ul>
</p>
</div>
<div class="exp__year">2020 - 2022</div>
<div class="exp__place">
<div class="place__title">LitCommerce Company</div>
<div class="place__desc">Role: Content Marketing Leader</div>
<p class="place__detail">
<ul class="task">
<li class="task__list">Lead a team of 3 members.</li>
<li class="task__list">Create <a href="https://litcommerce.com/shopify-etsy-integration" target="_blank">product pages</a> using Wordpress's page builder.</li>
<li class="task__list">Write content for website.</li>
<li class="task__list">Implement SEO practices.</li>
</ul>
</p>
</div>
<div class="exp__year">2016 - 2020</div>
<div class="exp__place">
<div class="place__title">Foreign Trade University</div>
<div class="place__desc">Major: International Trade</div>
</div>
<div class="exp__year">2013 - 2016</div>
<div class="exp__place">
<div class="place__title">Ha Tinh Highschool for The Gifted</div>
<div class="place__desc">Major: English</div>
</div>
</div>
</div>
</section>
<!-- section 4 -->
<section class="light">
<div class="contact" id="contact">
<h2 class="contact__me">Want further discussion? Write me a message!</h2>
<div class="grid-ctn">
<ul class="contact__list">
<li class="contact__item"><a href="mailto:sangtm.198@gmail.com" target="_blank"><i class="fa-solid fa-envelope"></i>Email</a></li>
<li class="contact__item"><a href="tel:0846245845"><i class="fa-solid fa-phone-flip"></i>Phone</a></li>
<li class="contact__item"><a href="https://m.me/tranminh.sang.351" target="_blank"><i class="fa-brands fa-facebook-messenger"></i>Messenger</a></li>
</ul>
<em class="contact__desc">Feel free to leave a quick message here.</em>
<form action="https://api.web3forms.com/submit" method="POST" class="contact__form">
<input type="hidden" name="access_key" value="f7fe477e-6564-48c6-b165-5b4775211021">
<label for="name">Your name</label>
<input type="text" name="name" id="name" class="name">
<label for="email">Your email</label>
<input type="text" name="email" id="email" placeholder="example@domain.com">
<label for="message">Type your message!</label>
<textarea name="message" id="message" cols="30" rows="10"></textarea>
<button>SEND MESSAGE</button>
</form>
</div>
</div>
</section>
<script>
</script>
</body>
</html>