Difference between revisions of "Template:Base"

 
(20 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<!--erase all boundary blocks-->
 
<!--erase all boundary blocks-->
 
</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
 
</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
 
+
    <head>
 
     <style type="text/css">
 
     <style type="text/css">
           main {
+
           #main {
 
               max-width: 980px;
 
               max-width: 980px;
 
               margin: auto;
 
               margin: auto;
Line 10: Line 10:
  
 
           body {
 
           body {
 +
              margin: auto;
 
               background-color: #E8BB00;
 
               background-color: #E8BB00;
 +
              width: 980px;
 
           }
 
           }
  
           head {
+
           #header {
              border: 10px solid ;
+
 
               background-color: #000091;
 
               background-color: #000091;
               text-align: center;
+
               border: 10px solid black;
              align-items: center;
+
 
           }
 
           }
+
 
           footer {
+
           #header img {
 +
              width: 960px;
 +
          }
 +
 
 +
          #nav {
 +
              background-color: gold;
 +
              width: 960px;
 +
              float: left;
 
               border: 10px solid black;
 
               border: 10px solid black;
              background-color: #000091;
 
 
               text-align: center;
 
               text-align: center;
              margin: auto;
 
 
           }
 
           }
           footer a {
+
 
               font-size: 20px;
+
           #nav a:hover{
 +
               background-color: #0050FF;
 +
              color: #FFE304;
 
           }
 
           }
           nav {
+
 
               background-color:Black;
+
           #nav a:link {
               width:300px;
+
               color:yellow;
               min-height:100%;
+
          }
 +
 
 +
          #section {
 +
               display: block;
 +
               border: 10px solid black;
 +
              background-color: #000091;
 
               float: left;
 
               float: left;
 +
              width: 960px;
 +
              color: yellow;
 +
              font-size: 18px;
 
           }
 
           }
           .nav a {
+
 
 +
           #section1 {
 
               display: block;
 
               display: block;
               background-color: Black;
+
              border: 10px solid black;
 +
               background-color: #E8BB00;
 +
              float: left;
 +
              width: 960px;
 +
              color: #000091;
 +
              font-size: 18px;
 
           }
 
           }
  
           .nav a:hover{
+
           #footer {
               background-color: #0050FF;
+
              border: 10px solid black;
               color: #FFE304;
+
               background-color: #E8BB00;
               padding
+
               text-align: center;
 +
               margin: auto;
 +
              width: 960px;
 +
              float:left;
 +
              height: 230px;
 
           }
 
           }
  
 +
          #footer a {
 +
              font-size: 20px;
 +
          }
 +
          #footer img {
 +
              width: 96px;
 +
              height: 76px;
 +
          }
  
 
     </style>
 
     </style>
    <main>
 
    <head>
 
              <!--insert coding for background colors and style (UMD Color Palette: On Adobe Kuler https://color.adobe.com/my/libraries/all)-->
 
              <a href="https://2015.igem.org/Team:UMass-Dartmouth"><img src='https://static.igem.org/mediawiki/2015/e/ed/Team_UMass-Dartmouth_banner.jpg' /></a>
 
 
     </head>
 
     </head>
  
 
     <body>
 
     <body>
  
           <nav>
+
    <div id="main">
 +
          <div id="header">
 +
              <!--insert coding for background colors and style (UMD Color Palette: On Adobe Kuler https://color.adobe.com/my/libraries/all)-->
 +
              <a href="https://2015.igem.org/Team:UMass-Dartmouth"><img src='https://static.igem.org/mediawiki/2015/e/ed/Team_UMass-Dartmouth_banner.jpg' /></a>
 +
          </div>
 +
 
 +
           <div id="nav">
 
               <ul style="font-size: 30px" class="nav">
 
               <ul style="font-size: 30px" class="nav">
 
                     <a href= "https://2015.igem.org/Team:UMass-Dartmouth">Home</a>
 
                     <a href= "https://2015.igem.org/Team:UMass-Dartmouth">Home</a>
 
                     <a href= "https://2015.igem.org/Team:UMass-Dartmouth/ourproject">Our Project</a>
 
                     <a href= "https://2015.igem.org/Team:UMass-Dartmouth/ourproject">Our Project</a>
 
                     <a href= "https://2015.igem.org/Team:UMass-Dartmouth/theateam">The Team</a>
 
                     <a href= "https://2015.igem.org/Team:UMass-Dartmouth/theateam">The Team</a>
 +
                    <a href= "https://2015.igem.org/Team:UMass-Dartmouth/outreach">Outreach</a>
 
               </ul>
 
               </ul>
 
+
           </div>
           </nav>
+
    </div>
          <footer>
+
              <img src="https://static.igem.org/mediawiki/2015/1/18/UMassD_igem_480.png"/>
+
              <p style="font-size: 22px">Check us Out on Social Media!</p>
+
              <a href="https://www.facebook.com/umdsynthbio">Like us on Facebook</a>
+
 
+
              <a href="https://twitter.com/UMassD_iGEM?p=s">Follow Us on Twitter</a>
+
         
+
              <a href="http://www.youcaring.com/tuition-fundraiser/h-pylori-bacteriophage-therapy/341011">Our YouCaring Page</a>
+
          </footer>
+
 
     </body>
 
     </body>
</main>
 
 
</html>
 
</html>

Latest revision as of 01:34, 19 September 2015