forked from rutgerkock/your-tribe-squad-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7620af
commit 509be29
Showing
1 changed file
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<!DOCTYPE html> | ||
<html lang="nl"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<link rel="stylesheet" href="styles/style.css"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>FDND Squad-page</title> | ||
</head> | ||
<body> | ||
<section> | ||
<ul> | ||
<li> | ||
<a href="https://aliceafanasieva.github.io/your-tribe-profile-card/" target="_blank"> | ||
<button class="panelen" id="alisa"> | ||
<h1 class="alisa-h1">ALISA</h1> | ||
<h1 class="alisa-h1-2">ALISA AFANASIEVA</h1> | ||
</button> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://prz6.github.io/your-tribe-profile-card/index.html" target="_blank"> | ||
<button class="panelen" id="previen"> | ||
<h1 class="previen-h1">PREVIEN</h1> | ||
<h1 class="previen-h1-2">PREVIEN RAMLAL</h1> | ||
</button> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://rutgerkock.github.io/your-tribe-profile-card/" target="_blank"> | ||
<button class="panelen" id="rutger"> | ||
<h1 class="rutger-h1">RUTGER</h1> | ||
<h1 class="rutger-h1-2">RUTGER KOCK</h1> | ||
</button> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://ebok1.github.io/your-tribe-profile-card/" target="_blank"> | ||
<button class="panelen" id="ellenoor"> | ||
<h1 class="ellenoor-h1">ELLENOOR</h1> | ||
<h1 class="ellenoor-h1-2">ELLENOOR BOK</h1> | ||
</button> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://kaankalmi.github.io/your-tribe-profile-card/" target="_blank"> | ||
<button class="panelen" id="kaan"> | ||
<h1 class="kaan-h1">KAAN</h1> | ||
<h1 class="kaan-h1-2">KAAN KALMIOGLU</h1> | ||
</button> | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
<!-- Hier begint ul #2 --> | ||
<ul> | ||
<li> | ||
<a href="https://latoyaln.github.io/your-tribe-profile-card/" target="_blank"> | ||
<button class="panelen" id="latoya"> | ||
<h1 class="latoya-h1">LATOYA</h1> | ||
<h1 class="latoya-h1-2">LATOYA NIJMEIJER</h1> | ||
</button> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://saif8599.github.io/your-tribe-profile-card/" target="_blank"> | ||
<button class="panelen" id="saif"> | ||
<h1 class="saif-h1">SAIF</h1> | ||
<h1 class="saif-h1-2">SAIF MUHAMAD</h1> | ||
</button> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://tristankatte.github.io/your-tribe-profile-card/" target="_blank"> | ||
<button class="panelen" id="tristan"> | ||
<h1 class="tristan-h1">TRISTAN</h1> | ||
<h1 class="tristan-h1-2">TRISTAN KATTE</h1> | ||
</button> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://tygowolven.github.io/your-tribe-profile-card/" target="_blank"> | ||
<button class="panelen" id="tygo"> | ||
<h1 class="tygo-h1">TYGO</h1> | ||
<h1 class="tygo-h1-2">TYGO WOLVEN</h1> | ||
</button> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://tygowolven.github.io/your-tribe-profile-card/" target="_blank"> | ||
<button class="panelen" id="yassir"> | ||
<h1 class="yassir-h1">YASSIR</h1> | ||
<h1 class="yassir-h1-2">YASSIR BGHIEL</h1> | ||
</button> | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
</section> | ||
<link rel="stylesheet" href="https://use.typekit.net/vhk1hlo.css"> | ||
<script src="scripts/script.js"></script> | ||
</body> | ||
</html> |