forked from fdnd-task/your-tribe-squad-page
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
68 lines (60 loc) · 5.27 KB
/
index.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
<!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">
<link rel="stylesheet" href="styles/stylepc.css">
<!-- <link rel="stylesheet" href="styles/stylephone.css" media="(max-width: 500px)" /> -->
<script src="scripts/script.js" defer></script>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<title>Document</title>
</head>
<body>
<img src="assets/Background.svg" alt="Background" id="svg-bg">
<div id="monitor1" class="carousel" data-carousel>
<button id="inout" class="material-symbols-outlined">search</button>
<button id="left" class="material-symbols-outlined"
data-carousel-button="prev">keyboard_double_arrow_left</button>
<button id="right" class="material-symbols-outlined"
data-carousel-button="next">keyboard_double_arrow_right</button>
<div data-slides id="data-slides">
<div data-active class="container4f" class="slides">
<a href="https://amberhva.github.io/your-tribe-profile-amber/" target="_blank"><img class="fotos" src="assets/1/Amber.JPG"></a>
<a href="https://learn.about.elina.student.fdnd.nl/" target="_blank"><img class="fotos" src="assets/1/Elina.jpg"></a>
<a href="https://merpderp36.github.io/your-tribe-profile-card/" target="_blank"><img class="fotos" src="assets/1/Merel.jpg"></a>
<a href="http://roelie.student.fdnd.nl/versie2/" target="_blank"><img class="fotos" src="assets/1/Roelie.jpg"></a>
</div>
<div class="container4f" class="slides">
<a href="https://www.youtube.com/" target="_blank"><img class="fotos" src="assets/2/Fatih.JPG"></a>
<a href="https://jalal.student.fdnd.nl/" target="_blank"><img class="fotos" src="assets/2/Jalal.JPG"></a>
<a href="https://maikangn.github.io/your-tribe-profile-card/" target="_blank"><img class="fotos" src="assets/2/Maika.JPG"></a>
<a href="https://zenitba.github.io/profile-card-zenit/" target="_blank"><img class="fotos" src="assets/2/Zenit.jpg"></a>
</div>
<div class="container4f" class="slides">
<a href="https://daancarst.github.io/your-tribe-profile-card-main/" target="_blank"><img class="fotos" src="assets/3/Daan.jpg"></a>
<a href="https://mokhtarakle.github.io/your-tribe-profile-card/" target="_blank"><img class="fotos" src="assets/3/Moktar.JPG"></a>
<a href="https://rickvellingaa.github.io/your-tribe-profile-card/" target="_blank"><img class="fotos" src="assets/3/Rick.jpg"></a>
<a href="https://yulanstaal3.github.io/your-tribe-profile-card/" target="_blank"><img class="fotos" src="assets/3/Yulan.JPG"></a>
</div>
<div class="container4f" class="slides">
<a href="https://luukbrauckmann.student.fdnd.nl/" target="_blank"><img class="fotos" src="assets/4/Luc.JPG"></a>
<a href="https://www.youtube.com/" target="_blank"><img class="fotos" src="assets/4/Michelle.JPG"></a>
<a href="https://stefan-vdkort.student.fdnd.nl/" target="_blank"><img class="fotos" src="assets/4/Stefan.jpg"></a>
<a href="https://tessaviergever.student.fdnd.nl/" target="_blank"><img class="fotos" src="assets/4/Tessa.jpg"></a>
</div>
<div class="container6f" class="slides">
<a href="https://tristan.student.fdnd.nl/" target="_blank"><img class="fotos" src="assets/5/Tristan.jpg"></a>
<a href="http://siem.student.fdnd.nl/" target="_blank"><img class="fotos" src="assets/5/Siem.jpg"></a>
<a href="https://www.youtube.com/" target="_blank"><img class="fotos" src="assets/5/Nick.JPG"></a>
<a href="http://olivergriep.student.fdnd.nl/versie2/" target="_blank"><img class="fotos" src="assets/5/Oliver.JPG"></a>
<a href="https://fouad.student.fdnd.nl" target="_blank"><img class="fotos" src="assets/5/Fouad.JPG"></a>
<a href="https://amirdev98.github.io/your-tribe-profile-card/" target="_blank"><img class="fotos" src="assets/5/Amir.JPG"></a>
</div>
</div>
</div>
<canvas id="monitor2"></canvas>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/2ffVdgR2RUHIaENDIrlVvG?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</body>
</html>