Skip to content

Commit e8bdc75

Browse files
authored
feat: adds html README for Hummad Tanweer (#42)
* Added CSS * ADD IMAGES
1 parent f1fa25f commit e8bdc75

File tree

4 files changed

+47
-0
lines changed

4 files changed

+47
-0
lines changed

lesson_01/hummadtanweer/README.CSS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
hr{
2+
border-top: 1px solid rgb(235, 234, 244);
3+
4+
}
5+
body{
6+
font-family: system-ui;
7+
line-height: 1.5;
8+
}
9+
h1,h3{
10+
margin-bottom: 0px;
11+
}

lesson_01/hummadtanweer/README.HTML

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
<link rel="stylesheet" href="readme.css">
8+
</head>
9+
<body>
10+
<h1>Hello There! I'm Hummad! </h1>
11+
<hr>
12+
<h3>About me</h3>
13+
<hr>
14+
I am always been interested in numbers and love to learn new skills.
15+
16+
<h3>Hobbies:</h3>
17+
<hr>
18+
<p>I have been swimming since I was 5 years old. In my free time I like to play soccer and pickleball. I love outdoor activites especially going on
19+
hiking in summers. I like traveling as well! </p>
20+
<img src="images/Pickleball.webp"height="450px">
21+
22+
23+
<h3>Fun Facts</h3>
24+
<hr>
25+
<p> <li>I can swim in the sea!</li>
26+
<li>I like pineapple on my pizza!</li></p>
27+
28+
<img src="images/happy-pizza-900x612.jpg" height="450px">
29+
30+
<h3>Best ways to Communicate</h3>
31+
<hr>
32+
<p>I think communication is the key - My communication preference: </p>
33+
<li>I prefer contacting me via email.</li>
34+
<li>If it is urgent, I can be contacted on my Cell phone.</li>
35+
</body>
36+
</html>
35.1 KB
Binary file not shown.
Loading

0 commit comments

Comments
 (0)