Skip to content

Commit b2712c2

Browse files
File renemed
1 parent 1adba02 commit b2712c2

9 files changed

Lines changed: 46 additions & 0 deletions
File renamed without changes.

sayeedhussain01/Featured_Image_Wireframes_Save_Time_Money.png renamed to Wireframe/Featured_Image_Wireframes_Save_Time_Money.png

File renamed without changes.
File renamed without changes.

index.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Coursework</title>
7+
<style>
8+
:root {
9+
--paper: oklch(7 0 0);
10+
--ink: color-mix(in oklab, var(--color) 5%, black);
11+
--font: 100%/1.5 system-ui;
12+
--space: clamp(6px, 6px + 2vw, 15px);
13+
--line: 1px solid;
14+
}
15+
body {
16+
background: var(--paper);
17+
color: var(--ink);
18+
font: var(--font);
19+
max-width: 1280px;
20+
margin: 0 auto;
21+
}
22+
</style>
23+
</head>
24+
<body>
25+
<header><h1>🧐 CYF Coursework Disposable Branch Previews</h1></header>
26+
<main>
27+
<ol>
28+
<li>
29+
<h2><a href="/Wireframe">Project 1: Wireframe</a></h2>
30+
<p>
31+
Mentors:
32+
<a href="Wireframe/readme.md">open the assignment in a tab</a>
33+
</p>
34+
</li>
35+
<li>
36+
<h2><a href="/Form-Controls">Project 2: Form Controls</a></h2>
37+
<p>
38+
Mentors:
39+
<a href="Form-Controls/readme.md">open the assignment in a tab</a>
40+
</p>
41+
</li>
42+
</ol>
43+
</main>
44+
<footer><a href="HOW_TO_REVIEW.md">HOW TO REVIEW MD</a></footer>
45+
</body>
46+
</html>

0 commit comments

Comments
 (0)