Owen Diffey 9 жил өмнө
parent
commit
4f0c83a0a1
5 өөрчлөгдсөн 207 нэмэгдсэн , 177 устгасан
  1. 28 13
      css/materialize.css
  2. 63 115
      products.html
  3. 0 49
      products.new.html
  4. 115 0
      products.old.html
  5. 1 0
      test.html

+ 28 - 13
css/materialize.css

@@ -8551,7 +8551,7 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
 	background-color: #00e600;
     border: none;
     color: white;
-    padding: 18px 32px;
+    padding: 9px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
@@ -8560,7 +8560,9 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
     cursor: pointer;
     -webkit-transition-duration: 0.4s;
     transition-duration: 0.4s;
-	position: relative;
+	  position: relative;
+    width: 100%;
+    height: auto;
 }
 .btn-ss p{
 	visibility: visible;
@@ -8573,8 +8575,11 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
 }
 
 .btn-ss:hover {
-	background-image: url(../../img/products/ss.png);
-	color: white;
+	background-image: url(../img/products/ss.png);
+	color: white;
+  background-repeat:no-repeat;
+  background-size: cover;
+  background-position:center;
 }
 
 /* Button - Meet the Wizard */
@@ -8618,7 +8623,7 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
 	background-color: #00e600;
     border: none;
     color: white;
-    padding: 18px 32px;
+    padding: 9px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
@@ -8627,7 +8632,9 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
     cursor: pointer;
     -webkit-transition-duration: 0.4s;
     transition-duration: 0.4s;
-	position: relative;
+	  position: relative;
+    height: auto;
+    width: 100%;
 }
 .btn-qu p{
 	visibility: visible;
@@ -8640,8 +8647,11 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
 }
 
 .btn-qu:hover {
-	background-image: url(../../img/products/qu.png);
-	color: white;
+	background-image: url(../img/products/qu.png);
+	color: white;
+  background-repeat:no-repeat;
+  background-size: cover;
+  background-position:center;
 }
 
 /* Button - Demo Vid */
@@ -8649,7 +8659,7 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
 	background-color: #00e600;
     border: none;
     color: white;
-    padding: 18px 32px;
+    padding: 9px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
@@ -8658,7 +8668,9 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
     cursor: pointer;
     -webkit-transition-duration: 0.4s;
     transition-duration: 0.4s;
-	position: relative;
+	  position: relative;
+    width: 100%;
+    height: auto;
 }
 .btn-dv p{
 	visibility: visible;
@@ -8671,6 +8683,9 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
 }
 
 .btn-dv:hover {
-	background-image: url(../../img/products/dv.png);
-	color: white;
-}
+	background-image: url(../img/products/dv.png);
+	color: white;
+  background-repeat:no-repeat;
+  background-size: cover;
+  background-position:center;
+}

+ 63 - 115
products.html

