-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
235 lines (193 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo">Portfolio</a>
<nav class="navbar">
<a href="#aboutme">About Me</a>
<a href="#techstack">Technology Stack</a>
<a href="#myhobbies">My Hobbies</a>
<a href="#campuslife">Campus Life</a>
<a href="#futureplan">Future Plan</a>
</nav>
</header>
<div class="main-container">
<aside class="sidebar">
<div class="sidebar-img">
<img src="img/profilePic - Copy.jpg" alt="image profile" class="profile-img">
<div class="line"></div>
</div>
<h1 class="social-media-title">Social Media</h1>
<div class="social-media-container">
<!-- <img src="img/instagram-removebg-preview.png" alt="ig-icon" class="ig-icon"> <h2 class="social-media-subtitle"> sengyik_x1</h2> -->
<ul class="social-media-list" style="list-style-type: none;">
<li><img src="img/instagram-removebg-preview.png" alt="ig-icon" class="ig-icon">
<h2 class="social-media-subtitle"> sengyik_x1</h2>
</li>
<li><img src="img/linkedin-logo-icon-3D.png" alt="linkedin-icon" class="linkedin-icon">
<h2 class="social-media-subtitle"> <a
href="https://www.linkedin.com/in/chee-seng-yik-430332242?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"
style="color: blue;"> LinkedIn Profile</a> </h2>
</li>
<li><img src="img/email-icon.png" alt="email-icon" class="email-icon"
style="width: 20%; height: 20px; margin-left: 5px; margin-right: 5px;">
<h2 class="social-media-subtitle"> <a
href="mailto:[email protected]"> [email protected]</a></h2>
</li>
<li><img src="img/github-icon.png" alt="github-icon" class="github-icon">
<h2 class="social-media-subtitle"><a href="https://github.com/sengyik-x1" style="color: blue;">
github profile</a></h2>
</li>
</ul>
</div>
<div class="line"></div>
<div class="website">
<h1 class="social-media-title">Website</h1>
<a href="https://sengyik-x1.github.io/portfolio_website/">Portfolio Website</a>
</div>
</aside>
<div class="content">
<section class="home" id="aboutme">
<div class="home-content">
<h3>Hello, It's Me <img src="img/hello.png" class="hello-icon" alt="hello icon"></h3>
<h1 id="name">CHEE SENG YIK</h1>
<h3>And I'm a 3<sup>rd</sup> year BIP student in FSKTM<span></span></h3>
<br>
<p>I am a passionate computer science student with a keen interest in web development and artificial
intelligence. Currently pursuing my degree at Universiti Tun Hussein Onn Malaysia (UTHM), I love
to explore new technologies and contribute to innovative projects.</p>
<br>
</div>
<div class="3d-boy">
<img src="img/3dgifmaker15874.gif" alt="3d-boy" style="width: 300px;">
</div>
</section>
<section class="about" id="about">
<div class="about-container">
<h1 class="sec-title">About Me</h1>
<br>
<h1 class="about-name">CHEE SENG YIK</h1>
<p class="about-age">Age: 22</p>
<p class="about-dateofbirth">Date of birth: 31.7.2002</p>
<p class="about-religion">Religion: Buddhism</p>
<p class="about-race">Race: Chinese</p>
<p class="about-address">Address: <i class='bx bx-location-plus'></i> No.331 Taman
Megaway, Jalan Megaway, 70400, Seremban, Negeri Sembilan</p>
<p class="about-phoneno">Phone Number: 018-9073122</p>
<p class="about-email">Email: <i class='bx bx-envelope'></i><i> [email protected]</i>
</p>
<p class="about-course">Course: Bachelor of Computer Science (Software Engineering) Hons</p>
</div>
</section>
<section class="technology-stack" id="techstack">
<br>
<h1 class="sec-title">Technology Stack</h1>
<br>
<div class="techstack-container">
<div class="techstack-card">
<img src="img/HTML5_logo_and_wordmark.svg.png" alt="html logo" class="html-logo">
</div>
<div class="techstack-card">
<img src="img/CSS-Logo.png" alt="css logo" class="css-logo">
</div>
<div class="techstack-card">
<img src="img/js-logo.png" alt="js logo" class="js-logo">
</div>
<div class="techstack-card">
<img src="img/flutter-dart-logo.jpg" alt="flutter&dart logo" class="flutter-dart-logo">
</div>
<div class="techstack-card">
<img src="img/java-logo2-removebg-preview.png" alt="html logo" class="html-logo">
</div>
<div class="techstack-card">
<img src="img/c-sharp-c-logo.png" alt="c# logo" class="c#-logo">
</div>
</div>
<br>
<br>
</section>
<section class="myhobbiessec" id="myhobbies">
<br>
<h1 class="sec-title">My Hobbies</h1>
<br>
<div class="myhobbies-container">
<div class="hobby-card">
<h2 class="hobby-sub-title"> Programming <img src="img/programming-icon.png"
alt="programming icon"></h2>
<br>
<p>I enjoy coding and creating websites using various technologies. Currently learning React and
Node.js.</p>
</div>
<div class="hobby-card">
<h2 class="hobby-sub-title">Basketball <img src="img/basketball.png" alt="basketball logo"></h2>
<br>
<p>My hobby is basketball. I love the fast pace of the game and how it brings together teamwork,
strategy, and skill. Playing on the court helps me stay active and focused, and the
excitement of a good game always pushes me to improve my performance.</p>
</div>
<div class="hobby-card">
<h2 class="hobby-sub-title">Badminton <img src="img/badminton.png" alt="badminton"></h2>
<br>
<p>I also enjoy badminton, which challenges my reflexes and coordination in a unique way.
Whether it’s playing singles or doubles, I appreciate the precision required for each shot.
Badminton is both energizing and rewarding, and it’s a great way to connect with friends and
family while staying fit.</p>
</div>
</div>
<br>
<br>
</section>
<section class="campuslife" id="campuslife">
<br>
<h1 class="sec-title">Campus Life</h1>
<div class="campus-life-container">
<div class="campus-life-card">
<h2 class="campus-life-sub-title">Mahasiswa Baharu UTHM</h2>
<img src="img/uthm-orientation.jpg" alt="mahasiswa-uthm">
</div>
<div class="campus-life-card">
<h2 class="campus-life-sub-title">Group Discussion</h2>
<img src="img/uthm-group-discussion.jpg" alt="group-discussion">
</div>
<div class="campus-life-card">
<h2 class="campus-life-sub-title">Group Presentation</h2>
<img src="img/uthm-group-presentation.jpg" alt="group-presentation">
</div>
<div class="campus-life-card">
<h2 class="campus-life-sub-title">A Visit to Secondary School - Photography Program</h2>
<img src="img/photography-visit.jpg" alt="program photography">
</div>
<div class="campus-life-card">
<h2 class="campus-life-sub-title">EDE Stage Performance</h2>
<img src="img/ede-stage-performance.jpg" alt="EDE stage performance">
</div>
</div>
<br>
<br>
</section>
<section class="future-plan" id="futureplan">
<div class="future-plan-container">
<br>
<h1 class="sec-title">Future Plan <img src="img/rocket.png" alt="rocket"></h1>
<br>
<p>"My future plan is to continue building my skills in computer science, particularly in software
engineering and artificial intelligence, to make a positive impact in the tech industry. I aim
to work on projects that solve real-world problems and improve people's lives. Over the next few
years, I plan to gain hands-on experience in a professional environment, contribute to
innovative projects, and pursue advanced learning opportunities that will enhance my expertise
and expand my career potential."</p>
<br>
</div>
</section>
</div>
</div>
<script src="script.js"></script>
</body>
</html>