-
Notifications
You must be signed in to change notification settings - Fork 180
/
Copy pathindex.html
34 lines (34 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UI Events</title>
<link rel="stylesheet" href="style.css">
<script src="main.js" defer></script>
</head>
<body>
<section>
<a href="#frontend">Frontend</a>
<a href="#design">Design</a>
<a href="#and">&</a>
<a href="#development">Development</a>
<a href="#sprint-5">Sprint 5</a>
<a href="#fix">Fix</a>
<a href="#the">The</a>
<a href="#flow">Flow</a>
<a href="#user">User</a>
<a href="#interface">Interface</a>
<a href="#events">Events</a>
<a href="#interaction">Interaction</a>
<a href="#user-flow">User flow</a>
<a href="#wireflow">Wireflow</a>
<a href="#feedback">Feedback</a>
<a href="#feedforward">Feedforward</a>
<a href="#labels">Labels</a>
<a href="#states">States</a>
<a href="#navigation">Navigation</a>
<a href="#code">Code</a>
</section>
</body>
</html>