-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (63 loc) · 1.8 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
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="index.css" />
<title>Frontend Mentor Projects</title>
</head>
<script src="index.js" defer></script>
<body>
<h1>Frontend Mentor Challenges</h1>
<ul id="list">
<li>
<a href="/advice-generator-app-main/index.html" target="_blank"
><img
src="./advice-generator-app-main/design/desktop-design.jpg"
alt=""
/>Advice Generator App</a
>
</li>
<li>
<a href="/base-apparel-coming-soon-master/index.html" target="_blank">
<img
src="./base-apparel-coming-soon-master/design/desktop-design.jpg"
alt=""
/>Base Apparel Form
</a>
</li>
<li>
<a
href="/intro-component-with-signup-form-master/index.html"
target="_blank"
>
<img
src="./intro-component-with-signup-form-master/design/active-states.jpg"
alt=""
/>
Intro Component with Signup Form</a
>
</li>
<li>
<a
href="/product-preview-card-component-main/index.html"
target="_blank"
>
<img
src="./product-preview-card-component-main/design/active-states.jpg"
alt=""
/>Product preview card</a
>
</li>
<li>
<a href="/four-card-feature-section-master/index.html" target="_blank">
<img
src="./four-card-feature-section-master/design/desktop-design.jpg"
alt=""
/>Four Card Feature Section</a
>
</li>
</ul>
</body>
</html>