Skip to content

Commit

Permalink
renamed main to index
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceafanasieva committed Sep 17, 2023
1 parent b7620af commit 509be29
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions index.html
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>

0 comments on commit 509be29

Please sign in to comment.