-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (43 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>capstone</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="images/favicon.png" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Slab:wght@400&?family=Open+Sans:wght@300&family=Roboto+Slab:wght@300&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/68fa9d8bd0.js" crossorigin="anonymous"></script>
</head>
<div class="h1h2">
<h1>
capstone
</h1>
</div>
<div class="header">
<p> skeleton
</p>
</div>
<div class="body-text TOC">
<p>
1. watercolor representations of uncertainty (watercolor paintings)
</p>
<p>
2. data viz with uncertainty / ambiguity baked into the data (conventional data viz) </p>
<p>
3. attempt at melding the two: data viz with watercolor aesthetics
</p>
</div>
<div class="body-text">
<p>
This text will be a shortened, more digestible version of my white paper. The first goal is readability, both in
the
prose and the presentation.
</p>
<p>I'll link to sources directly and intersperse images. I'll also use hashes or collapsible divs (<a
href="https://accessibility.huit.harvard.edu/technique-expandable-sections">accessibility guideline for
collapse sections</a> and <a
href="https://amberwilson.co.uk/blog/are-your-anchor-links-accessible/#accessibility-check">for hashes</a>)
to organize the page.</p>
</div>