-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<link rel="stylesheet" href="aboutme-style.css">
</head>
<body>
<h1>Abdusodikov Jamshid</h1>
<p>Hi there. My name is Jamshid and I am <b>smart</b>, <b>introvert</b> and <b>simple guy</b>.</p>
<br>
<hr>
<h2>My Cources in This Semester</h2>
<ul>
<li>Academic English 4</li>
<li>Basic Korean 2</li>
<li>Circuit and Lab</li>
<li>Engineering Mathematics</li>
<li>System Programming</li>
<li>Computer Architecture</li>
<li>Internet Programming</li>
</ul>
<br>
<h2>My Favourite Movies</h2>
<ol>
<li>Inception (<a href="https://www.imdb.com/title/tt1375666/">IMDB</a>)</li>
<li>Interstellar (<a href="https://www.imdb.com/title/tt0816692/">IMDB</a>)</li>
<li>Gladiator (<a href="https://www.imdb.com/title/tt0172495/">IMDB</a>)</li>
</ol>
<br>
<h2>My Moods</h2>
<p>Happy: <img src="1.jpg" width="500" height="300"> Sad :<img src="10.jpg" width="500" height="300"></p>
<h2>Fun Fact About My Neighbour</h2>
<ul>
<li>Oyatillo one of the winners of scholarship is known as all time computer gamer</li>
</ul>
</body>
</html>