-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (99 loc) · 7.73 KB
/
Copy pathindex.html
File metadata and controls
101 lines (99 loc) · 7.73 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
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
<p>
$$$$$$$$\        $$\           $$\                                 $$$$$$$$\                  <br>
$$  _____|       \__|          $$ |                                $$  _____|                 <br>
$$ |    $$$$$$\  $$\  $$$$$$$\ $$$$$$$\   $$$$$$\   $$$$$$\        $$ |   $$\   $$\ $$$$$$$\  <br>
$$$$$\ $$  __$$\ $$ |$$  _____|$$  __$$\ $$  __$$\ $$  __$$\       $$$$$\ $$ |  $$ |$$  __$$\ <br>
$$  __|$$ |  \__|$$ |\$$$$$$\  $$ |  $$ |$$$$$$$$ |$$$$$$$$ |      $$  __|$$ |  $$ |$$ |  $$ |<br>
$$ |   $$ |      $$ | \____$$\ $$ |  $$ |$$   ____|$$   ____|      $$ |   $$ |  $$ |$$ |  $$ |<br>
$$ |   $$ |      $$ |$$$$$$$  |$$$$$$$  |\$$$$$$$\ \$$$$$$$\       $$ |   \$$$$$$  |$$ |  $$ |<br>
\__|   \__|      \__|\_______/ \_______/  \_______| \_______|      \__|    \______/ \__|  \__|<br>
<br>
 $$$$$$\             $$$$$$\    $$\                                                         $$\   <br>
$$  __$$\           $$  __$$\   $$ |                                                      $$$$ |  <br>
$$ /  \__| $$$$$$\  $$ /  \__|$$$$$$\   $$\  $$\  $$\  $$$$$$\   $$$$$$\   $$$$$$\        \_$$ |  <br>
\$$$$$$\  $$  __$$\ $$$$\     \_$$  _|  $$ | $$ | $$ | \____$$\ $$  __$$\ $$  __$$\         $$ |  <br>
 \____$$\ $$ /  $$ |$$  _|      $$ |    $$ | $$ | $$ | $$$$$$$ |$$ |  \__|$$$$$$$$ |        $$ |  <br>
$$\   $$ |$$ |  $$ |$$ |        $$ |$$\ $$ | $$ | $$ |$$  __$$ |$$ |      $$   ____|        $$ |  <br>
\$$$$$$  |\$$$$$$  |$$ |        \$$$$  |\$$$$$\$$$$  |\$$$$$$$ |$$ |      \$$$$$$$\       $$$$$$\ <br>
 \______/  \______/ \__|         \____/  \_____\____/  \_______|\__|       \_______|      \______|<br>
<br><br><br><br>
System.out.println("The project for Software Engineering 1 by Caleb DeHaan, Hunter Michalk, Jameson Axton, and Matt Giles");
<br><br><br><br>
</p>
<p>the following zip file is our entire project from iteration 3:</p>
<a class="download" href="./data/diskciples-teamprojectsoftware1-finaliteration.zip" download>
<div class="link" >
||click here to download||
</div>
</a>
<br>
<p>the following zip file is our entire project from iteration 2:</p>
<a class="download" href="./data/diskciples-teamprojectsoftware1-seconditeration.zip" download>
<div class="link" >
||click here to download||
</div>
</a>
<br>
<p>the following zip file is our entire project from iteration 1:</p>
<a class="download" href="./data/diskciples-teamprojectsoftware1-firstiteration.zip" download>
<div class="link" >
||click here to download||
</div>
</a>
<br>
<p>click here to see spent time thus far on project:</p>
<a class="link" href="./pages/timeSpent.html">
<div class="link">
||click here to see time spent.||
</div>
</a>
<br>
<p>click here to see a video demonstrating our use cases:</p>
<a class="link" href="./pages/video.html">
<div class="link">
||click here to watch our awesome video.||
</div>
</a>
<!--
<br><br><br><br>
<form>
input the project
<br>
<div class="cursor">
<label id ="fullname">
enter your full name:
<br>
<input type="text" name="fullname" autofocus>
</label>
</div>
<div>
<label class ="date">
please enter the date:
<br>
<input class="date" type="date" name="date"><br>
</label>
</div>
<div>
<label id="upload">
please upload the file:
<br>
<label class="custom-file-upload">
<input id="file-upload" type="file" >
||click here to upload||
<br><br>
</label>
</label>
</div>
<div>
<a class="submit" href="pages/failure.html">submit</a>
</div>
</form>
-->
</body>
</html>