-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (62 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My website</title>
</head>
<body>
<table cellspacing="20px">
<tr>
<td><img src="https://pbs.twimg.com/profile_images/1082172194577207296/hXc5r2au_400x400.jpg" alt=""></td>
<td>
<h1>Muhammad Fahmi Alamsyah</h1>
<p>seorang calon <strong>programmer</strong></p>
<p>Lorem ipsum dolor sit amet.</p>
</td>
</tr>
</table>
<hr>
<h3>Sekolah</h3>
<ol>
<li>sman</li>
<li>ipb</li>
<li>hadeh</li>
</ol>
<h3><a href="contact.html">contact</a></h3>
<table>
<thead>
<tr>
<th>Tahun</th>
<th>KERJAAN</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010</td>
<td>gatau lupa</td>
</tr>
<tr>
<td>2010-2013</td>
<td>Sekolah</td>
</tr>
</tbody>
</table>
<br>
<h3>SKILLS</h3>
<table>
<tr>
<tbody>
<tr>
<td>iOS dev</td>
<td>★★★☆☆</td>
</tr>
<tr>
<td>Fullstack dev</td>
<td>★★★☆☆</td>
</tr>
</tbody>
</table>
</table>
</body>
</html>