-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (71 loc) · 2.59 KB
/
index.html
File metadata and controls
82 lines (71 loc) · 2.59 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, maximum-scale=1.0" />
<title>TJ's HCDE 439 Physical Computing Page!</title>
<link href="style.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>TJ's HCDE 439 Physical Computing Page!</h1>
<p>
<img src="tj-pic.jpg" width=400></a>
</p>
<p>
My name is TJ! I'm an HCDE major and excited to learn things. I am minoring in Environmental Studies, and graduating in June!
</p>
</div>
<div class="assignments">
<div class="assignment">
<a href="assignment1.html"><h2>Assignment 1: Blink!</h2>
<img src="a1_circuit.gif" width=250></a>
<p>
Assignment 1 was a blinking light!
</p>
</div>
<div class="assignment">
<a href="assignment2.html"><h2>Assignment 2: Fade!</h2>
<img src="a2_circuit.gif" width=250></a>
<p>
Assignment 2 was some fading lights and a button!
</p>
</div>
<div class="assignment">
<a href="assignment3.html"><h2>Assignment 3: Input Output!</h2>
<img src="a3_circuit.gif" width=250></a>
<p>
Assignment 3 was a night light!
</p>
</div>
<div class="assignment">
<a href="assignment4.html"><h2>Assignment 4: Transistors!</h2>
<img src="a4_circuit.gif" width=250></a>
<p>
Assignment 4 was a remote control led strip!
</p>
</div>
<div class="assignment">
<a href="assignment5.html"><h2>Assignment 5: Arduino Online!</h2>
<img src="a5_circuit.gif" width=250></a>
<p>
Assignment 5 was a visualization on the web!
</p>
</div>
<div class="assignment">
<a href="assignment6.html"><h2>Assignment 6: Online on Arduino!</h2>
<img src="a6_circuit.gif" width=250></a>
<p>
Assignment 6 was the web on my arduino!
</p>
</div>
<div class="assignment">
<a href="finalproject.html"><h2>Final Project: Theremin!</h2>
<img src="fp_circuit.gif" width=250></a>
<p>
My final project was an Arduino theremin!
</p>
</div>
</div>
</body>
</html>