-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPedrosa_hobbies.html
60 lines (52 loc) · 2.28 KB
/
Pedrosa_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
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
<!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>Home Exercise 3 - Oseas Pedrosa Personal Blog</title>
<link rel="stylesheet" href="css/pedrosa_style3.css">
<script src="https://kit.fontawesome.com/88e61f3997.js" crossorigin="anonymous"></script>
</head>
<body class="mainbody">
<header><img src="images/hobbies_hdr.jpg"></header>
<nav>
<ul>
<li class="separator">|</li>
<li class=><a href="index.html">Home</a></li>
<li class="separator">|</li>
<li><a href="Pedrosa_gallery.html">Gallery</a></li>
<li class="separator">|</li>
<li><a href="Pedrosa_hobbies.html" target="_self">Hobbies</a></li>
<li class="separator">|</li>
<li><a href="Pedrosa_meta.html">Web3, Metaverse & beyond</a></li>
<li class="separator">|</li>
</ul>
</nav>
<section>
<div class="intro" >
</div>
</section>
<aside>
<br><br>
Each one of us has its own hobbies we enjoy spending or quality time to enjoy. heres mine:
<br><br>
- <bold>cooking</bold>
Cooking with love is my passion. It helps me keep busy and connects me to the best of people. Through cooking, one also gets opportunities to learn by venturing into new territories, which motivates me further.
<br><br>
-<bold>Playing Chess</bold>
Chess gets its appeal to the human psyche because of its logic, reasoning, aesthetic, adventurous and empowering elements. It is considered as a creative quest with endless opportunities, as an escape from the ills of life. The devotees of the game enjoy it like love and music.
</aside>
</body>
<footer class="footer">
<br>
<hr>
<br>
<a href="https://www.facebook.com/noyseas.pedrosa"><i class="fa-brands fa-facebook-square"></i></a>
<a href="https://twitter.com/oseas"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UC9xbnYxYjqLAFh-Oo00tGxg"> <i class="fa-brands fa-youtube"></i></a>
<br>
Oseas Pedrosa - KodeGo - Batch 12<br>
All ® Rights Reserved - 2022
</footer>
</html>