-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
456 lines (453 loc) · 21.9 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
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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!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">
<meta property="og:image" content="https://www.tut.ac.jp/imgs/common/ic_ogp.png" />
<title>Jing Ren's Portfolio</title>
<link rel="stylesheet" href="styles/styles.css">
<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=Poppins:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body class="main-content">
<header class="section sec1 header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img/profile-pic1.jpg" alt="">
</div>
</div>
<div class="right-header">
<h1 class="name">
Hi, I am <span>Jing Ren Lim.</span>
</h1>
<p>
I am a Computer Science fresh graduate and I am looking for an entry-level software engineering job.
</p>
<div class="btn-con">
<a href="https://drive.google.com/uc?export=download&id=103l9ngqesuI16MIiOyC8dhjDPFoJIOb_" class="main-btn">
<span class="btn-text">Download Resume</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
</div>
</header>
<main>
<section class="section sec2 about" id="about">
<div class="main-title">
<h2>About <span>me</span><span class="bg-text">my stats</span></h2>
</div>
<div class="about-container">
<div class="left-about">
<h4>Information About me</h4>
<p>
</p>
<div class="btn-con">
<a href="https://drive.google.com/uc?export=download&id=103l9ngqesuI16MIiOyC8dhjDPFoJIOb_" class="main-btn">
<span class="btn-text">Download Resume</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
<div class="right-about">
<div class="about-item portfolio-btn" data-id="portfolio">
<div class="abt-text">
<p class="large-text">4</p>
<p class="small-text">Projects <br/> Completed</p>
</div>
</div>
<div class="about-item cert-btn">
<div class="abt-text">
<p class="large-text">5</p>
<p class="small-text">Certifications <br/> Obtained</p>
</div>
</div>
<a href="https://leetcode.com/jingren1021/" target="_blank" class="about-item">
<div class="abt-text">
<p class="large-text">160+</p>
<p class="small-text">LeetCode Problems <br/> Solved</p>
</div>
</a>
<a href="https://atcoder.jp/users/jingren1021" target="_blank" class="about-item">
<div class="abt-text">
<p class="large-text">970</p>
<p class="small-text">Highest Rating <br/> on AtCoder</p>
</div>
</a>
</div>
</div>
<div class="about-stats">
<h4 class="stat-title">My Skills</h4>
<p class="subtitle">Each 25% of the progress bar represents one year of experience.</p>
<div class="progress-bars">
<div class="progress-bar">
<p class="prog-title">html</p>
<div class="progress-con">
<div class="prog-text-con"><p class="prog text">7 months</p></div>
<div class="progress">
<span class="html"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">css</p>
<div class="progress-con">
<div class="prog-text-con"><p class="prog text">7 months</p></div>
<div class="progress">
<span class="css"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">javascript</p>
<div class="progress-con">
<div class="prog-text-con"><p class="prog text">5 months</p></div>
<div class="progress">
<span class="js"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">c++</p>
<div class="progress-con">
<div class="prog-text-con"><p class="prog text">4 years</p></div>
<div class="progress">
<span class="cpp"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">python</p>
<div class="progress-con">
<div class="prog-text-con"><p class="prog text">3 years</p></div>
<div class="progress">
<span class="python"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">java</p>
<div class="progress-con">
<div class="prog-text-con"><p class="prog text">6 months</p></div>
<div class="progress">
<span class="java"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">docker</p>
<div class="progress-con">
<div class="prog-text-con"><p class="prog text">1 year</p></div>
<div class="progress">
<span class="docker"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">kubernetes</p>
<div class="progress-con">
<div class="prog-text-con"><p class="prog text">1 year</p></div>
<div class="progress">
<span class="kubernetes"></span>
</div>
</div>
</div>
</div>
</div>
<h4 class="stat-title">My Timeline</h4>
<div class="timeline">
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-user-graduate"></i>
</div>
<p class="tl-duration">2016 - 2018</p>
<h5>Pre-University<span> - INTEC Education College </span></h5>
<p>
Two years Japanese Language Preparatory Program
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-user-graduate"></i>
</div>
<p class="tl-duration">2018 - 2021</p>
<h5>Associate Degree<span> - National Institute of Technology, Ibaraki College</span></h5>
<p>
Associate Degree (Diploma) in Electrical and Electronic Systems Engineering. CGPA: 3.75
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-user-graduate"></i>
</div>
<p class="tl-duration">2021 - 2023</p>
<h5>B.E <span> - Toyohashi University of Technology</span></h5>
<p>
Bachelor of Engineering in Computer Science and Engineering. CGPA: 3.85
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2023 - 2023</p>
<h5>Student Intern <span> - National Institute of Advanced Industrial Science and Technology (AIST)</span></h5>
<p>
Completed a two-month internship at the Continuum Computing Infrastructure Research Team of AIST.
</p>
</div>
</div>
<h4 class="stat-title" id="certifications">My Certifications</h4>
<div class="certifications">
<div class="cert-item">
<p class="tl-duration">Jan 2020</p>
<h5><span>Certificate of </span>Japanese Language Proficiency Test N1</h5>
<p>
The highest-level certificate of Japanese proficiency
</p>
</div>
<a href="https://www.freecodecamp.org/certification/fcc3d21d535-f0ae-4fbd-96de-23ad5b76dd8c/responsive-web-design" target="_blank" class="cert-item">
<p class="tl-duration">Nov 2022</p>
<h5><span>freeCodeCamp.org</span> Responsive Web Design Developer <span>Certification</span></h5>
<p>
Representing approximately 300 hours of coursework in responsive website design using HTML&CSS
</p>
</a>
<a href="https://www.freecodecamp.org/certification/fcc3d21d535-f0ae-4fbd-96de-23ad5b76dd8c/javascript-algorithms-and-data-structures" target="_blank" class="cert-item">
<p class="tl-duration">Nov 2022</p>
<h5><span>freeCodeCamp.org</span> JavaScript Algorithms and Data Structures Developer <span>Certification</span></h5>
<p>
Representing approximately 300 hours of coursework in JavaScript algorithms and data structures
</p>
</a>
<a href="https://www.credly.com/badges/b5ca7017-3e8f-4119-b5c4-8c1914e374ae/linked_in_profile" target="_blank" class="cert-item">
<p class="tl-duration">March 2023</p>
<h5>Microsoft Certified: Azure Fundamentals</h5>
<p>
Passed Exam AZ-900: Microsoft Azure Fundamentals.
</p>
</a>
<a href="https://www.coursera.org/account/accomplishments/specialization/certificate/936PEL2PEQ7G" target="_blank" class="cert-item">
<p class="tl-duration">March 2023</p>
<h5>Google IT Automation with Python Professional Certificate</h5>
<p>
Completed a six-course certificate developed and designed by Google to provide IT professionals with in-demand skills including Python, Git and IT automation.
</p>
</a>
</div>
</section>
<section class="section sec3" id="portfolio">
<div class="main-title">
<h2>My <span>Portfolio update projects</span><span class="bg-text">My Work</span></h2>
</div>
<p class="port-text">
Here is some of my work that I've done in various programming languages.
</p>
<div class="portfolios">
<div class="portfolio-item">
<div class="image">
<img src="img/port1.jpg" alt="">
</div>
<div class="hover-items">
<h3>Personal Portfolio Website</h3>
<div class="icons">
<a href="https://github.com/jingren1021/portfolio" class="icon" target="_blank" >
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port2.jpg" alt="">
</div>
<div class="hover-items">
<h3>Coming in Future</h3>
<!-- <h3>Project Source</h3> -->
<div class="icons">
<div class="icon">
<i class="fab fa-github"></i>
</div>
<div class="icon">
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port3.jpg" alt="">
</div>
<div class="hover-items">
<h3>Coming in Future</h3>
<!-- <h3>Project Source</h3> -->
<div class="icons">
<div class="icon">
<i class="fab fa-github"></i>
</div>
<div class="icon">
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section sec4" id="blogs">
<div class="blogs-content">
<div class="main-title">
<h2>My <span>Blogs</span><span class="bg-text">My Blogs</span></h2>
</div>
<div class="blogs">
<div class="blog">
<img src="img/blog1.jpg" alt="">
<div class="blog-text">
<h4>
Blog 1
</h4>
<p>
Coming in Future
</p>
</div>
</div>
<div class="blog">
<img src="img/blog2.jpg" alt="">
<div class="blog-text">
<h4>
Blog 2
</h4>
<p>
Coming in Future
</p>
</div>
</div>
<div class="blog">
<img src="img/blog3.jpg" alt="">
<div class="blog-text">
<h4>
Blog 3
</h4>
<p>
Coming in Future
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section sec5 contact" id="contact">
<div class="contact-container">
<div class="main-title">
<h2> Contact <span>Me</span><span class="bg-text">My Contacts</span></h2>
</div>
<div class="contact-content-con">
<div class="left-contact">
<h4>Contact me here</h4>
<div class="contact-info">
<div class="contact-item">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
<span>Location</span>
</div>
<p>
<span>: Kedah, Malaysia</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-envelope"></i>
<span>Email</span>
</div>
<p>
<span>: [email protected]</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-user-graduate"></i>
<span>Education</span>
</div>
<p>
<span>: Toyohashi University of Technology</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-globe-asia"></i>
<span>Languages</span>
</div>
<p>
<span>: English, Chinese, Japanese, Malay</span>
</p>
</div>
</div>
<div class="contact-icons">
<div class="contact-icon">
<a href="https://www.linkedin.com/in/jingren-lim/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>
<div class="contact-icon">
<a href="https://github.com/jingren1021" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="btn-con">
<a href="https://drive.google.com/uc?export=download&id=103l9ngqesuI16MIiOyC8dhjDPFoJIOb_" class="main-btn">
<span class="btn-text">Download Resume</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
<div class="right-contact">
<form action="" class="contact-form">
<div class="input-control i-c-2">
<input type="text" required placeholder="Your Name">
<input type="text" required placeholder="Your Email">
</div>
<div class="input-control">
<input type="text" required placeholder="Enter Subject">
</div>
<div class="input-control">
<textarea name="" id="" cols="15" rows="8" placeholder="THIS IS STILL UNDER DEVELOPMENT. PLEASE CONTACT ME ON LINKEDIN OR EMAIL. THANK YOU VERY MUCH."></textarea>
</div>
<div class="btn-con" id="submit-con">
<div class="main-btn submit-btn" >
<input id="submit" type="submit" value="Submit" class="btn-text"/>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<div class="controls">
<div class="control control-1 active-btn" data-id="home">
<i class="fas fa-home"></i>
</div>
<div class="control control-2" data-id="about">
<i class="fas fa-user"></i>
</div>
<div class="control control-3" data-id="portfolio">
<i class="fas fa-briefcase"></i>
</div>
<div class="control control-4" data-id="blogs">
<i class="far fa-newspaper"></i>
</div>
<div class="control control-5" data-id="contact">
<i class="fas fa-envelope-open"></i>
</div>
</div>
<div class="theme-btn">
<i class="fas fa-adjust"></i>
</div>
<script src="app.js"></script>
</body>
</html>