about.php (1032B)
1 <?php 2 include 'res/navbar.php'; 3 ?> 4 <html> 5 <head> 6 <title>About Survey Seahorse</title> 7 <link rel="stylesheet" href="res/style.css"> 8 </head> 9 <body> 10 <h1> Survey Seahorse </h1> 11 <h2> Sotware Engineering Fall 2018 </h2> 12 <br> 13 <h1> The Team </h1> 14 <h3> Product Owner: John Kubach</h3> 15 <h3> Scrum Master: David Smits</h3> 16 <h3> Developers: Jack Donahue, Alamine Elasmai, David Liotta, Andrew Weatherby</h3> 17 <br> 18 <h1> Credits </h1> 19 <h3> <a href="http://phpqrcode.sourceforge.net/">QR Code Generation</a> 20 <h3> <a href="https://www.chartjs.org/">Chart Generation</a> </h3> 21 <br> 22 <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> 23 24 25 </body> 26 27 </html>