-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
102 lines (99 loc) · 6.09 KB
/
cv.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>CV - Portfolio</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/css/pikaday.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/6.4.8/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/Simple-Slider.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-white portfolio-navbar gradient" style="background: linear-gradient(90deg, #360033, #0b9793);">
<div class="container"><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navbarNav"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="projects-grid-cards.html">Projects</a></li>
<li class="nav-item"><a class="nav-link active" href="cv.html">About Me</a></li>
</ul>
</div>
</div>
</nav>
<main class="page cv-page">
<section class="portfolio-block block-intro border-bottom">
<div class="container">
<div class="avatar" style="background: url("assets/img/ES-%20Koh%20Zhao%20Hui%20Benjamin.jpg") top / cover;"></div>
<div class="about-me">
<p>Hi! I am <strong>Benjamin Koh</strong>. I am passionate about the development of novel, innovative ideas to help better the world. Particularly in the field of artificial intelligence. I am currently a Full-Time National Servicemen, intending to further my studies to expand my knowledge and pursue this passion in Artificial Intelligence</p>
</div>
</div>
</section>
<section class="portfolio-block cv">
<div class="container">
<div class="education group">
<div class="heading">
<h2 class="text-center">Education</h2>
</div>
<div class="item">
<div class="row">
<div class="col-md-6" style="width: 420px;">
<h3>Diploma with Merit In Engineering Science</h3>
<h4 class="organization">Ngee Ann Polytechnic</h4>
</div>
<div class="col-6" style="width: 404px;"><span class="period">2017-2020</span></div>
</div>
<p class="text-muted">Graduated with a cGPA of 3.98, having won numerous Best in Module Awards and being placed on the Director's List multiple times</p>
</div>
<div class="item">
<div class="row">
<div class="col-md-6">
<h3>GCE O-Level</h3>
<h4 class="organization">School Of Science and Technology Singapore</h4>
</div>
<div class="col-md-6"><span class="period">2013-2016</span></div>
</div>
<p class="text-muted">Graduated with a L1R5 of 6 points </p>
</div>
</div>
<div class="work-experience group">
<div class="heading">
<h2 class="text-center">Work Experience</h2>
</div>
<div class="item">
<div class="row">
<div class="col-md-6">
<h3>Intern</h3>
<h4 class="organization">DSO National Laboratories </h4>
</div>
<div class="col-md-6"><span class="period">03/2020-05/2020</span></div>
</div>
<p class="text-muted">During my time with DSO National Laboratories, I was tasked with exploring the use of Artificial Intelligence to improve the performance of Radar Systems </p>
</div>
</div>
<div class="hobbies group">
<div class="heading">
<h2 class="text-center">Co-CURRICULAR activities </h2>
</div>
<p class="text-center text-muted">During my time in Ngee Ann Polytechnic, I joined the archery club, in which I was president from 2018-2019. During my time as president I oversaw the overall running of the club as well as led a team of 11 committee members to organised and host POLITE Archery Championships 2019 for over 200 participants. Although I have since left the club, I still continue to train at an external club.</p>
</div>
</div>
</section>
</main>
<footer class="page-footer">
<div class="container">
<div class="links"><a href="cv.html">About me</a><a href="projects-grid-cards.html">Projects</a></div>
</div>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/pikaday.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/6.4.8/swiper-bundle.min.js"></script>
<script src="assets/js/Simple-Slider.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>