Fixed up Drafts
This commit is contained in:
parent
fef25179d0
commit
6529d9bf44
@ -14,10 +14,19 @@ class DraftsView extends SecureView
|
|||||||
public function page(){
|
public function page(){
|
||||||
$body = <<<HTML
|
$body = <<<HTML
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h2>Draft 1</h2>
|
<h2>Questions and Risks for the Customer</h2>
|
||||||
<p>
|
<ul>
|
||||||
Lol, just do the thing, bro!
|
<li><a href="./Questions.pdf">Collated Submission</a></li>
|
||||||
</p>
|
<li><a href="./James_Questions.pdf">Questions and Risks from James</a></li>
|
||||||
|
<li><a href="./Stephen_Questions.pdf">Questions and Risks from Stephen</a></li>
|
||||||
|
<li><a href="./Sean_Questions.pdf">Questions and Risks from Sean</a></li>
|
||||||
|
<li><a href="./Colin_Questions.pdf">Questions and Risks from Colin</a></li>
|
||||||
|
<li><a href="./Logan_Questions.pdf">Questions and Risks from Logan</a></li>
|
||||||
|
<ul>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<h2>Prototype Source</h2>
|
||||||
|
<p>Source can be found in <a href="https://git.cse.msu.edu/cse-435-team-6/automotive-paint-defect-analysis/">this git repository</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
HTML;
|
HTML;
|
||||||
return $body;
|
return $body;
|
||||||
|
BIN
secure/Colin_Questions.pdf
Normal file
BIN
secure/Colin_Questions.pdf
Normal file
Binary file not shown.
BIN
secure/James_Questions.pdf
Normal file
BIN
secure/James_Questions.pdf
Normal file
Binary file not shown.
BIN
secure/Logan_Questions.pdf
Normal file
BIN
secure/Logan_Questions.pdf
Normal file
Binary file not shown.
BIN
secure/Questions.pdf
Normal file
BIN
secure/Questions.pdf
Normal file
Binary file not shown.
BIN
secure/Sean_Questions.pdf
Normal file
BIN
secure/Sean_Questions.pdf
Normal file
Binary file not shown.
BIN
secure/Stephen_Questions.pdf
Normal file
BIN
secure/Stephen_Questions.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user