products.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Spellbound</title>
  6. <!-- Compiled and minified CSS -->
  7. <link rel="stylesheet" href="./css/materialize.css">
  8. <!-- Compiled and minified JavaScript -->
  9. <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script>
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  12. </head>
  13. <body>
  14. <div class="container">
  15. <div class="row">
  16. <div class="col s12"><img width="100%" src="./img/eportheader.png"></div>
  17. <div class="col s12 m4 l2">
  18. <a class="waves-effect waves-light btn-large purple" href="./index.html">Home</a>
  19. <a class="waves-effect waves-light btn-large green" href="./evidence.html">Evidence</a>
  20. <a class="waves-effect waves-light btn-large blue active" href="./products.html">Products</a>
  21. </div>
  22. <div class="col s12 m8 l10">
  23. <h1 class="center">Products</h1>
  24. </div>
  25. <div class="col s12 m8 l10">
  26. <div class="row" style="text-align: center;padding: 9px 32px;">
  27. <div class="col s12 m3 l3">
  28. <div class="btn-mtw" onclick="window.open('./Products/meetthewizard.html','_blank')">Meet the Wizard</div>
  29. The meet the wizard was targeted originally to demonstrate the quiz without the use of sound, once completed it did feel as if it was missing something and so a voice over was added to make the character come to life allowing for a more immersive experience for the user.
  30. </div>
  31. <div class="col s12 m3 l3">
  32. <div class="btn-nav" onclick="window.open('./Products/navigation.html','_blank')">Navigation Screen</div>
  33. The navigation screen followed the simplistic themes found in css/js scripts such as bootstrap. The original plan was to have the spellbound logo in the center however the logo isn't amazing and it would ruin the simplistic design I was going for.
  34. </div>
  35. <div class="col s12 m3 l3">
  36. <div class="btn-cu" onclick="window.open('./Products/contact.html','_blank')">Contact Us</div>
  37. The contact screen was fairly simple to throw together as the splashscreen was already in a position to be adapated for this use. It worked out by simply adding some extra text in a contrasting colour to make the information stand out.
  38. </div>
  39. <div class="col s12 m3 l3">
  40. <div class="btn-ss" onclick="window.open('./Products/index.html','_blank')">Splashscreen</div>
  41. The splashscreen has be through 2 phases. The first had a bland background and text that could have easily been missed but now a gradient is used to allow text and images to stand out more.
  42. </div>
  43. </div>
  44. <div class="row" style="text-align: center;padding: 9px 32px;">
  45. <div class="col s12 m3 l3 offset-m3 offset-l3">
  46. <div class="btn-qu" onclick="window.open('./Products/quiz.html','_blank')">Quiz</div>
  47. The quiz was where my functional side could really do its justice. I designed it to be easy to use for the younger children that the software is aimed at. I really enjoyed developing the quiz as it was simplistic yet methodical. The original idea for the quiz was to use a website instead of PowerPoint however due to the lack of software on the school machines I was unable to do it in this way.
  48. </div>
  49. <div class="col s12 m3 l3">
  50. <div class="btn-dv" onclick="window.open('./Products/trailer.html','_blank')">Demo Video</div>
  51. The demo video was an exciting project to work on. I know how to video edit so that watching a video is not a bore. I think that the video is informative and enjoyable to watch even if the quality has to be lesser than appropriate due to the file size limits.
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. </body>
  57. </html>