-
Notifications
You must be signed in to change notification settings - Fork 0
/
biodata.html
139 lines (138 loc) · 5.85 KB
/
biodata.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arif Azinuddin • Biodata</title>
<link rel="stylesheet" href="style-biodata.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="shortcut icon" href="./image/arif_icon.ico" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<div class="sidebar">
<img src="./image/arif.png" alt="Arif Azinuddin Profile Picture">
<h1>Arif Azinuddin</h1>
<p>I'm a <span>Software Engineering</span> student at <span>Tun Hussein Onn University of Malaysia (UTHM)</span> and a <span>Yayasan Telekom Malaysia</span> scholar. I'm eager to find challenging software engineering jobs after I graduate in the coming years.</p>
<ul>
<li class="list-item"><i class="fas fa-home"></i><a href="index.html">Home</a></li>
<li class="list-item active"><i class="fas fa-user"></i><a href="biodata.html">Biodata</a></li>
<li class="list-item"><i class="fas fa-book"></i><a href="study.html">Study</a></li>
<li class="list-item"><i class="fas fa-star"></i><a href="hobby.html">Hobby</a></li>
<li class="list-item"><i class="fas fa-university"></i><a href="campus.html">Campus Life</a></li>
<li class="list-item"><i class="fas fa-video"></i><a href="video.html">Video</a></li>
</ul>
<div class="social-links">
<a href="https://www.linkedin.com/in/arif-azinuddin-a3788b22b" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Zelskieee" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.youtube.com/@zelskieee" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="content">
<h2>Biodata</h2>
<table>
<tr>
<th style="width: 10%;">Name</th>
<td>Arif Azinuddin</td>
<td class="image-cell">
<img src="./image/arif_fifa.png" width="100" height="100">
</td>
</tr>
<tr>
<th>Full Name</th>
<td colspan="2">Mohamad Arif Azinuddin Bin Zaidi</td>
</tr>
<tr>
<th>Age</th>
<td colspan="2">21 Years</td>
</tr>
<tr>
<th>IC Number</th>
<td colspan="2">020220-01-1595</td>
</tr>
<tr>
<th>Matric Number</th>
<td colspan="2">AI210125</td>
</tr>
<tr>
<th>Date Of Birth</th>
<td colspan="2">20 February 2002</td>
</tr>
<tr>
<th>Place of Birth</th>
<td colspan="2">Hospital Kota Tinggi</td>
</tr>
<tr>
<th>Religion</th>
<td colspan="2">Islam</td>
</tr>
<tr>
<th>Race</th>
<td colspan="2">Malay</td>
</tr>
<tr>
<th rowspan="4">Address</th>
<th>Street</th>
<td>1700, Jalan Anggerik 1/10</td>
</tr>
<tr>
<th>Town</th>
<td>Bandar Tenggara</td>
</tr>
<tr>
<th>District</th>
<td>Kulai</td>
</tr>
<tr>
<th>State</th>
<td>Johor</td>
</tr>
<tr>
<th rowspan="3">Contact</th>
<th>Mobile Phone</th>
<td><a href="tel:01110794886">011-1079 4886</a></td>
</tr>
<tr>
<th>Email Address (Personal)</th>
<td><a href="mailto:chojjaarif2002@gmail.com">chojjaarif2002@gmail.com</a></td>
</tr>
<tr>
<th>Email Address (Education)</th>
<td><a href="mailto:ai210125@student.uthm.edu.my">ai210125@student.uthm.edu.my</a></td>
</tr>
<tr>
<th>Course</th>
<td colspan="2">Software Engineering</td>
</tr>
<tr>
<th>Institution</th>
<td colspan="2">Tun Hussein Onn University of Malaysia</td>
</tr>
<tr>
<th>Faculty</th>
<td colspan="2">Faculty of Computer Science and Information Technology</td>
</tr>
<tr>
<th>Academic Advisor</th>
<td colspan="2"><a href="https://community.uthm.edu.my/zanes" target="_blank">Dr Mohd Zanes Bin Sahid</a></td>
</tr>
<tr>
<th>Programming Skills</th>
<td colspan="2">C, C++, C#, Java, and Python</td>
</tr>
<tr>
<th>Personal Interest</th>
<td colspan="2">Gym and Sport</td>
</tr>
<tr>
<th>Future Plan in 2024</th>
<td colspan="2">Working as a Software Tester at Microsoft Malaysia</td>
</tr>
</table>
<div class="footer">
© 2023 Arif Azinuddin
</div>
</div>
</div>
</body>
</html>