Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 500
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
46 lines (46 loc) · 1.23 KB
/
Copy pathindex.html
File metadata and controls
46 lines (46 loc) · 1.23 KB
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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8" />
<metaname="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coursework</title>
<style>
:root {
--paper:oklch(700);
--ink:color-mix(in oklab,var(--color) 5%, black);
--font:100%/1.5 system-ui;
--space:clamp(6px,6px+2vw,15px);
--line:1px solid;
}
body {
background:var(--paper);
color:var(--ink);
font:var(--font);
max-width:1280px;
margin:0 auto;
}
</style>
</head>
<body>
<header><h1>🧐 CYF Coursework Disposable Branch Previews</h1></header>
<main>
<ol>
<li>
<h2><ahref="/Wireframe">Project 1: Wireframe</a></h2>
<p>
Mentors:
<ahref="Wireframe/readme.md">open the assignment in a tab</a>
</p>
</li>
<li>
<h2><ahref="/Form-Controls">Project 2: Form Controls</a></h2>
<p>
Mentors:
<ahref="Form-Controls/readme.md">open the assignment in a tab</a>
</p>
</li>
</ol>
</main>
<footer><ahref="HOW_TO_REVIEW.md">HOW TO REVIEW MD</a></footer>
</body>
</html>