-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dribble Challenge</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Small UX designs</h1>
<ul>
<li><a href="1-folder-hover/index.html">
<img src="assets/folder-fill.svg" alt="icon">
<p>Folder Animation</p>
</a></li>
<li><a href="2-burger-shop/index.html">
<img src="assets/shopping-bag-fill.svg" alt="icon">
<p>Shop Design</p>
</a></li>
<li><a href="3-reserve-room/index.html">
<img src="assets/hotel-bed-fill.svg" alt="icon">
<p>Reserve room</p>
</a></li>
<li><a href="4-email-validation/index.html">
<img src="assets/mail-check-fill.svg" alt="icon">
<p>Mail verification</p>
</a></li>
<li><a href="5-phone-locker/index.html">
<img src="assets/phone-lock-fill.svg" alt="icon">
<p>Phone locker</p>
<li><a href="6-indie-corner/index.html">
<img src="assets/phone-lock-fill.svg" alt="icon">
<p>Indie corner</p>
</a></li>
<li><a href="7-places/index.html">
<img src="assets/map-pin-fill.svg" alt="icon">
<p>Places</p>
</a></li>
</ul>
</body>
</html>