-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
92 lines (61 loc) · 2.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lab-02</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="cover">
<img height="300px" width="100%" src="img/coverlink.jpg" alt="cover">
</div>
<div id="nav-list">
<nav>
<ul>
<a href="http://">Home</a>
<a href="http://">exp</a>
<a href="http://">status</a>
<a href="http://">contact us</a>
</ul>
</nav>
</div>
<img id="profile" height="250px" width="170px" src="img/118876332_935719183575380_4492901765645328604_n.jpg" alt="">
</header>
<section>
<article class="art">
<p>
My name is Fadi.<br>
I'm 28 years old <br>
I have a bachelor's degree in mechanical engineering from Damascus University <br>
My thesis was about using machine learning to predict some properties of yarn cotton
after that, I realized how important the major or AI In particular and the software development in general <br>
my hobbies are watching a tennis, and basketball match, movies
and I like playing Sudoko.
</p>
</article>
<article class="art">
<span> My top 10 favorite tennis players </span>
<br>
<br>
<ul>
<li>Roger Federer</li>
<li>Novak Djokovic</li>
<li>Jo-Wilfried Tsonga</li>
<li>rafael nadal</li>
<li>Dominic Thiem</li>
<li>Stefanos Tsitsipas</li>
<li>Alexander Zverev</li>
<li>Matteo Berrettini</li>
<li>Gael Monfils</li>
<li>David Goffin</li>
</ul>
</article>
</section>
<footer>
</footer>
<script src="js/app.js"></script>
</body>
</html>