-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
418 lines (364 loc) · 25.1 KB
/
about.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
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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Christian Medallada</title>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TweenMax.min.js"></script>
<link rel="shortcut icon" href="/img/Favicon.png" type="image/x-icon" />
<!-- stylesheet -->
<link rel="stylesheet" href="./styles/style.css">
<!-- bootstrap cdns -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i" rel="stylesheet">
<!-- terminal effect -->
<script src="./scripts/t.min.js"></script>
<!-- Icons -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- for on scroll animations -->
<link rel="stylesheet" href="/styles/animate.css">
<script src="./scripts/wow.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<div class="wrapper">
<div class="intro">
<h1 class="logo-header">
<span class="logo1">About</span><span class="logo1"> Me</span>
</h1>
</div>
<!--------------- navbar starts here --------------->
<div class="menu-open">menu</div>
<div class="nav-container">
<div class="menu-close">close</div>
<div class="socials">
<a href="https://tinyurl.com/38u9r4d7" target="_blank"><span>facebook</span></a>
<a href="https://tinyurl.com/38bv8ths" target="_blank"><span>instagram</span></a>
<a href="https://tinyurl.com/mv3vjvmt" target="_blank"><span>github</span></a>
<a href="https://tinyurl.com/498hj8b4" target="_blank"><span>linkedln</span></a>
</div>
<nav class="menu">
<div class="menu__item">
<a href="index.html" class="menu__item-link">Home</a>
<img class="menu__item-img" src="./img/menu-one.jpg" />
<div class="marquee">
<div class="marquee__inner">
<span>Home - Home - Home - Home - Home - Home - Home</span>
</div>
</div>
</div>
<div class="menu__item">
<a href="work.html" class="menu__item-link">Work</a>
<img class="menu__item-img" src="./img/menu-two.jpg" />
<div class="marquee">
<div class="marquee__inner">
<span
>Work - Work - Work - Work - Work - Work
- Work</span
>
</div>
</div>
</div>
<div class="menu__item">
<a href="about.html" class="menu__item-link">About</a>
<img class="menu__item-img" src="./img/menu-three.jpg" />
<div class="marquee">
<div class="marquee__inner">
<span>About - About - About - About - About - About - About</span>
</div>
</div>
</div>
<div class="menu__item">
<a href="contact.html"class="menu__item-link">Contact</a>
<img class="menu__item-img" src="./img/menu-four.jpg" />
<div class="marquee">
<div class="marquee__inner">
<span
>Contact - Contact - Contact - Contact - Contact - Contact -
Contact</span>
</div>
</div>
</div>
</nav>
</div>
<!--------------- navbar ends here --------------->
<!--------------- hero image starts here --------------->
<div class="container">
<div class="row">
<div class="whitespace"></div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="./img/1stSlider.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/2ndSlider.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/3rdSlider.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/4thSlider.jpg" alt="Fourth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/5thSlider.jpg" alt="Fourth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/6thSlider.jpg" alt="Fourth slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!--------------- hero image ends here --------------->
<!--------------- hero section starts here --------------->
<div class="container">
<div class="hero-content">
<br><br>
<div class="row">
<div class="col-lg-12">
<h3 class="wow fadeInUp" data-wow-delay="1.2s">about me.</h3><br>
<p class="wow fadeInUp">Hi, My Name Is Christian B. Medallada. Most People Call Me Tian Or Meds. I'm Currently 20 Years Old And Living In Makati City, Philippines.
I'm currently pursuing a Bachelor of Science in Information
Technology. I work on a variety of projects such as websites,
web apps, UI/UX design, web and graphic design, video creation,
and coding lessons. have been working on so many projects that
would eventually make me a better software developer.</p>
<p class="wow fadeInUp" data-wow-delay="0.2s">When I'm not writing code, I enjoy editing and learning about emerging technologies, travelling and learning managing money. I share the things I've learned through short videos or on my blog.</p>
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-lg-12">
<h3 class="wow fadeInUp" data-wow-delay="1.2s">tech stack.</h3><br>
<marquee behavior="scroll" direction="left">
<img width="200" height="160" src="./img/React.png" alt="">
<img width="200" height="160" src="./img/TypeScript.png" alt="">
<img width="200" height="160" src="./img/HTML.png" alt="">
<img width="200" height="160" src="./img/Git.png" alt="">
<img width="200" height="160" src="./img/CSS.png" alt="">
<img width="200" height="160" src="./img/Github.png" alt="">
<img width="200" height="160" src="./img/JavaScript.png" alt="">
<img width="200" height="160" src="./img/PHP.png" alt="">
<img width="200" height="160" src="./img/Python.png" alt="">
<img width="200" height="160" src="./img/mySQL.png" alt="">
<img width="200" height="160" src="./img/Figma.png" alt="">
<img width="200" height="160" src="./img/Google-Script.png" alt="">
<img width="200" height="160" src="./img/Notion.png" alt="">
</marquee>
</div>
</div>
</div>
</div>
<div class="alter-whitespace"></div>
<div class="container" data-aos="fade-up">
<h3 class="wow fadeInUp" data-wow-delay="1.2s" id="blog">blog post.</h3><br>
<div class="card-deck d-flex align-items-center justify-content-center">
<div class="card text-white bg-dark mb-3" style="width: 18rem;">
<br>
<img src="https://raw.githubusercontent.com/TianMeds/image--stocks-for-coding/main/pexels-lukas-574070.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title" >Top 5 Websites to learn Programming</h5>
<p class="card-text"></p>Published on April 22, 2022</p>
<a href="https://medium.com/@TianMeds/5-best-website-to-learn-programming-29d4e5d23b59" id="blog-btn"><h4 class="wow fadeInUp" data-wow-delay="0.2s">read blog <ion-icon name="arrow-forward-outline"></ion-icon></h4></a>
</div>
</div>
<div class="card text-white bg-dark mb-3" style="width: 18rem;">
<br>
<img src="https://raw.githubusercontent.com/TianMeds/image--stocks-for-coding/main/pexels-luis-gomes-546819.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title" >Top 5 Websites to get icon for web design</h5>
<p class="card-text"></p>Published on April 18, 2022</p>
<a href="https://medium.com/@TianMeds/top-5-website-to-get-icons-for-designing-f049c4140fb4" id="blog-btn"><h4 class="wow fadeInUp" data-wow-delay="0.2s">read blog <ion-icon name="arrow-forward-outline"></ion-icon></h4></a>
</div>
</div>
<div class="card text-white bg-dark mb-3" style="width: 18rem;">
<br>
<img src="https://raw.githubusercontent.com/TianMeds/image--stocks-for-coding/main/pexels-photo-4590385.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title" >My Roadmap to become a Full stack developer</h5>
<p class="card-text"></p>Published on April 08, 2023</p>
<a href="https://medium.com/@TianMeds/my-detailed-roadmap-to-become-full-stack-engineer-2023-92be82115220" id="blog-btn"><h4 class="wow fadeInUp" data-wow-delay="0.2s">read blog <ion-icon name="arrow-forward-outline"></ion-icon></h4></a>
</div>
</div>
</div>
</div>
<div class="alter-whitespace"></div>
<div class="container" data-aos="fade-up">
<div class="row marginRow" >
<h3 class="wow fadeInUp service" data-wow-delay="1.2s">services.</h3>
<div class="alter-whitespace"></div>
<div class="col-md-4" >
<div class="box-services" >
<span>Web Design / Development</span>
<p>A good idea can only be born out of a good imagination an eye for detail and crafting pixel perfect websites are our strengths. I'm most excited about creating useful user experiences and driving users towards desired actions. Designing and developing high quality Web Applications, Websites, Landing Pages and Apps is a huge part of my daily life.</p>
</div>
</div>
<div class="col-md-4" >
<div class="box-services" >
<span>Graphic Design</span>
<p>Working and studies keep you busy? Don't have time to edit photos, videos, or graphical representations? Allow me to manage the idea and edit it to the highest quality for you. I can edit photos and videos, as well as create graphics. I can also build mockup designs to help your company's productivity. </p>
</div>
</div>
<div class="col-md-4" >
<div class="box-services" >
<span>Computer Support</span>
<p>You don't have time to build a computer, and you're experiencing trouble with some of your computer's problems? Allow me to assist you with computer construction, repair, and installation. And any other desktop or laptop issues. I have four years of experience, no bachelor's degree in computer assistance, but I have learnt a lot from school and the internet.</p>
</div>
</div>
</div>
</div>
<div class="alter-whitespace"></div>
<div class="container" data-aos="fade-up">
<table class="table table-borderless table-responsive">
<h3 class="wow fadeInUp service" data-wow-delay="1.2s">experience.</h3>
<br><br>
<div class="col-md-4" >
<tbody>
<tr>
<td>Asia Pacific College</td>
<td>College Undegraduate</td>
<td>August 21- Present</td>
</tr>
<tr>
<td>Adamson University</td>
<td>Senior High School</td>
<td>August 2019- July 2021</td>
</tr>
<tr>
<td>PCWHS - STE Program</td>
<td>Junior High School</td>
<td>June 2015 - April 2019</td>
</tr>
</tbody>
</div>
</table>
</div>
<div class="alter-whitespace"></div>
<div class="container" data-aos="fade-up">
<h3 class="wow fadeInUp service" data-wow-delay="1.2s">award & certificate.</h3>
<br><br>
<div class="cursors"></div>
<div class="cursor-followers"></div>
<div class="table-responsive">
<table class="table">
<thead>
<tr class="award-head">
<th class="award-head-first">awards</th>
<th>platform</th>
<th>project</th>
</tr>
</thead>
<tbody>
<tr class="award-body">
<td><a href="https://drive.google.com/file/d/1DhicQM2jZd2WeomvOMZMK98oLUVpp1uo/view" target=_blank class="cert">Alibaba Cloud Certification</a></td>
<td><a href="https://drive.google.com/file/d/1DhicQM2jZd2WeomvOMZMK98oLUVpp1uo/view" target=_blank class="cert">Alibaba Cloud</a></td>
<td><a href="https://drive.google.com/file/d/1DhicQM2jZd2WeomvOMZMK98oLUVpp1uo/view" target=_blank class="cert">Alibaba Cloud Certified Associate</a></td>
</tr>
<tr class="award-body">
<td><a href="https://drive.google.com/file/d/12sRQPLVk2HzIqNvjrRDSi7vtNxudvNEI/view" target=_blank class="cert">Professional Certificate </a></td>
<td><a href="https://drive.google.com/file/d/12sRQPLVk2HzIqNvjrRDSi7vtNxudvNEI/view" target=_blank class="cert">CertiProf</a></td>
<td><a href="https://drive.google.com/file/d/12sRQPLVk2HzIqNvjrRDSi7vtNxudvNEI/view" target=_blank class="cert">Scrum Foundation Professional Certificate</a></td>
</tr>
<tr class="award-body">
<td><a href="https://www.designrush.com/best-designs" target=_blank class="cert">Best Design Awards </a></td>
<td><a href="https://www.designrush.com/best-designs" target=_blank class="cert">DesignRush</a></td>
<td><a href="https://www.designrush.com/best-designs" target=_blank class="cert">The Best Black and White Web Designs</a></td>
</tr>
<tr class="award-body">
<td><a href="https://www.freecodecamp.org/certification/TianMeds/responsive-web-design" target=_blank class="cert">Developer Certificate</a></td>
<td><a href="https://www.freecodecamp.org/certification/TianMeds/responsive-web-design" target=_blank class="cert">FreeCodeCamp</a></td>
<td><a href="https://www.freecodecamp.org/certification/TianMeds/responsive-web-design" target=_blank class="cert">Responsive Web Design</a></td>
</tr>
<tr class="award-body">
<td><a href="https://drive.google.com/file/d/1yb7aV52e9lT-Mzwdbm0Tj71bv79jQm0A/view" target=_blank class="cert">Alibaba Cloud Certification</a></td>
<td><a href="https://drive.google.com/file/d/1yb7aV52e9lT-Mzwdbm0Tj71bv79jQm0A/view" target=_blank class="cert">Alibaba Cloud Academy</a></td>
<td><a href="https://drive.google.com/file/d/1yb7aV52e9lT-Mzwdbm0Tj71bv79jQm0A/view" target=_blank class="cert">Operate and Manage a Cloud Server</a></td>
</tr>
<tr class="award-body">
<td><a href="https://www.linkedin.com/learning/certificates/03f7dc6adfea1bb1b68d3de61e076d0fe3cd3ff9c8a26827b16ae679d3311a99?u=35279340" target=_blank class="cert">DATAMA1 Completion</a></td>
<td><a href="https://www.linkedin.com/learning/certificates/03f7dc6adfea1bb1b68d3de61e076d0fe3cd3ff9c8a26827b16ae679d3311a99?u=35279340" target=_blank class="cert">Linkedln</a></td>
<td><a href="https://www.linkedin.com/learning/certificates/03f7dc6adfea1bb1b68d3de61e076d0fe3cd3ff9c8a26827b16ae679d3311a99?u=35279340" target=_blank class="cert">Relational Databases Essential Training</a></td>
</tr>
</tbody>
</table>
</div>
<br><br>
<a href="award.html" id="view">View More</a>
</div>
<!--------------- hero section ends here --------------->
<div class="whitespace"></div>
<!--------------- footer starts here --------------->
<div class="footer" data-aos="fade-up">
<div class="container">
<br><br>
<div class="collab">
<div class="row">
<div class="col-lg-12">
<p class="wow fadeInUp">Do you have an interesting project? I can assist you.</p>
</div>
</div>
</div>
<br>
<div class="hr">
<div class="row"></div>
</div>
<br><br>
<div class="info">
<div class="row">
<div class="col-lg-4" id="personal">
<p class="wow fadeInUp">connect with me</p>
<a href="tel:+639951617400"><h4 class="wow fadeInUp" data-wow-delay="0.2s"><ion-icon name="call-outline"></ion-icon> +63 945 2395 356</h4></a>
<br><br>
</div>
<div class="col-lg-4" id="media">
<p class="wow fadeInUp" data-wow-delay="0s">follow me</p>
<ul>
<a href="https://tinyurl.com/38u9r4d7" target="_blank"><li id="fb" class="wow fadeInUp" data-wow-delay="0.4s">facebook</li></a>
<a href="https://tinyurl.com/38bv8ths" target="_blank"><li id="ig" class="wow fadeInUp" data-wow-delay="0.6s">instagram</li></a>
<a href="https://tinyurl.com/mv3vjvmt" target="_blank"><li id="gh" class="wow fadeInUp" data-wow-delay="0.8s">github</li></a>
<a href="https://tinyurl.com/498hj8b4" target="_blank"><li id="ln" class="wow fadeInUp" data-wow-delay="1s">linkedln</li></a>
</ul>
<br><br>
</div>
<div class="col-lg-4" id="address">
<p class="wow fadeInUp" data-wow-delay="0s">say hello</p>
<a href="mailto:[email protected]"><h4 class="wow fadeInUp" data-wow-delay="0.2s">[email protected]</h4></a>
<br><br>
</div>
</div>
</div>
</div>
</div>
<!--------------- footer ends here --------------->
<br><br><br><br>
</div>
<!-- greensock cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script src="./scripts/script.js"></script>
</body>
</html>