-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 2.79 KB
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 2.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tile Shipping Express</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="content">
<p>Tile Shipping Express</p>
<p style = "text-indent: 30px;">Byron Bhuiyan, rbui003@ucr.edu</p>
<p style = "text-indent: 30px;">Liam Pinson, lpins001@ucr.edu</p>
<p style = "text-indent: 30px;">Sarah Pun, spun003@ucr.edu</p>
<p style = "text-indent: 30px;">William Dang, wdang008@ucr.edu</p>
<p style = "text-indent: 30px;">Javier Vargas, jvarg123@ucr.edu</p>
<p>1. This file <a href="TileShippingExpressDocumentation.pdf" target="_blank">TileShippingExpress.pdf</a> contains evidence of our efforts to plan our elicitation of requirements from Mr. Keogh, and any notes taken during the elicitation.</p>
<p>2. This file <a href="TileShippingExpressProjectPitch.pdf" target="_blank">TileShippingExpressProjectPitchORIGINAL.pdf</a> contains our original project pitch to Mr.Keogh that we presented on October 29th, 2024 at 1:00pm.</p>
<p>3. This file <a href="TileShippingExpressProjectPitchCorrections.pdf" target="_blank">TileShippingExpressProjectPitchCORRECTED.pdf</a> contains a new verison of the pitch, with all the corrections that Mr.Keogh suggested to us.</p>
<p>4. This file <a href="TileShippingExpressDesign.pdf" target="_blank">TileShippingExpressDesign.pdf</a> contains diagrams and explanations of what to code before actually coding.</p>
<p>5. This file <a href="TileShippingExpressTesting.pdf" target="_blank">TileShippingExpressTesting.pdf</a> contains examples of testing we did while we were programming.</p>
<p>6. This URL <a href="https://github.com/WilliamDini/TileShippingExpress" target="_blank">https://github.com/WilliamDini/TileShippingExpress</a> is our GitHub repositiory of our code.</p>
<p>7. This youtube video <a href="https://youtu.be/dHXak9bmoI4" target="_blank">Tile Shipping Demo Video</a> shows our program.</p>
<p>8. This text file, is the <a href="KeoghsPort2024.txt" target="_blank"> KeoghsPort2024.txt</a> log that was created in the video demo that we made.</p>
<p>9. We would like to point out the following limitations: <a href="TileShippingExpressLimitations.pdf" target="_blank">List of Limitations</a></p>
<p>10. This file, <a href="TileShippingExpressManual.pdf" target="_blank">Tile Shipping Express Manual</a> contains our operating manual for employee use.</p>
<p>11. We would like to acknowledge the following references used during development:</p>
<p style = "text-indent: 30px"> > GeeksforGeeks</P>
<p style = "text-indent: 30px"> > W3Schools</P>
</div>
</body>
</html>