Team:Sheffield/yyy
From 2014.igem.org
(Difference between revisions)
(Created page with "{{Team:Sheffield/NavigationBar}} {{Team:Sheffield}} <html> <head> <title></title> <link href="https://2014.igem.org/Team:Sheffield/Template:menustyle.css?action=raw&ctype=text/...") |
|||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{Team:Sheffield/NavigationBar}} | {{Team:Sheffield/NavigationBar}} | ||
- | |||
- | |||
- | |||
<html> | <html> | ||
<head> | <head> | ||
- | |||
- | <link href="https://2014.igem.org/Team:Sheffield/Template: | + | <link href="https://2014.igem.org/Team:Sheffield/Template:outreachStyle.css?action=raw&ctype=text/css" rel='stylesheet' type='text/css' /> |
- | + | <script src="https://2014.igem.org/Team:Sheffield/Template:outreachjquery.min.js?action=raw&ctype=text/javascript"></script> | |
- | <script | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | <style type="text/css"> |
+ | body{ | ||
+ | width: 100%; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | .block{ | ||
+ | display: block; | ||
+ | height: 10em; | ||
+ | background: #21B8C6; | ||
+ | border-radius:10px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | .block a:hover{ | ||
+ | background: #475965; | ||
+ | } | ||
+ | |||
+ | .left{ | ||
+ | background: red; | ||
+ | margin-left: 5em; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .mid{ | ||
+ | background: orange; | ||
+ | margin-left: 5em; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .right{ | ||
+ | background: green; | ||
+ | margin-left: 5em; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | h1{ | ||
+ | font-family: 'Oswald', sans-serif; | ||
+ | font-size: 20px; | ||
+ | line-height: 30px; | ||
+ | font-weight: bold; | ||
+ | color: #000; | ||
+ | margin-right: 2em; | ||
+ | word-spacing: 5px; | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | |||
+ | p{ | ||
+ | font-family: 'Lato', sans-serif; | ||
+ | font-size: 18px; | ||
+ | color: #ffffff; | ||
+ | margin-right: 3em; | ||
+ | } | ||
+ | |||
+ | p1{ | ||
+ | font-family: 'Lato', sans-serif; | ||
+ | font-size: 18px; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .head{ | ||
+ | width: 80%; | ||
+ | height: 10em; | ||
+ | background:red; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 2em; | ||
+ | } | ||
+ | |||
+ | .section{ | ||
+ | width: 80%; | ||
+ | height: 50em; | ||
+ | background: orange; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | a{TEXT-DECORATION:none} | ||
+ | </style> | ||
+ | </head> | ||
<body> | <body> | ||
- | + | <br><br><br><br><br> | |
- | + | <div class="head"> | |
- | + | <h1>Another aspect of our policy and practice project entailed outreach within schools to educate the next generation of scientists about synthetic biology. As this is an emerging science, these are the individuals who will be pioneering the technology and so we believed they would be the perfect target audience for our session. We carried out the outreach sessions in Porto, Portugal and Manchester, England.</h1> | |
- | + | </div> | |
- | + | ||
- | + | <div class="head"> | |
- | + | <h1>Another aspect of our policy and practice project entailed outreach within schools to educate the next generation of scientists about synthetic biology. As this is an emerging science, these are the individuals who will be pioneering the technology and so we believed they would be the perfect target audience for our session. We carried out the outreach sessions in Porto, Portugal and Manchester, England.</h1> | |
- | + | </div> | |
- | + | ||
- | + | <div class="section"> | |
- | + | <a href=""> | |
- | + | <div class="block"> | |
- | + | <div class="left"> | |
- | + | <p>Introduction</p> | |
- | + | </div> | |
- | + | <div class="mid"> | |
- | + | <p>mid</p> | |
- | + | </div> | |
+ | <div class="right"> | ||
+ | <p>fd</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 22:11, 16 October 2014