-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 942 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Lemoncode | Module 01: Layout | Exercises</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Lemoncode Front-End Master</h1>
<h2>Module 01: Layout Exercises</h2>
<ul>
<li><a href="./exercise_01/src/index.html">Exercise 01:<br> Gradient Palette with SCSS</a></li>
<li><a href="./exercise_02/src/index.html">Exercise 02:<br> Dynamic Theme with SCSS</a></li>
<li><a href="./exercise_03/src/index.html">Exercise 03:<br> Navbar with Flexbox</a></li>
<li><a href="./exercise_04/src/index.html">Exercise 04:<br> Layout Shifter pattern with CSS Grid, Flexbox & CSS</a></li>
</ul>
</div>
</body>
</html>