-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-updates.html
58 lines (56 loc) · 1.83 KB
/
project-updates.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
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<style>
body {
background-color:black;
color:white;
}
</style>
</head>
<body>
<h1>Periodic Table App: WIP</h1>
<h2>Objective<h2>
<ul>
<li>Build accessible educational web app</li>
<li>Begin learning D3.js</li>
<li>Learn how to integrate Aria standards</li>
</ul>
<h2>Layout Plan</h2>
<img src="PTPrototype.png" alt="app layout" style="width:700px; height:auto"/>
<hr>
<h2> Updates - 9-27-21</h2>
<ul>
<li>Programming Phase: Basic Layout nearly completed; element creation function complete</li>
</ul>
<ol>P1 Todos:
<li>Accessible features</li>
<li>Functions for updating info pane on click</li>
<li>hover animations; category selection menu</li>
</ol>
<h2>Current Working Layout</h2>
<img src="PTPrototype2.png" alt="app layout v2" style="width:700px; height:auto"/>
<hr>
<h2> Updates - 9-28-21</h2>
<ul>
<li>Programming Phase: Adding Interactivity</li>
<li>Programming Notes: Method for testing color difference noticeability</li>
</ul>
<figure>
<img src="red blind.png" alt="image reference for testing blue blindness" style="width:700px; height:auto"/>
<figcaption>image reference for testing blue blindness</figcaption>
</figure>
<figure>
<img src="grayscale.png" alt="image reference for testing color difference noticeability in grayscale" style="width:700px; height:auto"/>
<figcaption>image reference for testing blue blindness</figcaption>
</figure>
<ol>P1 Todos:
<li>Accessible tags</li>
<li>Functions for updating info pane on click</li>
</ol>
<h2>Current Working Layout</h2>
<img src = "PTPrototype3.png" alt="app layout v3" style="width:700px; height:auto;"/>
</body>
</html>