-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 1004 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Michel's Little Castle</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section id="main">
<div class="container">
<h1>Links</h1>
<div class="links-container">
<a class="link-box" href="1-trufflestherapy/index.html">1. Truffles Therapy Website</a>
<a class="link-box" href="2-top-burger-menu/index.html">2. Top Burger Menu</a>
<a class="link-box" href="3-horizontal-scrolling/test/index.html">3. Horizontal scrolling</a>
<a class="link-box" href="4-expanding-nav/index.html">4. Uplifting bottom bar</a>
<a class="link-box" href="5-parallax/index.html">5. Parallax scrolling</a>
</div>
</div>
</section>
</body>
</html>