@@ -1,115 +1,63 @@
-<!doctype html>
-<html>
-<head>
-<script language="javascript" type="text/javascript">
-document.onmousedown=disableclick;
-function disableclick(event)
-{
-  if(event.button==2)
-   {
-     return false;    
-   }
-}
-</script>
-<style>
-.fade img:hover{filter: alpha(opacity=80);}
-h1{font-weight:lighter;padding-top:10px;}
-</style>
-<link rel="stylesheet" type="text/css" href="./Products/css/style.css">
-<script type="text/javascript">
-function quiz() {
-var answer = confirm ("Please save the file then run it.")
-if (answer)
-window.location="Products/quiz.ppsx";
-}
-</script>
-<script language="javascript" type="text/javascript">
-document.onmousedown=disableclick;
-function disableclick(event)
-{
-  if(event.button==2)
-   {
-     return false;    
-   }
-}
-</script>
-<script>
-function MM_swapImgRestore() { //v3.0
-  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
-}
-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];}}
-}
-
-function MM_findObj(n, d) { //v4.01
-  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
-    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
-  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
-  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
-  if(!x && d.getElementById) x=d.getElementById(n); return x;
-}
-
-function MM_swapImage() { //v3.0
-  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
-   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
-}
-</script>
-
-<meta charset="utf-8">
-<title>Spellbound| Eportfolio - Products</title>
-</head>
-<body onLoad="MM_preloadImages('img/products/ss2.png','img/products/ns2.png','img/products/cu2.png')">
-<div align="center">
-<table width="973" border="0">
-  <tr>
-    <td colspan="6"><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="5">Candidate name: Owen Maple | Candidate number: 2077    |      Center name: Testwood Sports College | Center number: 58837</td>
-    </tr>
-  <tr>
-    <td height="51" colspan="5" align="center" valign="top"><h1 style="padding:6px;">Products</h1><hr style="width:80%;"></td>
-    </tr>
-  <tr>
-    <td width="176" height="209" align="center" valign="top">&nbsp;</td>
-    <td width="165" align="center" valign="top">
-    <p><a href="Products/navigation.html" target="_blank"><div class="btn-nav">Navigation Screen</div></a></p>
-    <p>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.</p></td>
-    <td width="165" align="center" valign="top">
-    <p><a href="Products/contact.html" target="_blank"><div class="btn-cu">Contact Us</div></a></p>
-    <p>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.</p></td>
-    <td width="165" align="center" valign="top">
-    <p><a href="Products/index.html" target="_blank"><div class="btn-ss">Splashscreen</div></a></p>
-    <p>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.</p></td>
-    <td width="165" align="center" valign="top"><p>&nbsp;</p>
-      <p>&nbsp;</p>
-      <p>&nbsp;</p>
-      <p>&nbsp;</p>
-      <p>&nbsp;</p></td>
-  </tr>
-  <tr>
-    <td width="154">&nbsp;</td>
-    <td width="176" align="center" valign="top">&nbsp;</td>
-    <td width="165" align="center" valign="top">
-    <p><a href="Products/meetthewizard.html" target="_blank"><div class="btn-mtw">Meet the Wizard</div></a></p>
-    <p>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.</p></td>
-    <td width="165" align="center" valign="top">
-    <p><a href="javascript:quiz();"><div class="btn-qu">Quiz</div></a></p>
-    <p>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.</p></td>
-    <td width="165" align="center" valign="top">
-    <p><a href="Products/trailer.html" target="_blank"><div class="btn-dv">Demo Video</div></a></p>
-    <p>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. </p></td>
-    <td width="165">
-    <p></p>
-    </td>
-  </tr>
-</table>
-</div>
-</body></html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://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="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/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">
+
+
+</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 active" href="./products.html">Products</a>
+    </div>
+    <div class="col s12 m8 l10">
+      <h1 class="center">Products</h1>
+    </div>
+    <div class="col s12 m8 l10">
+      <div class="row" style="text-align: center;padding: 9px 32px;">
+        <div class="col s12 m3 l3">
+          <div class="btn-mtw" onclick="window.open('./Products/meetthewizard.html','_blank')">Meet the Wizard</div>
+          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.
+        </div>
+        <div class="col s12 m3 l3">
+          <div class="btn-nav" onclick="window.open('./Products/navigation.html','_blank')">Navigation Screen</div>
+          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.
+        </div>
+        <div class="col s12 m3 l3">
+          <div class="btn-cu" onclick="window.open('./Products/contact.html','_blank')">Contact Us</div>
+          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.
+        </div>
+        <div class="col s12 m3 l3">
+          <div class="btn-ss" onclick="window.open('./Products/index.html','_blank')">Splashscreen</div>
+          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.
+        </div>
+      </div>
+      <div class="row" style="text-align: center;padding: 9px 32px;">
+        <div class="col s12 m3 l3 offset-m3 offset-l3">
+          <div class="btn-qu" onclick="window.open('./Products/quiz.html','_blank')">Quiz</div>
+          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.
+        </div>
+        <div class="col s12 m3 l3">
+          <div class="btn-dv" onclick="window.open('./Products/trailer.html','_blank')">Demo Video</div>
+          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.
+        </div>
+      </div>
+    </div>
+</div>
+</body>
+</html>

+ 0 - 49
products.new.html

