Difference between revisions of "project10:Main"

From 100ybp
Jump to: navigation, search
 
(44 intermediate revisions by one user not shown)
Line 45: Line 45:
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
 
font-size: 50px;
 
font-size: 50px;
color: #617dc6;
+
color: #FFFFFF;
 
text-align:center;
 
text-align:center;
 
}
 
}
Line 51: Line 51:
 
div#button {
 
div#button {
 
float: left;
 
float: left;
width: 170px;
+
width: 140px;
 
height: 40px;
 
height: 40px;
 
margin-right: 0px;
 
margin-right: 0px;
Line 60: Line 60:
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
 
font-size: 16px;
 
font-size: 16px;
color:#617dc6;
+
color:#FFFFFF;
 
}
 
}
  
 
div#buttonDarkBlue {
 
div#buttonDarkBlue {
 
float: left;
 
float: left;
width: 170px;
+
width: 140px;
 
height: 40px;
 
height: 40px;
 
margin-right: 0px;
 
margin-right: 0px;
Line 74: Line 74:
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
 
font-size: 16px;
 
font-size: 16px;
color:#617dc6;
+
color:#FFFFFF;
 
}
 
}
  
 
div#buttonMediumBlue {
 
div#buttonMediumBlue {
 
float: left;
 
float: left;
width: 170px;
+
width: 140px;
 
height: 40px;
 
height: 40px;
 
margin-right: 0px;
 
margin-right: 0px;
Line 88: Line 88:
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
 
font-size: 16px;
 
font-size: 16px;
color:#01b9bb;
+
color:#FFFFFF;
 
}
 
}
  
 
div#buttonYellow {
 
div#buttonYellow {
 
float: left;
 
float: left;
width: 170px;
+
width: 140px;
 
height: 40px;
 
height: 40px;
 
margin-right: 0px;
 
margin-right: 0px;
Line 102: Line 102:
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
 
font-size: 16px;
 
font-size: 16px;
color:#f7d22b;
+
color:#FFFFFF;
 
}
 
}
  
 
div#buttonMediumRed {
 
div#buttonMediumRed {
 
float: left;
 
float: left;
width: 170px;
+
width: 140px;
 
height: 40px;
 
height: 40px;
 
margin-right: 0px;
 
margin-right: 0px;
Line 116: Line 116:
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
 
font-size: 16px;
 
font-size: 16px;
color:#f25e42;
+
color:#FFFFFF;
 
}
 
}
  
 
div#buttonDarkRed {
 
div#buttonDarkRed {
 
float: left;
 
float: left;
width: 170px;
+
width: 145px;
 
height: 40px;
 
height: 40px;
 
margin-right: 0px;
 
margin-right: 0px;
Line 130: Line 130:
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
 
font-size: 16px;
 
font-size: 16px;
color:#e26c7a;
+
color:#FFFFFF;
 
}
 
}
  
Line 136: Line 136:
 
div#buttonDarkBlue a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonDarkBlue a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonDarkBluen a:active  {background: #617dc6;color: #000000; text-decoration: none; opacity: 1;}
 
div#buttonDarkBluen a:active  {background: #617dc6;color: #000000; text-decoration: none; opacity: 1;}
div#buttonDarkBlue a:hover      {color: #617dc6; text-decoration: none; opacity: 1; font-weight: bold;}
+
div#buttonDarkBlue a:hover      {color: #FFFFFF; text-decoration: none; opacity: 1; font-weight: bold;}
  
 
div#buttonMediumBlue a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonMediumBlue a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonMediumBlue a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonMediumBlue a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonMediumBlue a:active  {background: #01b9bb;color: #000000; text-decoration: none; opacity: 1;}
 
div#buttonMediumBlue a:active  {background: #01b9bb;color: #000000; text-decoration: none; opacity: 1;}
div#buttonMediumBlue a:hover      {color: #01b9bb; text-decoration: none; opacity: 1; font-weight: bold;}
+
div#buttonMediumBlue a:hover      {color: #FFFFFF; text-decoration: none; opacity: 1; font-weight: bold;}
  
 
div#buttonYellow a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonYellow a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonYellow a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonYellow a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonYellow a:active  {background: #f7d22b;color: #000000; text-decoration: none; opacity: 1;}
 
div#buttonYellow a:active  {background: #f7d22b;color: #000000; text-decoration: none; opacity: 1;}
div#buttonYellow a:hover      {color: #f7d22b; text-decoration: none; opacity: 1; font-weight: bold;}
+
div#buttonYellow a:hover      {color: #FFFFFF; text-decoration: none; opacity: 1; font-weight: bold;}
  
 
div#buttonMediumRed a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonMediumRed a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonMediumRed a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonMediumRed a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonMediumRed a:active  {background: #f25e42;color: #000000; text-decoration: none; opacity: 1;}
 
div#buttonMediumRed a:active  {background: #f25e42;color: #000000; text-decoration: none; opacity: 1;}
div#buttonMediumRed a:hover      {color: #f25e42; text-decoration: none; opacity: 1; font-weight: bold;}
+
div#buttonMediumRed a:hover      {color: #FFFFFF; text-decoration: none; opacity: 1; font-weight: bold;}
  
 
div#buttonDarkRed a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonDarkRed a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonDarkRed a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonDarkRed a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
 
div#buttonDarkRed a:active  {background: #e26c7a;color: #000000; text-decoration: none; opacity: 1;}
 
div#buttonDarkRed a:active  {background: #e26c7a;color: #000000; text-decoration: none; opacity: 1;}
div#buttonDarkRed a:hover      {color: #e26c7a; text-decoration: none; opacity: 1; font-weight: bold;}
+
div#buttonDarkRed a:hover      {color: #FFFFFF; text-decoration: none; opacity: 1; font-weight: bold;}
  
 
</style>
 
</style>
 
</html>
 
</html>
  
[[File:Robotcut.jpg | 850px]]
+
[[File:TITLE2.jpg | 850px]]
 +
<div style="height:30px; width: 850px; margin:0px; padding: 0px; padding-top: 20px; border: 0px;">
 +
<div style="float:left; width: 130px; height 15px; border: 0px solid #aaa; margin-right:10px;" align="center">
 
<div id="headercontainer">
 
<div id="headercontainer">
 
<div id="buttonDarkBlue">
 
<div id="buttonDarkBlue">
Line 177: Line 179:
 
<div id="buttonDarkRed">
 
<div id="buttonDarkRed">
 
[[Project10:P4|'''P4''']]
 
[[Project10:P4|'''P4''']]
 +
</div>
 +
<div id="buttonDarkRed">
 +
[[Project10:P5|'''P5''']]
 +
</div>
 +
 +
 +
<div id="container">
 +
 +
[[File:POSTER.jpg| 842px]]
 +
 
</div>
 
</div>
  
Line 194: Line 206:
 
<div id="buttonDarkRed">
 
<div id="buttonDarkRed">
 
[[Project10:P4|'''P4''']]
 
[[Project10:P4|'''P4''']]
 +
</div>
 +
<div id="buttonDarkRed">
 +
[[Project10:P5|'''P5''']]
 
</div>
 
</div>

Latest revision as of 14:15, 18 September 2019

TITLE2.jpg

Main

P1

P2

P3

P4

P5


POSTER.jpg

Main

P1

P2

P3

P4

P5