This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
80 lines (80 loc) · 3.06 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Piazza Panic</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/120513418?s=400&u=5f99564fb50870981ed0934f4a6859ffe09d4032&v=4" type="image/vnd.sealed.png" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Piazza Panic By Western Criminals</h1>
<div id="titleheadings">
<table id="bob0" style="width:50%">
<tr>
<td><p><a href="media/Req1.pdf">Requirements</a></p></td>
</tr>
<tr>
<td><p><a href="media/Arch1.pdf">Architecture</a></p></td>
</tr>
<tr>
<td><p><a href="media/Plan1.pdf">Method selection and planning</a></p></td>
</tr>
<tr>
<td><p><a href="media/Risk1.docx.pdf">Risk assessment and mitigation</a></p></td>
</tr>
<tr>
<td><p><a href="media/Impl1.pdf">Implementation</a></p></td>
</tr>
<tr>
<td><p><a href="game/desktop-1.0.jar">Download executable jar</a></p></td>
</tr>
<tr>
<td><p><a href="https://github.com/Western-Criminals/piazzaPanic">Repository</a></p></td>
</tr>
</table>
</div>
<div>
<h2><mark id="bob3">Weekly Snapshots</mark></h2>
<p><mark id="bob1">Look at how our plan evolved week to week (و ˃̵ᴗ˂̵)و</mark></p>
<div id="week1">
<h6><mark id="bob2">Week 1</mark></h6>
<img src="img/Week 1.png" alt="" style="width: 1000px;">
</div>
<div id="week2">
<h6><mark id="bob2">Week 2</mark></h6>
<img src="img/Week 2.png" alt="" style="width: 1000px;">
</div>
<div id="week3">
<h6><mark id="bob2">Week 3</mark></h6>
<img src="img/Week 3.png" alt="" style="width: 1000px;">
</div>
<div id="week4">
<h6><mark id="bob2">Week 4</mark></h6>
<img src="img/Week 4.png" alt="" style="width: 1000px;">
</div>
<div id="week5">
<h6><mark id="bob2">Week 5</mark></h6>
<img src="img/Week 5.png" alt="" style="width: 1000px;">
</div>
<div id="week6">
<h6><mark id="bob2">Week 6</mark></h6>
<img src="img/Week 6.png" alt="" style="width: 1000px;">
</div>
<div id="week7">
<h6><mark id="bob2">Week 7</mark></h6>
<img src="img/Week 7.png" alt="" style="width: 1000px;">
</div>
<div id="week8+9">
<h6><mark id="bob2">Week 8 + 9</mark></h6>
<img src="img/Week 8+9.png" alt="" style="width: 1000px;">
</div>
<div>
<h2><mark id="bob3">Architecture Diagrams</mark></h2>
<img src="img/chef.png" alt="" style="width: 1000px;">
<img src="img/customer.png" alt="" style="width: 1000px;">
<img src="img/ingredient.png" alt="" style="width: 1000px;">
<img src="img/station.png" alt="" style="width: 1000px;">
</div>
</body>
</html>