-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (110 loc) · 4.62 KB
/
Copy pathindex.html
File metadata and controls
138 lines (110 loc) · 4.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Site of Richie</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="channels4_profile-modified.png" alt="Bangjoe Gaming" sizes="50px"></td>
</tr>
<tr>
<td><h1>Richie Rich Kennedy Zakaria</h1></td>
<td><p><em>Informatics Student 2021 in <strong><a href="https://www.umn.ac.id/" hreflang="en">Universitas Multimedia Nusantara</a></strong></em></p></td>
<p>Hello, I am a first year student and still a novice at programming,
<br>originally from accounting major but choose
<br>to change major</p>
</tr>
</table>
<!-- img src="https://yt3.googleusercontent.com/ZDr9DY7BEXVM6ZCMALRDWRhhjLPDM4KsN0j504-UNbt1K6XC_yL_N8jMCW1g1zEzayNxvAEaVw=s176-c-k-c0x00ffffff-no-rj" alt="channels4_profile.jpg"> -->
<!-- it is better to use <em> instead of <i> because of emphasizing message-->
<hr> <!-- This is to make Horizontal Line defines a thematic break in an HTML page-->
<h3>Educations</h3>
<ul>
<li>Sekolah Dasar Cendrawasih 2009-2014</li>
<li>SMP Dian Harapan 2015-2017</li>
<li>SMA Dian Harapan 2018-2020</li>
<li>Universitas Multimedia Nusantara S1 2021 - <strong>Now</strong> (2023)</li>
</ul>
<hr>
<div class ="achievement">
<h3>Achievement</h3>
<table>
<thead>
<tr>
<th>Achievement</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr>
<td>ROG Weekly Juara 3 Champion</td>
<td>September 2022</td>
</tr>
<tr>
<td>
Ferg Community Cup
</td>
<td>
Desember 2022
</td>
</tr>
</tbody>
</table>
</div>
<hr>
<br>
<div class ="skills">
<table>
<tr>
<td>
<table cellspacing="10" border:1>
<tbody>
<tr>
<td>C Coding</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Call of Duty Mobile</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
<td>
<table cellspacing="10" border:1>
<tbody>
<tr>
<td>SQL</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C#</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Call of Duty WW2</td>
<td>⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</div>
<hr>
<h3><a href="hobbies.html"><em>Hobbies</em></a></h3>
<hr>
<h3><a href="contacts.html"><strong>Contact Me</strong></a></h3>
<p>email: blahblah@gmail.com</p>
<h3><a href="input.html"><em><strong>Input Test ?</strong></em></a>
</body>
</html>