Team:OLS Canmore AB CA

From 2014hs.igem.org

(Difference between revisions)
(Prototype team page)
(First major upload, home 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 *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #fe2b33; /*background-color: #fe2b33;*/">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; /*color: #f6f6f6*/; padding: 5px;">
+
<meta charset="UTF-8">
-
This is a template page. READ THESE INSTRUCTIONS.
+
<title>index</title>
-
</div>
+
<link href="styles/main.css" rel="stylesheet" type="text/css">
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; /*color: #f6f6f6*/; padding: 5px;">
+
<link href="main.css" rel="stylesheet" type="text/css">
-
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>.
+
<style media="screen" type="text/css">
-
</div>
+
-
<div id="warning" style="/*text-align: center;*/ font-weight: bold; font-size: small; /*color: #f6f6f6*/; padding: 5px;">
+
-
You <strong>MUST</strong> have the following information on your wiki:
+
-
<ul style="font-weight:normal;">
+
-
<li>a team description</li>
+
-
<li>project description</li>
+
-
<li>safety information (did your team take a safety training course? were you supervised in the lab?)</li>
+
-
<li>team attribution (who did what part of your project?)</li>
+
-
</ul>
+
-
You may also wish to add other page such as:
+
-
<ul style="font-weight:normal;">
+
-
<li>lab notebook</li>
+
-
<li>sponsor information</li>
+
-
<li>other information</li>
+
-
</ul>
+
-
REMEMBER, keep all of your pages within your teams namespace. <br><span style="font-weight:normal; font-style:italic;">Example: 2013hs.igem.org/Team:OLS_Canmore_AB_CA/Our_Pets</span>
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *********************** End of the alert box *********************** -->
+
@charset "utf-8";
 +
body {
 +
margin: 0px;
 +
color: #151515;
 +
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
 +
background-color: #EFF5F8;
 +
}
 +
#wrapper {
 +
width: 100%;
 +
min-width: 740px;
 +
max-width: 1000px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #FFFFFF;
 +
}
 +
#top {
 +
overflow: hidden;
 +
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
 +
font-style: normal;
 +
font-weight: 200;
 +
}
 +
#hero img {
 +
max-width: 100%;
 +
margin-top: 0px;
 +
margin-right: -25px;
 +
margin-bottom: 0px;
 +
margin-left: 0px;
 +
padding-top: 0px;
 +
padding-right: 0px;
 +
padding-bottom: 0px;
 +
padding-left: 0px;
 +
border-bottom-left-radius: 24px;
 +
border-bottom-right-radius: 24px;
 +
background-color: #ffffff;
 +
}
 +
h1, h2 {
 +
color: #FFFFFF;
 +
font-style: normal;
 +
font-weight: 600;
 +
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 +
}
 +
h1 {
 +
font-size: 72px;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
text-align: center;
 +
text-transform: uppercase;
 +
color: #3100C7;
 +
background-color:#FFFFFF;
 +
 +
 +
}
 +
h2 {
 +
margin-top: 0em;
 +
color: #000000;
 +
background-color: #ffffff;
 +
text-align: center;
 +
padding-top: 0px;
 +
border-style: none;
 +
}
 +
#main {
 +
margin-left: 0%;
 +
float: left;
 +
width: 100%;
 +
padding-left: 0px;
 +
text-align: center;
 +
}
 +
#sidebar {
 +
width: 34%;
 +
margin-left: 4%;
 +
float: left;
 +
}
-
{|align="justify"
+
figure {
-
|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.
+
display: block;
-
|[[Image:OLS_Canmore_AB_CA_logo.png|200px|right|frame]]
+
width: 420px;
-
|-
+
}
-
|
+
figure img {
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
padding: 10px;
-
|[[Image:OLS_Canmore_AB_CA_team.png|right|frame|Your team picture]]
+
-webkit-box-shadow: 1px 1px 15px #999999;
-
|-
+
box-shadow: 1px 1px 15px #999999;
-
|
+
}
-
|align="center"|[[Team:OLS_Canmore_AB_CA | Team OLS_Canmore_AB_CA]]
+
-
|}
+
-
<!--- Team Information Link --->
+
figcaption {
 +
font-size: 0.875em;
 +
font-weight: bold;
 +
text-align: center;
 +
display: block;
 +
margin-top: 0.5em;
 +
}
 +
