-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (111 loc) · 3.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Timotius Hadi Pratama" />
<meta name="keywords" content="ius website, ius, timotius, website ius, website timotius, timotius hadi pratama" />
<meta name="description" content="IUPS is Ius's Personal Site that being developed by Ius" />
<title>IUPS | Ius's Personal Site</title>
</head>
<body>
<!-- Profile Setion -->
<table cellspacing = "2">
<tr>
<td><h1>Ius's Personal Site</h1></td>
<td><img src="picture/circle-cropped.png" height="200vh" width="200vw" alt="Author of this Personal Site"></td>
<td><a href="#">Home</a></td>
</tr>
<tr>
<td><p><em>Student <strong><a href="https://se.ittelkom-sby.ac.id">College</a></strong> that works on Programming and Gaming</em></p></td>
</tr>
<tr>
<td><p>I'm an Indonesian Student at 21 that lives on Palembang, South Sumatera, Indonesia.</p></td>
</tr>
</table>
<hr size="3" noshade="">
<h3> <a href="education.html">Education</a></h3>
<hr>
<!-- Hobbies Section -->
<h3>Hobbies</h3>
<ol>
<li>Programming</li>
<li>Gaming</li>
<li>Driving</li>
</ol>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Year</th>
<th>Places</th>
</tr>
</thead>
<tbody>
<tr>
<td>2018 - 2019</td>
<td>Storybook Organizer</td>
</tr>
<tr>
<td>2020</td>
<td>Social Media Activist</td>
</tr>
</tbody>
</table>
<hr>
<!-- Skills Section -->
<h3>Skills</h3>
<!-- Outer Table -->
<table>
<tbody>
<tr>
<td>
<!-- Inner Table on TD 1 -->
<table cellspacing = 10>
<thead>
<tr>
<th>Skills</th>
<th>Range</th>
</tr>
</thead>
<tbody>
<tr>
<td>Web Development</td>
<td>⭐</td>
</tr>
<tr>
<td>Android Development</td>
<td>⭐</td>
</tr>
</tbody>
</table>
</td>
<td>
<!-- Inner Table on TD 2 -->
<table cellspacing = 10>
<thead>
<tr>
<th>Skills</th>
<th>Range</th>
</tr>
</thead>
<tbody>
<tr>
<td>Phyton</td>
<td>⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- Site Map -->
<center><h3> <a href="contact.html">Contact Site</a></h3></center>
</body>
</html>