Compare commits

...

2 Commits

Author SHA1 Message Date
James Murray
d88f8746e2 Merge branch 'master' of https://git.egr.msu.edu/joseph62/cse435website 2017-12-03 22:31:37 -05:00
James Murray
20b9074755 Fixed about page to contain emails of the team. 2017-12-03 22:30:37 -05:00
4 changed files with 19 additions and 10 deletions

BIN
CSE 435 - SRS V1.docx Normal file

Binary file not shown.

BIN
CSE 435 - SRS V2.docx Normal file

Binary file not shown.

View File

@ -20,7 +20,8 @@ class AboutView extends View
<p> <p>
A senior at Michigan State University majoring in Computer Science, A senior at Michigan State University majoring in Computer Science,
James has a strong love for software development, James has a strong love for software development,
especially the creation of desktop applications. especially the creation of desktop applications.
<a href="mailto:murra203@msu.edu">Email James</a>
</p> </div> </p> </div>
<div class="card"> <div class="card">
<h2>Sean Joseph - Artifacts Manager</h2> <h2>Sean Joseph - Artifacts Manager</h2>
@ -29,29 +30,37 @@ class AboutView extends View
Senior Computer Science Major at Michigan State University. Senior Computer Science Major at Michigan State University.
I enjoy long walks on the beach and casual conversation about I enjoy long walks on the beach and casual conversation about
vimrc files. <a href="https://www.egr.msu.edu/~joseph62">Homepage Here</a> vimrc files. <a href="https://www.egr.msu.edu/~joseph62">Homepage Here</a>
</p> </div> <a href="mailto:joseph62@msu.edu">Email Sean</a>
</p> </div>
<div class="card"> <div class="card">
<h2>Stephen Alfa - Project Facilitator</h2> <h2>Stephen Alfa - Project Facilitator</h2>
<img src="assets/stephen_alfa.jpg" width="960" height="959" alt="Stephen Alfa"> <img src="assets/stephen_alfa.jpg" width="960" height="959" alt="Stephen Alfa">
<p> </p> </div> <p>22 years old, from Washington D.C. Graduating in May 2018
with a Bachelor's of Science in Computer Science. I currently
work as a web developer at SNWorks in East Lansing, MI.
Check out my <a href="https://alfastep.github.io/">portfolio</a>.
<a href="mailto:alfastep@msu.edu">Email Stephen</a>
</p> </div>
<div class="card"> <div class="card">
<h2>Logan Arent - Safety/Security Engineer</h2> <h2>Logan Arent - Safety/Security Engineer</h2>
<img src="assets/logan_arent.jpg" height="696" width="696" alt="Logan Arent"> <img src="assets/logan_arent.jpg" height="696" width="696" alt="Logan Arent">
<p> <p>
Senior in Computer Science at Michigan State University. Senior in Computer Science at Michigan State University.
Working to gain as much knowledge as possible about software development. Working to gain as much knowledge as possible about software development.
<a href="mailto:arentlog@msu.edu">Email Logan</a>
</p> </div> </p> </div>
<div class="card"> <div class="card">
<h2>Colin Coppersmith - Domain Expert/Customer Liaison</h2> <h2>Colin Coppersmith - Domain Expert/Customer Liaison</h2>
<img src="assets/colin_coppersmith.jpg" height="999" width="693" alt="Colin Coppersmith"> <img src="assets/colin_coppersmith.jpg" height="999" width="693" alt="Colin Coppersmith">
<p> <p>
20 years old, from Clarkston, MI. 20 years old, from Clarkston, MI.
Graduating in May of 2018 with a B.S. in Computer Science. 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. Currently in a web development internship for Jackson National Life supporting the Mobile Technologies department.
<a href="mailto:coppers4@msu.edu">Email Colin</a>
</p> </div> </p> </div>
</div> </div>
HTML; HTML;
return $body; return $body;
} }
} }

View File

@ -47,4 +47,4 @@ General Motors automotive plants check for paint defects at points along the ass
HTML; HTML;
return $body; return $body;
} }
} }