Team:Uppsala

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<!DOCTYPE html>
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
 
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
 
-
This is a template page. READ THESE INSTRUCTIONS.
 
-
</div>
 
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
 
-
</div>
 
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
 
-
</div>
 
-
</div>
 
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<head>
 +
<meta charset="utf-8" />
 +
<title>Uppsala iGEM 2013</title>
 +
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
 +
<link rel="stylesheet" type="text/css" href="css/styles.css">
 +
</head>
 +
<body>
 +
<!--Main frame contains all the div elements-->
-
{|align="justify"
+
<div id= "main_frame">
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
-
|[[Image:Uppsala_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:Uppsala_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:Uppsala | Team Uppsala]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
<!--Contains our top header-->
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<header id= "header">
-
!align="center"|[[Team:Uppsala|Home]]
+
-
!align="center"|[[Team:Uppsala/Team|Team]]
+
<!-- Contains sub-logo picture -->
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Uppsala Official Team Profile]
+
<div id="igem_logo"><a href="https://2013.igem.org/Main_Page"><img class="igem_logo" src="image/logo/iGEMlogo.png"></a></div>
-
!align="center"|[[Team:Uppsala/Project|Project]]
+
-
!align="center"|[[Team:Uppsala/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Uppsala/Modeling|Modeling]]
+
-
!align="center"|[[Team:Uppsala/Notebook|Notebook]]
+
</header>
-
!align="center"|[[Team:Uppsala/Safety|Safety]]
+
 
-
!align="center"|[[Team:Uppsala/Attributions|Attributions]]
+
<!-- Contains the "nav div" and the stripe background for the navigation menu -->
-
|}
+
 
 +
<div id="navbar">
 +
 
 +
<!-- Contains the navigation menu with list elements -->
 +
 +
<nav id="nav">
 +
<a href="index.html"><img class="home-knapp" src="image/logo/Home.png"><a/>
 +
<ul>
 +
<li><a href="project.html"><img class="nav-text" src="image/buttons/project.png"></a></li>
 +
<li><a href="modeling.html"><img class="nav-text" src="image/buttons/Modeling.png"></a></li>
 +
<li><a href="parts.html"><img class="nav-text" src="image/buttons/Parts.png"></a></li>
 +
<li><a href="team.html"><img class="nav-text" src="image/buttons/Team.png"></a></li>
 +
<li><a href="hp.html"><img class="nav-text" src="image/buttons/HP.png"></a></li>
 +
<li><a href="attribution.html"><img class="nav-text" src="image/buttons/Attributions.png"></a> </li>
 +
<li><a href="notebook.html"><img class="nav-text" src="image/buttons/Notebook.png"></a> </li>
 +
</ul>
 +
</nav>
 +
 +
</div>
 +
 
 +
<section id="main_content">
 +
 +
 +
 
 +
</section>
 +
 +
<footer id="footer"> footer </footer>
 +
 +
</div> <!--Closing div element for main frame-->
 +
 
 +
 
 +
 
 +
</body>
 +
 
 +
</html>

Revision as of 13:44, 22 July 2013

<!DOCTYPE html> Uppsala iGEM 2013

footer