123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <!doctype html>
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="./Products/css/style.css">
- <script language="javascript" type="text/javascript">
- document.onmousedown=disableclick;
- function disableclick(event)
- {
- if(event.button==2)
- {
- return false;
- }
- }
- </script>
- <script>
- function MM_preloadImages() { //v3.0
- var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
- var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
- if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
- }
- document.getElementById('logo').ondragstart = function() { return false; };
- </script>
- <meta charset="utf-8">
- <title>Spellbound | E portfolio - Home</title>
- </head>
- <body>
- <div align="center">
- <!--<table width="973" border="0">
- <tr>
- <td colspan="3"><img width="1010px" src="./img/eportheader.png"></td>
- </tr>
- <tr>
- <td width="154" rowspan="3" align="center" valign="top">
- <img src="Products/img/logots.png" style="width: 150px;">
- <a href="./index.html"><div class="btn-purple">Home</div></a>
- <a href="./evidence.html"><div class="btn-green">Evidence</div></a>
- <a href="./products.html"><div class="btn-blue">Products</div></a></td>
- <td style="display: inline-block;background-color: #B7FFFF; border: 3px solid #B7FFFF; font-size: 13px;" colspan="2">Candidate name: Owen Maple | Candidate number: 2077 | Center name: Testwood Sports College | Center number: 58837</td>
- </tr>
- <tr>
- <td width="666" height="209" align="left" valign="top"><p style="padding: 10px;">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.</p>
- <p>This site is optimized for Internet Explorer. If possible please switch to that web browser otherwise the site may not work. The optimal resolution for the site is 1024px X 768px</p></td>
- <td width="182" align="center" valign="top"><p><img style="padding:10px;" src="img/wizard.png" width="182" height="351" alt="Wizard"></p></td>
- </tr>
- </table>-->
- <div class="col-md-10 col-md-offset-1">
- <img width="100%" src="./img/eportheader.png">
- </div>
- <div class="col-md-1 col-md-offset-1">
- <a href="./index.html"><div class="btn-purple">Home</div></a>
- <a href="./evidence.html"><div class="btn-green">Evidence</div></a>
- <a href="./products.html"><div class="btn-blue">Products</div></a>
- </div>
- <div class="col-md-9" align="center" style="text-align: center;font-size:15px;">
- Candidate name: Owen Maple | Candidate number: 2077 | Center name: Testwood Sports College | Center number: 58837
- </div>
- <div class="col-md-7 col-md-offset-1" align="center" style="text-align: left;font-size:15px;">
- <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.</p>
- <p>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>
- </div>
- </div>
- </body></html>
|