-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link type="text/css" rel="stylesheet" href="reset.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="alpha.css">
<title>IDM241 - Alpha</title>
</head>
<body>
<div>
<h1><a href="https://www.bluecadet.com">Bluecadet</a> <br> Microinteraction Enhancement: Alpha</h1>
<h2>ALPHA - INFORMATION</h2>
<h3>Triggers</h3>
<ul>
<li>Hover over a tab on the menu bar</li>
</ul>
<h3>Rules</h3>
<ul>
<li>The cursor changes into a pointer </li>
<li>A blue underline is drawn from left to right twice. The first time it moves fast, doubling the speed of the second time. </li>
<li>On the second time the line connects, it stops, creating an underline underneath the menu tab name.</li>
<li>The interval between the time each line is drawn is 0.5 seconds. </li>
</ul>
<h3>Feedback</h3>
<ul>
<li>The cursor changes into a pointer </li>
<li>A blue underline is drawn from left to right twice. The first time it moves fast, doubling the speed of the second time. </li>
<li>On the second time the line connects, it stops, creating an underline underneath the menu tab name.</li>
<li>The interval between the time each line is drawn is 0.5 seconds. </li>
</ul>
<h3>Loops and modes</h3>
<ul>
<li>None</li>
</ul>
</div>
<div class="photos">
<h2>ALPHA - HOW IT WORKS</h2>
<img src="bluecadet1.png">
<img src="bluecadet2-4.png">
<img src="bluecadet3.png">
<img src="bluecadet5.png">
</div>
</body>
</html>