-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.81 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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HCDE Digital Fabrication Projects</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
<body>
<section class="section">
<div class="container">
<div class="tile is-ancestor">
<div class="tile is-parent">
<div class="tile is-child box">
<h2 class="title">About Me</h2>
<p><img src="images/just-me.jpg"></p>
<p>My name is <b>Victor Allen</b>. I'm a masters student in the HCDE program at the University of Washington.
I've been fascinated by 3D printing and other fabrication methods for a long time, but I haven't committed until now.
I'm looking forward to turning some of my ideas for furniture, models, and gadgets into reality.
</p>
</div>
</div>
<div class="tile is-parent is-vertical">
<div class="tile is-child box">
<h2 class="title">Assignments</h2>
<p class="is-size-5">Assignment 01: <a href="assignment-01-cookie-cutters.html">Cookie Cutters</a></p>
<p class="is-size-5">Assignment 02: <a href="assignment-02-cubes-n-tubes.html">Cubes 'n' Tubes</a></p>
<p class="is-size-5">Assignment 03: <a href="assignment-03-clips-and-nesting.html">Clips 'n' Nests</a></p>
<p class="is-size-5">Assignment 04: <a href="assignment-04-meshy.html">Gettin' Meshy</a></p>
<p class="is-size-5">Assignment 04: <a href="assignment-04-lamp-prototypes.html">I Like Lamp, Part I</a></p>
<p class="is-size-5">Assignment 04: <a href="assignment-05-lamp-complete.html">I Like Lamp, Part II</a></p>
<p class="is-size-5">Assignment 05: <a href="assignment-05-marshmallows-1.html">Marshmallow Paws: the Beginning</a></p>
<p class="is-size-5">Assignment 06: <a href="assignment-06-marshmallows-2.html">Marshmallow Paws: the Endening</a></p>
<p class="is-size-5">Assignment 07: <a href="assignment-07-proposal.html">Final Project Proposal</a></p>
<p class="is-size-5">Assignment 08: <a href="assignment-08-final-project.html">Final Project</a></p>
</div>
<div class="tile is-child box">
<h2 class="title">More</h2>
<p class="is-size-5"><a href="other-level-test.html">Bed Levelling Test Pattern</a></p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>