-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
63 lines (55 loc) · 2.1 KB
/
Copy pathaboutme.html
File metadata and controls
63 lines (55 loc) · 2.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styleme.css" type="text/css">
<title>About Me</title>
</head>
<body>
<h1 class="title"><b>About Amanuel Benti</b></h1>
<p id="aboutme">My name is Amanuel and I try to <b><i>make</i> </b> the <b> <i>main </i> </b>things main</p>
<hr>
<h2 class="title">My Classes this Semester</h2>
<ul id="classes">
<li>WAP</li>
<li>Career Strategy</li>
<li>Intro to Algo</li>
<li>SE</li>
<li>WAA</li>
</ul>
<h2 class="title">My Favorite Movies</h2>
<ol id="favMovies">
<li>Top Gun (<a href="https://www.imdb.com/title/tt1745960/?ref_=nv_sr_srsg_1">IMDB)</a></li>
<li>King's Man (<a href="https://www.imdb.com/title/tt4649466/?ref_=nv_sr_srsg_6">IMDB)</a></li>
<li>Ozark(<a href="https://www.imdb.com/title/tt5071412/?ref_=nv_sr_srsg_0">IMDB)</a></li>
</ol>
<h2 class="title"> My Moods</h2>
<ul>
<li>Happy</li>
</ul>
<img src="happy2.jpeg" alt="Happy" width="300" height="200">
<ul>
<li>Curious</li>
</ul>
<img src="curious.png" alt="Curious" width="300" height="150">
<h2 class="title">Fun fact about my neighbor</h2>
<ul>
<li>Yousef - serious and focused</li>
<li>Rediet - smart and humble</li>
</ul>
<div>
<a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fabenti.github.io%2Fwap.github.io%2Faboutme.html">
<img src="images.jpeg" alt="checker" width="50">
</a>
</div>
<p>
<a href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fabenti.github.io%2Fwap.github.io%2Fstyleme.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</body>
</html>