Fixed up Drafts
This commit is contained in:
parent
fef25179d0
commit
6529d9bf44
@ -14,10 +14,19 @@ class DraftsView extends SecureView
|
||||
public function page(){
|
||||
$body = <<<HTML
|
||||
<div class="card">
|
||||
<h2>Draft 1</h2>
|
||||
<p>
|
||||
Lol, just do the thing, bro!
|
||||
</p>
|
||||
<h2>Questions and Risks for the Customer</h2>
|
||||
<ul>
|
||||
<li><a href="./Questions.pdf">Collated Submission</a></li>
|
||||
<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>
|
||||
HTML;
|
||||
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