-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
79 lines (62 loc) · 3.01 KB
/
education.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="edu&workexp.css" rel="stylesheet">
<link href="general_css.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbarScroll">
<div class="container">
<a class="navbar-brand" href="#top">Back to top</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="aboutme.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="education.html">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="workexp.html">Work Experience</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="alignment">
<h1 class="text-center">EDUCATION</h1>
<section class="history">
<div class="row">
<div class="col-lg-6">
<div class="item">
<h4>Bachelor of Science (Honours) in Computer Science with a specialism
</h4>
<h4>in Data Analytics</h4>
<h5>2024 - 2026</h5>
<p><em>Asia Pacific University of Technology & Innovation, KL, Malaysia</em></p>
<p>In this degree course, I will be learning about business intelligence systems and
knowledge on probability & statistical modelling. Apart from that, I will be learning about
data mining and data management as well.
</p>
</div>
<div class="item">
<h4>Diploma in ICT with a specialism in Software Engineering</h4>
<h5>September 2021 - November 2023</h5>
<p><em>Asia Pacific University of Technology & Innovation, KL, Malaysia </em></p>
<p>During the course, I had gained in-depth knowledge regarding the field of Software Engineering
This included topics such as the Software Development Lifecycle (SDLC), Programming with Python, Software
Prototyping & many more. Meanwhile, business modules about entrepreneurship and management were taught
as well.
</p>
</div>
</div>
</div>
</section>
</div>
</body>
</html>