Difference between revisions of "Team:elan vital korea/Members"

(Created page with "<html> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link ...")
 
Line 1: Line 1:
 +
{{Template_All_Teams}}
 +
 +
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
<head>
 
  <meta charset='utf-8'>
 
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
  <meta name="viewport" content="width=device-width, initial-scale=1">
 
  <link rel="stylesheet" href="styles.css">
 
  <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
 
  <script src="script.js"></script>
 
</head>
 
<body>
 
  
<div id='cssmenu'>
+
<!-- Start of CSS-->
<ul>
+
<style type="text/css">
  <li><a href='#'><span>Team</span></a>
+
    <ul>
+
        <li><a href='#'><span>Members</span></a>
+
        <li><a href='#'><span>Attribution</span></a>
+
    </ul>
+
  <li><a href='#'><span>Projects</span></a>
+
    <ul>
+
        <li><a href='#'><span>Project Overview</span></a>
+
        <li><a href='#'><span>Background Information</span></a>
+
        <li class='active has-sub'><a href='#'><span>Method & Materials</span></a>
+
            <ul>
+
              <li><a href='#'><span>Plasma Design</span></a></li>
+
              <li class='last'><a href='#'><span>Protocal</span></a></li>
+
            </ul>
+
        <li><a href='#'><span>Result</span></a>
+
        <li><a href='#'><span>Future Plans</span></a>
+
    </ul>
+
        <li><a href='#'><span>Web Lab</span></a>
+
    <ul>
+
        <li><a href='#'><span>Notebook</span></a>
+
        <li><a href='#'><span>Protocal</span></a>
+
        <li><a href='#'><span>Safety</span></a>
+
    </ul>
+
  <li><a href='#'><span>Human Practice</span></a>
+
    <ul>
+
        <li><a href='#'><span>Focus</span></a>
+
        <li><a href='#'><span>Korea Youth Expo</span></a>
+
        <li><a href='#'><span>Education Public Awareness</span></a>
+
        <li><a href='#'><span>Policy Recommnedations</span></a>
+
        <li><a href='#'><span>Blog</span></a>
+
        <li><a href='#'><span>Interview</span></a>
+
        <li><a href='#'><span>Regional Meet-ups</span></a>
+
        <li><a href='#'><span>Articles</span></a>
+
        <li><a href='#'><span>Vdieo</span></a>
+
        <li><a href='#'><span>Presentations</span></a>
+
    </ul>
+
  <li><a href='#'><span>iGEM Resource</span></a>
+
    <ul>
+
        <li><a href='#'><span>Medal Requirement</span></a>
+
        <li><a href='#'><span>Module Description</span></a>
+
    </ul>
+
</ul>
+
</div>
+
  
 +
/* PAGE LAYOUT */
 +
 +
/* page background color*/
 +
body {
 +
background-color: #A7A9AB;
 +
}
  
  
 +
/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
#mainContainer { 
 +
width: 980px;
 +
overflow: hidden;
 +
float:left;
 +
margin-left: 20px;
 +
background-color: #EEEDEA;
 +
border-bottom: 6px solid #EE3e53;
 +
}
  
<a href="#"><img src="https://static.igem.org/mediawiki/2015/d/d5/ElanVital_Logo.png"></a>
+
/* Creates the container for the menu */
 +
#menuContainer  {
 +
float:right;
 +
width: 150px;
 +
background-color: #0e232f;
 +
height: 100%;
 +
border-top: 6px solid #EE3e53;
 +
font-family: "Arial", Helvetica, sans-serif;
 +
}
  
 +
/* Creates the container for the content */
 +
#contentContainer {
 +
background-color: #EEEDEA;
 +
width: 810px;
 +
float: left;
 +
padding: 10px;
 +
border-top: 6px solid #EE3e53;
 +
}
  
</body>
+
 
<html>
+
/*Set up height place holder for the banner*/
 +
#bannerContainer {
 +
height:200px;
 +
margin:auto;
 +
text-align:center;
 +
color: #24B694;
 +
}
 +
 
 +
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 +
 
 +
 
 +
/*Change the styling of text for everything inside main container*/
 +
#mainContainer p {
 +
font-family: "Arial", Helvetica, sans-serif;
 +
font-size: 12px;
 +
color: #0e232f;
 +
}
 +
 +
/*This changes the color and font family */
 +
#contentContainer h1, h2, h3, h4, h5, h6 {
 +
font-family: "Arial", Helvetica, sans-serif;
 +
color: #0e232f;
 +
border-bottom: none;
 +
font-weight: bold;
 +
text-transform: uppercase;
 +
}
 +
 
 +
/*Style of the links - links are different inside the menu */
 +
#contentContainer a {
 +
font-weight: bold;
 +
color: #ee3e53;
 +
}
 +
 
 +
  /* Styling links on hover- links are different inside the menu */
 +
#contentContainer a:hover{
 +
color: #f4b248;
 +
}
 +
 
 +
