-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
60 lines (49 loc) · 3.69 KB
/
video.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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arif Azinuddin • Video</title>
<link rel="stylesheet" href="style-video.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"><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 active"><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>Video</h2>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed/XmuqiOD18JA" frameborder="0" allowfullscreen></iframe>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed/JJk51UxyHMI" frameborder="0" allowfullscreen></iframe>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed//IC-NOSOuSNQ" frameborder="0" allowfullscreen></iframe>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed//IuibnBFTHCs" frameborder="0" allowfullscreen></iframe>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed//zOCwLX47-Ok" frameborder="0" allowfullscreen></iframe>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed//E7aXLr5XOj8" frameborder="0" allowfullscreen></iframe>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed//y3sXb9t6Jno" frameborder="0" allowfullscreen></iframe>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed//3_Ca9m6yqBo" frameborder="0" allowfullscreen></iframe>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed//gyB2aTQBj4Y" frameborder="0" allowfullscreen></iframe>
<iframe class="video-iframe" width="560" height="315" src="https://www.youtube.com/embed//SC5FhqoWvnI" frameborder="0" allowfullscreen></iframe>
<div class="footer">
© 2023 Arif Azinuddin
</div>
</div>
</div>
</body>
</html>