-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (47 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Nils, Roel and Sanne">
<title>CSS to the Rescue 23/24 - Minor WDD</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Saira:wght@100;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/styles.css">
<link rel="icon" type="image/svg+xml" href="img/favicon.svg">
</head>
<body>
<header>
<a href="index.html">CSS to the Rescue <span><span>23/</span></span>24</a>
<form>
<label>
<input type="checkbox" name="party-pooper">
<span>party pooper <span>mode</span></span>
</label>
</form>
</header>
<main>
<header>
<h1>CSS to the Rescue 23/24</h1>
<p>In the course CSS to the Rescue, it's all about experimentation. We want to see things we've never seen before. We want to see things we didn't know we could create with CSS. That means, of course, that you'll be experimenting on your own and not copying/generating code.</p>
</header>
<section>
<h2>Study material and links</h2>
<ul>
<li><a href="themes.html">The themes</a> (introductory exercise)</li>
<li><a href="samples.html">Code samples and pointers</a> (final assignment)</li>
<li><a href="slider/index.html">The ony tiny bit of JS that is allowed</a> (use the value of ranges as custom properties)</li>
</ul>
</section>
</main>
<footer>
<ul>
<li><a data-icon="🐡" href="index.html" class="home">Home</a></li>
<li><a data-icon="👺" href="https://teams.microsoft.com/l/channel/19%3A55031fd9d2844cc193a600ed26ef4052%40thread.tacv2/2%20CSS%20-%20CSS%20to%20the%20Rescue?groupId=90efb8b2-557d-4a2b-9ad3-649a84dc607d&tenantId=0907bb1e-21fc-476f-8843-02d09ceb59a7" class="classroom" target="_blank" rel="noopener noreferrer">Teams</a></li>
<li><a data-icon="🥦" href="https://dlo.mijnhva.nl/d2l/le/content/571327/Home" class="uploadbox" target="_blank" rel="noopener noreferrer">DLO</a></li>
</ul>
</footer>
<script src="scripts/script.js"></script>
</body>
</html>