-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (71 loc) · 2.96 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<link rel="stylesheet" href="style.css">
<title>Ahmed Gamal</title>
</head>
<body>
<header>
<h1>Ahmed Gamal</h1>
</header>
<div class="info">
<h1>About Me :</h1>
<p>my name is ahmed gamal, i'm from minya, i'm 16 years old, i love football, the football teams which i support are zamalek in egypt and real madrid in europe.</p>
</div>
<div class="time">
<table>
<tr>
<th>11pm : 6am</th>
<th>6:15am</th>
<th>7am : 9am</th>
<th>2pm</th>
<th>4pm : 6pm</th>
<th>10pm</th>
</tr>
<tr>
<td>Sleep</td>
<td>Breakfast</td>
<td>Gym</td>
<td>Lunch</td>
<td>Coding</td>
<td>Dinner</td>
</tr>
</table>
</div>
<div class="skills">
<h1>Skills</h1>
<ul>
<li>Html(5)</li>
<li>Css(3)</li>
<li>
Java Script
<ul>
<li>Dom</li>
<li>Bom</li>
<li>ECMAScript6</li>
</ul>
</li>
</ul>
</div>
<div class="entertainment">
<h1 class="title bbh">Breaking Bad</h1>
<p class="para">Breaking Bad is My Favourite Series, The Main Actors Are Bryan Cranston, Aaron Paul And Bob Odenkirk. It Is The Highest Rated Series In IMDB, The Series Contains 62 Episodes All Of Them Are Full Of Excitement And Drama.</p>
<img src="bb.jpeg" class="img-bb">
<img src="sh-r.jpg" class="img-sh">
<h1 class="title sh-rh">The Shawshank Redemption</h1>
<p class="para sh">The Shawshank Redemption is My Favourite Movie, It is a 1994 American drama film written and directed by Frank Darabont, based on the 1982 Stephen King novella Rita Hayworth and Shawshank Redemption.</p>
<img>
</div>
<div class="img-div">
<img src="aga.jpg" alt="Ahmed Gamal">
</div>
<footer>
<a href="https://www.facebook.com/profile.php?id=100006365857669"><img src="facebook-logo-1.png" target="_blank"></a>
<a href="https://www.linkedin.com/in/ahmed-gamal-6974031b3/"><img src="linkedin-sign.png" target="_blank"></a>
<a href="https://twitter.com/AhmedGamal_AGA"><img src="twitter-sign.png" target="_blank"></a>
<a href="https://www.instagram.com/ahmedgamal_aga/"><img src="instagram-symbol.png" target="_blank"></a>
</footer>
</body>
</html>