survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit 45e621cbc7df2e0a48b653c84975bf2874bc0632
parent e9940250602e72d56794de65daaabc74cc2b8697
Author: John Kubach <johnkubach@gmail.com>
Date:   Wed, 19 Dec 2018 21:15:11 -0500

add about page

Diffstat:
Awebsite/about.php | 27+++++++++++++++++++++++++++
Mwebsite/index.php | 11++++++-----
2 files changed, 33 insertions(+), 5 deletions(-)

diff --git a/website/about.php b/website/about.php @@ -0,0 +1,27 @@ +<?php +include 'res/navbar.php'; +?> +<html> + <head> + <title>About Survey Seahorse</title> + <link rel="stylesheet" href="res/style.css"> + </head> + <body> + <h1> Survey Seahorse </h1> + <h2> Sotware Engineering Fall 2018 </h2> + <br> + <h1> The Team </h1> + <h3> Product Owner: John Kubach</h3> + <h3> Scrum Master: David Smits</h3> + <h3> Developers: Jack Donahue, Alamine Elasmai, David Liotta, Andrew Weatherby</h3> + <br> + <h1> Credits </h1> + <h3> <a href="http://phpqrcode.sourceforge.net/">QR Code Generation</a> + <h3> <a href="https://www.chartjs.org/">Chart Generation</a> </h3> + <br> + <div>Icons made by <a href="https://www.freepik.com/" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> + + + </body> + +</html> diff --git a/website/index.php b/website/index.php @@ -37,13 +37,14 @@ if (isset($message)) { </div> <div class="index-grid-panel"> - <a href="login.php"> Login </a> - <a href="signup.php"> Register </a> + <a href="login.php">Login</a> + <a href="signup.php">Register</a> <!--<a href="profile.php"> Profile </a> <br> <a href="createsurvey.php"> Create Survey </a> <br>--> - <a href="findsurvey.php"> Find a Survey </a> - <a href="directory.php"> Survey Directory</a> - <a href="archive.php"> Survey Archive</a> + <a href="findsurvey.php">Find a Survey</a> + <a href="directory.php">Survey Directory</a> + <a href="archive.php">Survey Archive</a> + <a href="about.php">About</a> <?php if (isset($_SESSION['uid'])) {