/*Change the styling of tables */
 +
        #contentContainer table {
 +
    border: 1px solid #0e232f;
 +
    border-collapse: collapse;
 +
    width: 90%
 +
    margin: auto;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    margin-right: 10px;
 +
    margin-left: 10px;
 +
    }
 +
 
 +
/*Change the styling of table cells*/
 +
    #contentContainer  td {
 +
    padding: 10px;
 +
    border: 1px solid #0e232f;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    background-color: #EEEDEA;
 +
    }
 +
 
 +
/*Change the styling of table headers */
 +
    #contentContainer th {
 +
    padding: 10px;
 +
    border: 1px solid #0e232f;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    background-color: #e8d5b7;
 +
    }
 +
 
 +
 
 +
/*MENU STYLING */
 +
 
 +
/*Styling for the links in the menu */
 +
#menuContainer a {
 +
color: #EEEDEA;
 +
text-decoration:none;
 +
font-weight: bold;
 +
}
 +
 
 +
/* Sets the style for lists inside menuContainer  */
 +
#menuContainer ul {
 +
width:100%;
 +
list-style: none;
 +
margin: auto;
 +
padding-top: 10px;
 +
padding-bottom: 10px;
 +
 
 +
}
 +
 
 +
/*Styles the list items to become menu buttons */
 +
#menuContainer ul li {
 +
display: block;
 +
position: relative;
 +
padding: 10px;
 +
margin-bottom:5px;
 +
padding-left: -20px;
 +
}
 +
 
 +
#menuContainer ul li:hover {
 +
background: #F4B248;
 +
color: #0e232f;
 +
}
 +
 
 +
 
 +
/*HIde the submenus and removes the padding */
 +
#menuContainer li ul {
 +
display: none;
 +
padding-top:15px;
 +
margin-left: -9px;
 +
}
 +
 
 +
/*Shows the submenus once you hover*/
 +
#menuContainer li:hover ul {
 +
display: block;
 +
}
 +
 
 +
/*style the submenu buttons*/
 +
#menuContainer li ul li {
 +
background: #0E232F;
 +
width: 100%;
 +
}
 +
 
 +
#menuContainer li ul li:hover {
 +
background: #EE3E53;
 +
color: #fff;
 +
}
 +
 
 +
 
 +
 
 +
/*CLASSES */
 +
/*Clear class for all the pages, adds spacing too*/
 +
.clear{
 +
clear:both;
 +
height: 10px;
 +
}
 +
 
 +
/* highlight box for special messages */
 +
    .highlightBox {
 +
    width:500px;
 +
            margin:auto;
 +
            background-color: #E8D5B7;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    padding: 15px;
 +
    padding-top: 5px;
 +
          }
 +
 
 +
</style>
 +
<!-- End of CSS -->
 +
 
 +
 
 +
<!-- Start of the template html elements. -->
 +
<div id ="mainContainer"><!--This div will close on the page.-->
 +
 
 +
<div id="bannerContainer">
 +
<br><br>
 +
<h2> Add a banner to your wiki! </h2>
 +
 +
<p>You can make the image 980px  by  200px</p>
 +
<p> Remember to call the file: "<i>Team_Example_banner.jpg</i>" </p>
 +
</div>
 +
 
 +
<!-- Start of menu -->
 +
<div id="menuContainer">
 +
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 +
<ul>
 +
<a href="https://2015.igem.org/Team:Example2"><li>HOME</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Team"><li>TEAM</li></a>
 +
 
 +
 
 +
<a href="#"><li>PROJECT
 +
            <ul>
 +
<a href="https://2015.igem.org/Team:Example2/Description"><li>Description</li></a>
 +
<a href="https://2015.igem.org/Team:Example2/Experiments"><li>Experiments & Protocols</li></a> 
 +
<a href="https://2015.igem.org/Team:Example2/Results"><li>Results</li></a> 
 +
</ul>
 +
</li></a>
 +
 
 +
<a href="#"><li>PARTS
 +
            <ul>
 +
<a href="https://2015.igem.org/Team:Example2/Parts"><li>Team Parts</li></a>
 +
<a href="https://2015.igem.org/Team:Example2/Basic_Part"><li>Basic Parts</li></a> 
 +
<a href="https://2015.igem.org/Team:Example2/Composite_Part"><li>Composite Parts</li></a>
 +
<a href="https://2015.igem.org/Team:Example2/Part_Collection"><li>Part Collection</li></a> 
 +
</ul>
 +
</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Notebook"><li>NOTEBOOK</li></a>
 +
     
 +
<a href="https://2015.igem.org/Team:Example2/Attributions"><li>ATTRIBUTIONS</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Collaborations"><li>COLLABORATIONS</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Practices"><li>HUMAN PRACTICES</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Safety"><li>SAFETY</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Modeling"><li>MODELING</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Measurement"><li>MEASUREMENT</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Software"><li>SOFTWARE</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
 +
 
 +
</ul>
 +
</div>
 +
<!-- End of menu  -->
 +
 
 +
<!-- Start of content -->
 +
<div id="contentContainer"><!--This div will close on the page.-->
 +
</html>

Revision as of 10:39, 26 August 2015