-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobbies.html
121 lines (112 loc) · 7.18 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link href="/styles.css" rel="stylesheet">
<script src="/myscripts.js"></script>
<title>Alister David</title>
</head>
<body>
<header>
<h1>Alister David</h1>
<p>BSc Computer Science Student | Software Engineer IQHQ</p>
</header>
<nav>
<span class="menu-toggle" onclick="toggleMenu()"><i class="bi bi-list"></i></span>
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="projects.html">Projects & Ventures</a></li>
<li><a href="hobbies.html">Hobbies & Interests</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<section id="intro">
<h2>Hobbies & Interests</h2>
<hr>
<p>
Welcome to my Hobbies page! Here, I share a glimpse into the activities and passions that bring joy
and balance to my life outside of work and study. From creative pursuits to physical activities, my
hobbies reflect my diverse interests and contribute to my personal growth. Whether it's exploring new
techniques in art, staying fit with various exercises, or indulging in other leisure activities, each
hobby enriches my life and enhances my skills in unique ways. Dive in to discover more about what I enjoy
doing in my free time and how these passions shape who I am.
</p>
</section>
<div class="links">
<ul>
<li><a href="#sports">Sports & Gym</a></li>
<li><a href="#chess">Chess</a></li>
<li><a href="#art">Art</a></li>
<li><a href="#traveling">Traveling</a></li>
</ul>
</div>
<section id="sports">
<h2>Sports & Gym</h2>
<hr>
<br>
<p>
Sports have always been a big part of my life. I have had the opportunity to play football, badminton, and basketball for both my school and university teams, which has allowed me to hone my skills in teamwork, strategy, and perseverance. Whether it's the fast pace of basketball, the precision required in badminton, or the collaborative nature of football, each sport has taught me the value of working towards a common goal. Alongside team sports, I also maintain a regular gym routine, which helps me stay disciplined and focused. These activities not only keep me active but also help develop qualities that are essential in all areas of life.
</p>
<br>
<div class="image-container">
<img src="/images/gym.jpg" alt="Gym" title="Gym">
<img src="/images/football.jpg" alt="Football" title="Football">
</div>
<br>
</section>
<section id="chess">
<h2>Chess</h2>
<hr>
<br>
<p>
My passion for chess began at a young age, and it has been a significant part of my life ever since. I enjoyed playing in person, which led me to join my school’s chess club and later the university’s chess society. When I can’t play face-to-face, I turn to chess.com to continue honing my skills. Competing in amateur chess tournaments has earned me several awards, reflecting my dedication and strategic thinking. Chess has always been more than just a game for me; it’s a way to engage in deep problem-solving and develop patience and foresight, qualities that are valuable in any challenging field.
</p>
<br>
<div class="image-container">
<img src="/images/chess.jpg" alt="Chess" title="Chess">
<img src="/images/onlineChess.jpg" alt="chess.com" title="chess.com">
</div>
<br>
</section>
<section id="art">
<h2>Art</h2>
<hr>
<br>
<p>
Creativity has always been a significant part of my life, with drawing and painting being passions I’ve nurtured from a young age. I find joy in expressing myself through art, and I’ve even won awards in amateur drawing competitions. Alongside traditional art forms, I also enjoy photography and reading, which further fuel my creative spirit and offer new ways to explore and capture the world around me. Engaging in these artistic pursuits not only provides relaxation but also stimulates my imagination and attention to detail, enriching my overall perspective and creativity
</p>
<br>
<div class="image-container">
<img src="/images/library.jpg" alt="Library" title="Library">
<img src="/images/drawing.jpg" alt="Drawing" title="Drawing">
</div>
<br>
</section>
<section id="traveling">
<h2>Traveling</h2>
<hr>
<br>
<p>
Traveling is a passion of mine, allowing me to immerse myself in diverse cultures and connect with people from around the world. I’ve had the privilege of visiting several countries across Asia and Europe, each trip offering new experiences and insights. My goal is to explore every continent, discovering unique traditions and broadening my global perspective. Through travel, I’ve learned to adapt to different environments, embrace new perspectives, and appreciate the richness of cultural diversity—experiences that enhance my understanding and approach to various aspects of life.
</p>
<br>
<div class="image-container">
<img src="/images/flight.jpg" alt="Flight" title="Flight">
<img src="/images/globe.jpg" alt="Globe" title="Globe">
</div>
<br>
</section>
<button onclick="topFunction()" id="myBtn" title="Go to top">^</button>
<br><br>
</main>
<footer>
<p>© 2024 Alister David</p>
</footer>
</body>
</html>