-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssessment_2.html
184 lines (174 loc) · 5.4 KB
/
Assessment_2.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dalai Java - UoY SEPR</title>
<link rel="icon" href="./logo2.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/44381eb229.js" crossorigin="anonymous"></script>
<link href="style.css" rel="stylesheet">
<meta name="google-site-verification" content="cXcpD51hZqy9ae6qZWoTBy65ULtsyOsEC3k13fUK7Ws" />
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="./logo.png" height="100" width="120"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./kroy.html">Kroy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Footer">Contact Us</a>
</li>
<li>
<div class="dropdown show">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Assessments
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="./Assessment_1.html">Assessment 1</a> <!-- let me know if you want it structured this way or if you want one page for assessments -->
<a class="dropdown-item" href="./Assessment_2.html">Assessment 2</a>
<a class="dropdown-item" href="#">Assessment 3</a>
<a class="dropdown-item" href="#">Assessment 4</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class = "AHeader">
<center>
<h3>
Assessment 2 links
<small class="text-muted">Please find all links to each section below</small>
</h3>
</center>
</div>
<div class="container-fluid padding">
<table class="table">
<thead class="thead-light">
<tr>
<th scope="col">#</th>
<th scope="col">Deliverable</th>
<th scope="col">Status</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td><a href="./A2 Documents/Architecture Report.pdf" download="Architecture Report">Architecture Report</a></td>
<td>Completed</td>
</tr>
<tr>
<th scope="row">2</th>
<td><a href="./A2 Documents/Implementation Report.pdf" download="Implementation Report">Implementation Report</a></td>
<td>Completed</td>
</tr>
<tr>
<th scope="row">3</th>
<td><a href="./A2 Documents/KROY.jar" download="KROY.jar">Current Game Jar</a></td>
<td>Completed</td>
</tr>
<tr>
<th scope="row">4</th>
<td><a href="./A2 Documents/Software Testing Report.pdf" download="Software Test Report">Software Test Report</a></td>
<td>Completed</td>
</tr>
<tr>
<th scope="row">5</th>
<td><a href="./Updated_Assessment_1_Deliverables.html">Updated Assessment 1 Deliverables</a></td>
<td>Completed</td>
</tr>
<tr>
<th scope="row">6</th>
<td><a href="./A2 Documents/Dalai Java.zip" download="Dalai Java.zip">All Assessment Documents</a></td>
<td>Completed</td>
</tr>
</tbody>
</table>
</div>
<div class="additionalDocs">
<div class="container-fluid padding">
<table class="table">
<thead class="thead-light">
<tr>
<th scope="col">#</th>
<th scope="col">Additional Documents</th>
<th scope="col">Status</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td><a href="./A2 Documents/Test Results.pdf" download="Testing Results">Testing Results</a></td>
<td>Completed</td>
</tr>
<tr>
<th scope="row">2</th>
<td><a href="./A2 Documents/Unit Tests.zip" download="JUnit Tests">JUnit Tests</a></td>
<td>Completed</td>
</tr>
<tr>
<th scope="row">3</th>
<td><a href="./A2 Documents/User Manual.docx" download="User Manual">User Manual (.docx)</a></td>
<td>Completed</td>
</tr>
<tr>
<th scope="row">3</th>
<td><a href="./A2 Documents/User Manual.pdf" download="User Manual">User Manual (.pdf)</a></td>
<td>Completed</td>
</tr>
</tbody>
</table>
</div>
</div>
<footer id="Footer">
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-4">
<h2><Dalai Java/></h2>
<hr class="light">
<p>DalaiJavaCS@gmail.com</p>
<p>University of York</p>
<p>Computer Science</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Our Hours</h5>
<hr class="light">
<p>Monday: 9am- 5pm</p>
<p>Saturday: 10am - 4pm</p>
<p>Sunday: Closed</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Other Stuff</h5>
<hr class="light">
<p>Monday: 9am- 5pm</p>
<p>Saturday: 10am - 4pm</p>
<p>Sunday: Closed</p>
</div>
<div class="col-12">
<hr class="light-100">
<h5>© Dalai Java</h5>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
</script>
</body>
</html>