Added content to landing page and team page.

The secure website section needs to be reformatted
so that it has matching style along with the rest of the website.
This commit is contained in:
2017-10-29 22:43:40 -04:00
parent a491c4b921
commit 53d2ff7547
6 changed files with 116 additions and 34 deletions

View File

@@ -13,32 +13,42 @@ class AboutView extends View
public function page()
{
$body = <<<HTML
<h1>Roster:</h1>
<div class="team">
<div class="member">
<h2>Project Manager - James</h2>
<h1>Roster:</h1>
<div class="card">
<h2>James Murray - Project Manager</h2>
<img src="assets/james_murray.jpg" height="1365" width="1372" alt="James Murray">
<p>
blurb.
A senior at Michigan State University majoring in Computer Science,
James has a strong love for software development,
especially the creation of desktop applications.
</p> </div>
<div class="member">
<h2>Artifacts Manager - Sean</h2>
<div class="card">
<h2>Sean Joseph - Artifacts Manager</h2>
<img src="assets/sean_joseph.jpg" height="960" width="952" alt="Sean Joseph">
<p>
blurb.
Senior Computer Science Major at Michigan State University.
I enjoy long walks on the beach and casual conversation about
vimrc files. <a href="https://www.egr.msu.edu/~joseph62">Homepage Here</a>
</p> </div>
<div class="member">
<h2>Project Facilitator - Stephen</h2>
<div class="card">
<h2>Stephen Alfa - Project Facilitator</h2>
<img src="assets/stephen_alfa.jpg" width="960" height="959" alt="Stephen Alfa">
<p> </p> </div>
<div class="card">
<h2>Logan Arent - Safety/Security Engineer</h2>
<img src="assets/logan_arent.jpg" height="696" width="696" alt="Logan Arent">
<p>
blurb.
Senior in Computer Science at Michigan State University.
Working to gain as much knowledge as possible about software development.
</p> </div>
<div class="member">
<h2>Safety/Security Engineer - Logan</h2>
<div class="card">
<h2>Colin Coppersmith - Domain Expert/Customer Liaison</h2>
<img src="assets/colin_coppersmith.jpg" height="999" width="693" alt="Colin Coppersmith">
<p>
blurb.
</p> </div>
<div class="member">
<h2>Domain Expert/Customer Liaison - Colin</h2>
<p>
blurb.
20 years old, from Clarkston, MI.
Graduating in May of 2018 with a B.S. in Computer Science.
Currently in a web development internship for Jackson National Life supporting the Mobile Technologies department.
</p> </div>
</div>
HTML;