-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobbies.html
35 lines (25 loc) · 1.55 KB
/
hobbies.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
<!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">
<title>My hobbies</title>
<link rel="stylesheet" href="css/mycss.css">
</head>
<body>
<p> Personnaly i love football and Iam a manchester city fan like you can see in the poicture below iam wearing my teams jersy </p>
<img height="500" width="500" src="IMG_0129.jpg" alt="my picture as iam wearing my favorite team jersy">
<p> I also enjoy doing some mechanics work as i grew up from a garage </p>
<img height="500" width="500" src="IMG_1982.jpg" alt="a pic of me enjoying oner wearing an overall ">
<p>I am also a person who loves riding bikes as iam a bike addict </p>
<img height="500" width="500" src="IMG_1425.jpg" alt="a pic of me seated on a bike ">
<p> I also love nature </p>
<img height="500" width="500" src="web images /mountain.jpeg" alt="a pic of a mountain">
<img height="500" width="500" src="web images /img_forest.jpeg" alt="a pic of a forest">
<img height="500" width="500" src="web images /img_snow.jpeg" alt="a pic of snow">
<img height="500" width="500" src="IMG_0773.JPG" alt="a pic of trees">
<p>I also enjoy animals like you can see Iam a heards man </p>
<img height="500" width="500" src="IMG_0979.jpg" alt="a rare pic of me in farm">
</body>
</html>