浏览代码

Fixed home screen and started product fix

Owen Diffey 9 年之前
父节点
当前提交
5b33a83310
共有 2 个文件被更改,包括 15 次插入10 次删除
  1. 二进制
      img/products/mtwp.png
  2. 15 10
      test.html

二进制
img/products/mtwp.png


+ 15 - 10
test.html

@@ -2,9 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>Untitled Document</title>
+<title>Spellbound</title>
 <!-- Compiled and minified CSS -->
-  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css">
+  <link rel="stylesheet" href="./css/materialize.css">
 
   <!-- Compiled and minified JavaScript -->
   <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script>
@@ -12,7 +12,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 
 <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
-          
+
 
 </head>
 
@@ -20,13 +20,18 @@
 <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">Home</a><a class="waves-effect waves-light btn-large green">Evidence</a><a class="waves-effect waves-light btn-large blue">Products</a></div>
-  </div>
-  <div class="row">
-    <div class="col s12 m6 l3"><p>s12 m6 l3</p></div>
-    <div class="col s12 m6 l3"><p>s12 m6 l3</p></div>
-    <div class="col s12 m6 l3"><p>s12 m6 l3</p></div>
-    <div class="col s12 m6 l3"><p>s12 m6 l3</p></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>
+    </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>
+    </div>
+    <div class="col s12 m2 l2">
+      <img style="padding:10px;" src="img/wizard.png" width="100%" height="auto" alt="Wizard">
   </div>
 </div>
 </body>