-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.67 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>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.typekit.net/kgg6fep.css">
</head>
<body>
<img src="assets/Asset 1.svg"/>
<fieldset>
<legend><img src="assets/Asset 1.svg"/></legend>
<div class="alignment">
<div class="Opt1">
<input type="radio" id="one" name="facts" value="E"/> I don't know much. But, I know they are yummy tho. <br>
</div>
<div class="Opt2">
<input type="radio" id="two" name="facts" value="T"/> Know some, they are still as mysterious to me as the illuminati. <br>
</div>
<div class="Opt3">
<input type="radio" id="three" name ="facts" value="F"/> I'm familar with them. They are my buddies.
</div>
</div>
</fieldset>
<div class="credits">
<h1 id="title">Resources</h1>
<p class="sources"><em>11 Million New Oysters in New York Harbor (but None for You to Eat)</em> by Karen Zraick</p>
<p class="sources"> <em>An historical perspective on mollusks in Lower New York Harbor, with emphasis on oysters</em> by Stephen A. Schwarzman Building</p>
<p class="sources"> <em>Making nature into infrastructure: The construction of oysters as a risk management solution in New York City</em> by Stephanie Wakefield</p>
<img src="assets/lilDude4.gif" id="reward"/>
</div>
<canvas id="canvas"></canvas>
<script src="ball.js"></script>
<script src="main.js"></script>
</body>
</html>