-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 914 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (26 loc) · 914 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body style="background-color: white;">
<h1>Welcome to SLACKERS481 - T01</h1>
<h3>Daniel | Dan | Vanessa | Rish | Michael</h3>
<div>
<a href="https://github.com/ddWayontec/481SLACKERS/blob/master/TeamContract-Handout.pdf">TeamContract</a>
</div>
<div>
<a href="HCI 481 - P1.pdf">P1: User research</a>
</div>
<div>
<a href="https://www.figma.com/proto/fRUVmC0QwFpuaqMOnYVBh7ML/QuickPay?node-id=0%3A1&viewport=434%2C150%2C0.142244&scaling=scale-down">P2: UX Mockups</a>
</div>
<div>
<a href="https://www.figma.com/proto/fRUVmC0QwFpuaqMOnYVBh7ML/QuickPay?node-id=0%3A1&viewport=434%2C150%2C0.142244&scaling=scale-down">P3: Hi-Fidelity Prototype</a>
</div>
<div>
<a href="HCI 481 - Final Report.pdf">Final Report</a>
</div>
</body>
</html>