-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobby.html
59 lines (59 loc) · 4.1 KB
/
hobby.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arif Azinuddin • Hobby</title>
<link rel="stylesheet" href="style-hobby.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="shortcut icon" href="./image/arif_icon.ico" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<div class="sidebar">
<img src="./image/arif.png" alt="Arif Azinuddin Profile Picture">
<h1>Arif Azinuddin</h1>
<p>I'm a <span>Software Engineering</span> student at <span>Tun Hussein Onn University of Malaysia (UTHM)</span> and a <span>Yayasan Telekom Malaysia</span> scholar. I'm eager to find challenging software engineering jobs after I graduate in the coming years.</p>
<ul>
<li class="list-item"><i class="fas fa-home"></i><a href="index.html">Home</a></li>
<li class="list-item"><i class="fas fa-user"></i><a href="biodata.html">Biodata</a></li>
<li class="list-item"><i class="fas fa-book"></i><a href="study.html">Study</a></li>
<li class="list-item active"><i class="fas fa-star"></i><a href="hobby.html">Hobby</a></li>
<li class="list-item"><i class="fas fa-university"></i><a href="campus.html">Campus Life</a></li>
<li class="list-item"><i class="fas fa-video"></i><a href="video.html">Video</a></li>
</ul>
<div class="social-links">
<a href="https://www.linkedin.com/in/arif-azinuddin-a3788b22b" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Zelskieee" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.youtube.com/@zelskieee" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="content">
<h2>Hobby</h2>
<div class="hobby-catalog">
<div class="hobby-item">
<h3>Badminton</h3>
<img src="./image/badminton.png" alt="Hobby 1">
<p>I love playing badminton because it's a sport that combines fun and fitness. The fast-paced nature of the game keeps me engaged and excited. Whether I'm playing with friends or in a competitive setting, the feeling of hitting the shuttlecock over the net and the thrill of a well-placed shot is truly enjoyable. Badminton also allows me to stay active and improve my agility, reflexes, and coordination. It's a great way to relieve stress and connect with others while staying physically active, making it a sport I truly cherish.</p>
<video controls>
<source src="./video/badminton.MOV" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<p></p>
<div class="hobby-item">
<h3>Gym</h3>
<img src="./image/gym.png" alt="Hobby 2">
<p>I love going to the gym because it makes me feel strong, energized, and healthy. The gym is a place where I can push my limits, challenge myself, and work on my physical fitness goals. It's a space where I can leave behind the stresses of daily life and focus on taking care of my body. The sense of accomplishment after a good workout is incredibly satisfying, and it's a great way to boost my mood and overall well-being. Plus, I enjoy the camaraderie of being around like-minded individuals who share a passion for fitness. Going to the gym has become an essential and fulfilling part of my routine.</p>
<video controls>
<source src="./video/gym.MOV" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="footer">
© 2023 Arif Azinuddin
</div>
</div>
</div>
</body>
</html>