-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (84 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>💜Sani's Personal Site</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="tbody">
<table cellspacing="20">
<tr>
<td><img src="images/mochachos1.png" alt="Sanirabika Askarbek Facebook photos"></td>
<td>
<h1>Sani Askarbek</h1><em>
<p>Student and a <strong>Student</strong></p>
</em>
<p>Hi!My name is Sani and I am learning programing.If you want to see my improovements and even give me some advices about creating, you are welcomed here😁Also you can check my <a
href="https://codepen.io/Sani-Sunny/pen/gOLMxjM?editors=1000">practice notebook</a>😄</p>
</td>
</tr>
</table>
</div>
<hr>
<h3>Education</h3>
<div class="ul">
<ul >
<li>school <a href="https://2gis.kg/bishkek/firm/70000001020537246">38</a></li>
<li> <a href="http://arabaev.kg/ij/?option=bashy&id_blok=453?place=choice&from&fa=%D0%9F%D0%BE%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%98%D0%AF">Japanese Institute</a> </li>
<li> <a href="https://kecb.kg/">Korean courses</a> </li>
<li> <a href="https://kecb.kg/">Taekwondo class</a> </li>
</ul>
<hr>
<h3>Education</h3>
<table <table cellspacing="10">
<thead>
<tr>
<th>year</th>
<th>school name</th>
<tr>
<td>2008-2019</td>
<td>school 38</td>
</tr>
<tr>
<td>2019-2021</td>
<td>Japanese Institute</td>
</tr>
</thead>
</table>
<hr>
</div>
<div class="ul">
<h3>Skills</h3>
<table>
<tr>
<td>
<table cellspacing="10">
<tr>
<td>guitar</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>piano</td>
<td>⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>singing</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>speaking</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<h3><a class="hobbies" href="hobbies.html">Hobbies</a> <a class="contact" href="contact me.html">Contact Me </a> </h3>
</body>
</html>