-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInterests.html
60 lines (58 loc) · 2.96 KB
/
Interests.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>Interests</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body id="interests">
<div class="gallery">
<img src="Resources/Interests/Interests.png" alt="interests">
</div>
<div class="gallery" id="highlight">
<img src="Resources/Interests/Music.png" alt="Music">
</div>
<div class="gallery">
<img src="https://i.ytimg.com/vi/jfKfPfyJRdk/maxresdefault.jpg" alt="Lofi">
</div>
<div class="gallery">
<img src="https://www.siliconera.com/wp-content/uploads/2023/11/kasane-teto-nendoroid-header-11212023.png" alt="TETO">
</div>
<div class="gallery">
<img src="Resources/Interests/Interests1.png" alt="1">
</div>
<div class="gallery">
<img src="https://images.gamebanana.com/img/ss/mods/62577ff0ae575.jpg" alt="naoto">
</div>
<div class="gallery" id="highlight">
<img src="Resources/Interests/Gaming.png" alt="Gaming">
</div>
<div class="gallery">
<img src="https://i.ytimg.com/vi/wTkZNhtgRsA/maxresdefault.jpg" alt="Cookierun">
</div>
<div class="gallery">
<img src="https://static1.cbrimages.com/wordpress/wp-content/uploads/2022/10/Bocchi-The-Rock!-Episode-4-Hitori-Gotou-Loses-Her-Mind-Crunchyroll.jpg" alt="bocchi">
</div>
<div class="gallery">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTrqYGm30gotOeqgBAkHadxhfI_vSFgW2m-Jw&s" alt="Guilty Gear">
</div>
<div class="gallery"id="highlight">
<img src="Resources/Interests/Other.png" alt="Other">
</div>
<div class="gallery">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQXhCqiums8dsFv5sRgAjYtWWPmm249YB6Tfw&s" alt="OIIA">
</div>
<div class="gallery">
<img src="https://static.wikia.nocookie.net/741e8036-6966-420c-b8ec-35a341d72c22/scale-to-width/755" alt="WONDERHOY">
</div>
<!-- BACK Button -->
<div class="gallery">
<a href="index.html"><img src="Resources/BACK.png" alt="BACK"></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
</body>
</html>