-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (49 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>﹡Murad's Personal Site﹡</title>
</head>
<body>
<h1>Murad Dashdamirov</h1>
<p><strong><em>Student Of Rockcliffe Middle School</em></strong></p>
<p>I am just a student that goes to school called Rockcliffe Middle School</p>
<hr>
<h3>Studying</h3>
<p><em>Azerbaijan</em></p>
<ul>
<li>3 years of learning in: Kindergraden #288, 31 Istiglaliyyat, Baku 1001</li>
<li>From 1st grade to 4th: Western Junior School/Western Caspian University,Azerbaijan31 Istiglaliyyat, Baku 1001 </li>
</ul>
<p><em>Canada</em></p>
<ul>
<li>5th Grade: Rockford Public School, 60 Rockford Rd, Toronto, ON M2R 3A7</li>
<li>5th Grade: Pleasant Public School, 288 Pleasant Ave, Toronto, ON M2R 2R1</li>
<li>From 5th Grade to 6th: Roselands Junior Public School, 990 Jane St, York, ON M6N 4E2</li>
<li>Now: 7th Grade: Rockcliffe Middle School, 400 Rockcliffe Blvd, Toronto, ON M6N 4R8</li>
</ul>
<hr>
<h3>Skills</h3>
<table cellspacing=10>
<tr>
<td>Programing On HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Gaming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Skating</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Drawing</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact-me.html">Contact Me</a>
</body>
</html>