Team:Dundee/Notebook
From 2011.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
- | < | + | <head> |
- | <div id=" | + | <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'> |
- | + | <link rel="stylesheet" href="https://2011.igem.org/Team:Dundee/global.css?action=raw&ctype=text/css" /> | |
- | </div> | + | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
- | <div id=" | + | <script type="text/javascript" src="https://2011.igem.org/Team:Dundee/cleanPage.js?action=raw&ctype=text/js"></script> |
- | + | </head> | |
- | </div> | + | <body> |
- | <div id=" | + | <div id="wrapper"> |
- | + | <div id="header"> | |
- | </div> | + | <div id="nav"> |
- | </div> | + | <ul> |
+ | <li class="current"><a href="/Team:Dundee" alt="Home">HOME</a></li> | ||
+ | <li><a href="/Team:Dundee/Team" alt="Team">TEAM</a></li> | ||
+ | <li><a href="/Team:Dundee/Project" alt="Project">PROJECT</a></li> | ||
+ | <li><a href="/Team:Dundee/Modelling" alt="Modelling">MODELLING</a></li> | ||
+ | <li><a href="/Team:Dundee/Notebook" alt="Notebook">NOTEBOOK</a></li> | ||
+ | <li><a href="/Team:Dundee/Safety" alt="Safety">SAFETY</a></li> | ||
+ | <li><a href="Safety" alt="Safety">SPONSORS</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="title"> | ||
+ | <h1>UNIVERSITY OF DUNDEE</h1> | ||
+ | <h2>2011 iGem Team</h2> | ||
+ | <a href="http://twitter.com/#!/DundeeiGEMTeam"><img src="https://static.igem.org/mediawiki/2011/3/3f/Dundee-twitter.png" /></a> | ||
+ | <a href=""><img src="https://static.igem.org/mediawiki/2011/1/1a/Dundee-facebook.png" /></a> | ||
+ | </div> | ||
+ | <div id = "rightSidebar"> | ||
+ | <h1>RECENT POSTS</h1> | ||
+ | <ul> | ||
+ | <li> <a>Website Started</a></li> | ||
+ | <li> <a>Project Brainstorm</a></li> | ||
+ | </ul> | ||
+ | <hr> | ||
+ | <h1>TWITTER BLOG</h1> | ||
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function () { | ||
+ | // get the last tweet | ||
+ | var username = 'DundeeiGEMTeam'; | ||
+ | var format = 'json'; | ||
+ | var url = 'http://api.twitter.com/1/statuses/user_timeline/' + username + '.' + format + '?callback=?'; // make the url | ||
+ | $.getJSON(url, function (tweet) { // get the tweets | ||
+ | $("#lasttweet").append('"' + tweet[0].text + '"'); // get the first tweet in the response and place it inside the div | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function () { | ||
+ | // get the last tweet | ||
+ | var username = 'DundeeiGEMTeam'; | ||
+ | var format = 'json'; | ||
+ | var url = 'http://api.twitter.com/1/statuses/user_timeline/' + username + '.' + format + '?callback=?'; // make the url | ||
+ | $.getJSON(url, function (tweet) { // get the tweets | ||
+ | $("#tweetDate").append(tweet[0].created_at); // get the first tweet in the response and place it inside the div | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <div id="lasttweet"></div> | ||
+ | <div id = "tweetDate"></div> | ||
+ | </div> | ||
+ | <div id="project"> | ||
+ | <h1>TEAM ACTIVITIES</h1> | ||
+ | </br> | ||
+ | <div id="projectLeft"> | ||
+ | <h2><u>April 21st 2011</u></h2> | ||
+ | </br> | ||
+ | </br> | ||
+ | <p>First team meeting at the Land of the Loyal hotel in Perthshire. The team was introduced, and skills and interests were identified. Two brainstorming sessions were completed to come up with idea's for the projects. Some great idea's were identified, and it was decided to think over the idea's and select the idea by the end of the month. It was agreed at the meeting that Rachel and Dave would work on the website as they have a technology background.</p> | ||
+ | </div> | ||
+ | <div id="projectRight"> | ||
+ | <img src="images/lol.jpg" /> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
</html> | </html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Revision as of 15:33, 27 May 2011
TEAM ACTIVITIES
April 21st 2011
First team meeting at the Land of the Loyal hotel in Perthshire. The team was introduced, and skills and interests were identified. Two brainstorming sessions were completed to come up with idea's for the projects. Some great idea's were identified, and it was decided to think over the idea's and select the idea by the end of the month. It was agreed at the meeting that Rachel and Dave would work on the website as they have a technology background.