@@ -1,49 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://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="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/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">
-
-
-</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 active" href="./products.html">Products</a>
-    </div>
-    <div class="col s12 m8 l10">
-      <h1 class="center">Products</h1>
-    </div>
-    <div class="col s12 m8 l10">
-      <div class="row" style="text-align: center;padding: 9px 32px;">
-        <div class="col s12 m3 l3">
-          <div class="btn-mtw" onclick="window.open('./Products/meetthewizard.html','_self')">Meet the Wizard</div>
-          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.
-        </div>
-        <div class="col s12 m3 l3">
-          <div class="btn-nav" onclick="window.open('./Products/navigation.html','_self')">Navigation Screen</div>
-          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.
-        </div>
-        <div class="col s12 m3 l3">
-          <div class="btn-cu" onclick="window.open('./Products/contact.html','_self')">Contact Us</div>
-          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.
-          </div>
-      </div>
-    </div>
-</div>
-</body>
-</html>

+ 115 - 0
products.old.html

@@ -0,0 +1,115 @@
+<!doctype html>
+<html>
+<head>
+<script language="javascript" type="text/javascript">
+document.onmousedown=disableclick;
+function disableclick(event)
+{
+  if(event.button==2)
+   {
+     return false;    
+   }
+}
+</script>
+<style>
+.fade img:hover{filter: alpha(opacity=80);}
+h1{font-weight:lighter;padding-top:10px;}
+</style>
+<link rel="stylesheet" type="text/css" href="./Products/css/style.css">
+<script type="text/javascript">
+function quiz() {
+var answer = confirm ("Please save the file then run it.")
+if (answer)
+window.location="Products/quiz.ppsx";
+}
+</script>
+<script language="javascript" type="text/javascript">
+document.onmousedown=disableclick;
+function disableclick(event)
+{
+  if(event.button==2)
+   {
+     return false;    
+   }
+}
+</script>
+<script>
+function MM_swapImgRestore() { //v3.0
+  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
+}
+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];}}
+}
+
+function MM_findObj(n, d) { //v4.01
+  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
+    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
+  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
+  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
+  if(!x && d.getElementById) x=d.getElementById(n); return x;
+}
+
+function MM_swapImage() { //v3.0
+  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
+   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
+}
+</script>
+
+<meta charset="utf-8">
+<title>Spellbound| Eportfolio - Products</title>
+</head>
+<body onLoad="MM_preloadImages('img/products/ss2.png','img/products/ns2.png','img/products/cu2.png')">
+<div align="center">
+<table width="973" border="0">
+  <tr>
+    <td colspan="6"><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="5">Candidate name: Owen Maple | Candidate number: 2077    |      Center name: Testwood Sports College | Center number: 58837</td>
+    </tr>
+  <tr>
+    <td height="51" colspan="5" align="center" valign="top"><h1 style="padding:6px;">Products</h1><hr style="width:80%;"></td>
+    </tr>
+  <tr>
+    <td width="176" height="209" align="center" valign="top">&nbsp;</td>
+    <td width="165" align="center" valign="top">
+    <p><a href="Products/navigation.html" target="_blank"><div class="btn-nav">Navigation Screen</div></a></p>
+    <p>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.</p></td>
+    <td width="165" align="center" valign="top">
+    <p><a href="Products/contact.html" target="_blank"><div class="btn-cu">Contact Us</div></a></p>
+    <p>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.</p></td>
+    <td width="165" align="center" valign="top">
+    <p><a href="Products/index.html" target="_blank"><div class="btn-ss">Splashscreen</div></a></p>
+    <p>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.</p></td>
+    <td width="165" align="center" valign="top"><p>&nbsp;</p>
+      <p>&nbsp;</p>
+      <p>&nbsp;</p>
+      <p>&nbsp;</p>
+      <p>&nbsp;</p></td>
+  </tr>
+  <tr>
+    <td width="154">&nbsp;</td>
+    <td width="176" align="center" valign="top">&nbsp;</td>
+    <td width="165" align="center" valign="top">
+    <p><a href="Products/meetthewizard.html" target="_blank"><div class="btn-mtw">Meet the Wizard</div></a></p>
+    <p>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.</p></td>
+    <td width="165" align="center" valign="top">
+    <p><a href="javascript:quiz();"><div class="btn-qu">Quiz</div></a></p>
+    <p>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.</p></td>
+    <td width="165" align="center" valign="top">
+    <p><a href="Products/trailer.html" target="_blank"><div class="btn-dv">Demo Video</div></a></p>
+    <p>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. </p></td>
+    <td width="165">
+    <p></p>
+    </td>
+  </tr>
+</table>
+</div>
+</body></html>

+ 1 - 0
test.html

@@ -29,6 +29,7 @@
       <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">