123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Spellbound</title>
- <!-- Compiled and minified CSS -->
- <link rel="stylesheet" href="./css/materialize.css">
- <!-- Compiled and minified JavaScript -->
- <script src="./css/materialize.min.js"></script>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
- <link href="https://fonts.googleapis.com/icon?family=Roboto" rel="stylesheet">
- </head>
- <body>
- <div class="container">
- <div class="row">
- <div class="col s12"><img width="100%" src="./img/eportheader.png"></div>
- <div class="col s12 m4 l2">
- <a class="waves-effect waves-light btn-large purple" href="./index.html">Home</a>
- <a class="waves-effect waves-light btn-large green" href="./evidence.html">Evidence</a>
- <a class="waves-effect waves-light btn-large blue" href="./products.html">Products</a>
- <img width="100%" src="./img/star.gif" style="margin-top: 5px;">
- <audio controls style="width: 100%;margin-top: 5px;">
- <source src="./Products/Angevin.mp3" type="audio/mpeg">
- Your browser does not support the audio element.
- </audio>
- </div>
- <div class="col s12 m6 l8">
- <p><b>Candidate name: Owen Maple | Candidate number: 2077 | Center name: Testwood Sports College | Center number: 58837</b></p>
- <p>The project aim was to produce a high quality, user friendly trailer for younger children to assist them with spelling. It was aimed to be something that would interest teachers and parents for use on children within their care.
- This site is optimized for Google Chrome. If possible please switch to that web browser otherwise the site may not work. The optimal resolution for the site is 1400px X 788px</p>
- <p>Site optimised for Firefox at a resolution of 1920 x 1080.</p>
- </div>
- <div class="col s12 m2 l2">
- <img style="padding:10px;" src="img/wizard.png" width="100%" height="auto" alt="Wizard">
- </div>
- </div>
- </body>
- </html>
|