.centered {
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
 +
.floatleft {
 +
float: left;
 +
margin-left: 0px;
 +
margin-right: 10px;
 +
}
 +
.floatright {
 +
float: right;
 +
margin-left: 10px;
 +
margin-right: 0px;
 +
}
 +
footer {
 +
padding-top: 2px;
 +
padding-bottom: 2px;
 +
padding-left: 2%;
 +
background-color: #43a6cb;
 +
color: #FFFFFF;
 +
clear: left;
 +
}
 +
a {
 +
font-weight: bold;
 +
text-decoration: none;
 +
}
 +
a:link {
 +
color: #FF6600;
 +
}
 +
a:visited {
 +
color: #FF944C;
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
}
-
!align="center"|[https://igem.org/Team.cgi?year=2013&division=high_school&team_name=OLS_Canmore_AB_CA Official Team Profile]
+
-
|}
+
-
===Team===
+
#mainnav ul {
-
Tell us about your team, your school!
+
list-style-type: none;
 +
margin-top: 0px;
 +
margin-right: 0px;
 +
margin-bottom: 0px;
 +
margin-left: -50px;
 +
}
 +
#mainnav a {
 +
width: 0%;
 +
display: block;
 +
float: left;
 +
text-align: center;
 +
text-transform: uppercase;
 +
background-color: #000000;
 +
color: #FFFFFF;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
}
 +
#mainnav a {
 +
width: 20%;
 +
text-align: center;
 +
text-transform: uppercase;
 +
background-color: #000000;
 +
color: #FFFFFF;
 +
padding-top: 12px;
 +
padding-bottom: 12px;
 +
padding-left: 0px;
 +
#wrapper #top #mainnav ul li a {
 +
; padding-right: 12px;
 +
padding-right: 6px;
 +
}
 +
#wrapper #top #mainnav ul li a {
 +
background-color: #000000;
 +
}
 +
}
 +
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
 +
background-color: #3100C7;
 +
text-decoration: none;
 +
}
-
===Project===
+
#hero article {
-
What are you working on this semester?
+
width: 36%;
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
position: absolute;
 +
top: 62px;
 +
left: 16px;
 +
background-color: #0087FF;
 +
border-radius: 34px;
 +
color: #000000;
 +
font-size: large;
 +
}
 +
#hero {
 +
position: relative;
 +
}
 +
th,td
 +
{
 +
padding: 0px;
 +
text-align: center;
 +
min-width: 0%;
 +
}
-
===Notebook===
+
h3
-
Show us how you spent your days.
+
{
 +
padding-top: 20px;
 +
padding-bottom: 0px;
 +
}
-
===Results/Conclusions===
+
</style>
-
What did you achieve over the course of your semester?
+
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/source-sans-pro:n6,n2:default.js" type="text/javascript"></script>
 +
</head>
-
 
+
<body>
-
===Safety===
+
<div id="wrapper">
-
What safety precautions did your team take? Did you take a safety training course? Were you supervised at all times in the lab?
+
  <header id="top">
-
 
+
    <h1>Our lady of the snows </h1>
-
 
+
    <h1>igem wiki</h1>
-
===Attributions===
+
    <nav id="mainnav">
-
Who worked on what?
+
      <ul>
-
 
+
        <li><a href="index.html" class="thispage">Home</a></li>
-
 
+
        <li><a href="Project.html">Project</a></li>
-
===Human Practices===
+
        <li><a href="Safety.html">safety</a></li>
-
What impact does/will your project have on the public? 
+
        <li><a href="The Team.html">the team</a></li>
-
 
+
        <li><a href="Lab Notebook.html">lab notebook</a></li>
-
 
+
      </ul>
-
===Fun!===
+
    </nav>
-
What was your favorite team snack?? Have a picture of your team mascot?
+
  </header>
-
 
+
  <div id="hero">
-
 
+
    <article>
-
 
+
      <p><strong>Nitrate Identification</strong></p>
-
<forum_subtle />
+
      <p>We have found a way to collect nitrates from ponds and release them as fertilizers</p>
 +
      <p>&nbsp;</p>
 +
      <p>&nbsp;</p>
 +
    </article>
 +
  <img src="P1010451.JPG" width="1000" height="750" alt=""/></div>
 +
  <article id="main">
 +
    <h2>&nbsp; </h2>
 +
    <h2>About Our Lady of the Snows</h2>
 +
    <p>&nbsp;</p>
 +
    <p>&nbsp;</p>
 +
    <p>&nbsp;</p>
 +
    <p>&nbsp;</p>
 +
    <p>&nbsp;</p>
 +
    <p>&nbsp;</p>
 +
    <p>&nbsp;</p>
 +
    <p>&nbsp;</p>
 +
    <p>&nbsp;</p>
 +
 
 +
  </article>
 +
  <footer>
 +
    <p>© Copyright </p>
 +
 
 +
  </footer>
 +
</div>
 +
</body>
 +
</html>

Revision as of 18:52, 19 February 2014

index

Our lady of the snows

igem wiki

Nitrate Identification

We have found a way to collect nitrates from ponds and release them as fertilizers

 

 

 

About Our Lady of the Snows

 

 

 

 

 

 

 

 

 

© Copyright