<!DOCTYPE html>

<html lang="nl">

<head>

<meta charset="UTF-8">

<title>Skillz-Up Downloads</title>

<style>

body{font-family:-apple-system,sans-serif;max-width:760px;margin:0 auto;padding:60px 24px;color:#1E3A6E;background:#fafafa}

header{border-bottom:3px solid #F5A623;padding-bottom:24px;margin-bottom:40px}

h1{font-size:28px;margin:0 0 8px 0}

.subtitle{font-size:14px;color:#888;margin:0}

h2{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#F5A623;margin:40px 0 16px 0}

ul{list-style:none;padding:0;margin:0}

li{padding:14px 0;border-bottom:1px solid #eee}

a{color:#1E3A6E;text-decoration:none;font-weight:600}

a:hover{color:#F5A623}

footer{margin-top:60px;padding-top:24px;border-top:1px solid #eee;font-size:12px;color:#888}

</style>

</head>

<body>

<header>

<h1>Skillz-Up Downloads</h1>

<p class="subtitle">Brand assets en downloads.</p>

</header>

<h2>Brand</h2>

<ul>

<li><a href="brand/skillz-up-logo.png">Logo (kleur)</a></li>

<li><a href="brand/skillz-up-logo-wit.png">Logo (wit)</a></li>

</ul>

<footer>© Skillz-Up · <a href="mailto:info@skillz-up.com">info@skillz-up.com</a></footer>

</body>

</html>