Team:TU Eindhoven/Notebook
From 2014.igem.org
(Difference between revisions)
Rafiqlubken (Talk | contribs) (Replaced content with "{{:Team:TU_Eindhoven/Template:NavPanel}} <html> </html>") |
|||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
+ | <title>Notebook</title> | ||
+ | <link href="style.css" type="text/css" rel="stylesheet" media="screen,projection" /> | ||
+ | <link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> | ||
+ | </head> | ||
- | + | <body> | |
- | + | <div class="menu"> | |
+ | <div class="slider"> | ||
+ | <ul> | ||
+ | <li class="category active"><a href="#notebook">NOTEBOOK</a></li> | ||
+ | <li class="category"><a href="#february">FEBRUARY</a></li> | ||
+ | <li class="category"><a href="#march">MARCH</a></li> | ||
+ | <li class="category"><a href="#april">APRIL</a></li> | ||
+ | <li class="category"><a href="#may">MAY</a></li> | ||
+ | <li class="category"><a href="#june">JUNE</a></li> | ||
+ | <li class="category"><a href="#july">JULY</a></li> | ||
+ | <li class="category"><a href="#august">AUGUST</a></li> | ||
+ | <li class="category"><a href="#september">SEPTEMBER</a></li> | ||
+ | <li class="category"><a href="#october">OCTOBER</a></li> | ||
+ | </ul> | ||
+ | <div class="bar"> | ||
+ | <div class="before"></div> | ||
+ | <a class="knob"></a> | ||
+ | <div class="after"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="notebook" class="container"> | ||
+ | <div class="header"> | ||
+ | <h1>Notebook</h1> | ||
+ | <p>Hallo hallo</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="february" class="container february"> | ||
+ | <h1>February</h1> | ||
+ | </div> | ||
+ | <div id="march" class="container march"> | ||
+ | <h1>March</h1> | ||
+ | </div> | ||
+ | <div id="april" class="container april"> | ||
+ | <h1>April</h1> | ||
+ | </div> | ||
+ | <div id="may" class="container may"> | ||
+ | <h1>May</h1> | ||
+ | </div> | ||
+ | <div id="june" class="container june"> | ||
+ | <h1>June</h1> | ||
+ | </div> | ||
+ | <div id="july" class="container july"> | ||
+ | <h1>July</h1> | ||
+ | <h2>June 30th - July 6th</h2> | ||
+ | <p>Deze week hebben we hele leuke dingen gedaan.</p> | ||
+ | </br> | ||
+ | <h2>July 7th - July 13th</h2> | ||
+ | <p>Deze week hebben we ook hele leuke dingen gedaan.</p> | ||
+ | </div> | ||
+ | <div id="august" class="container august"> | ||
+ | <h1>August</h1> | ||
+ | </div> | ||
+ | <div id="september" class="container september"> | ||
+ | <h1>September</h1> | ||
+ | </div> | ||
+ | <div id="october" class="container october"> | ||
+ | <h1>October</h1> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- Javascript --> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | ||
+ | <script src="js/init.js"></script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 10:36, 15 July 2014
Notebook
Hallo hallo
February
March
April
May
June
July
June 30th - July 6th
Deze week hebben we hele leuke dingen gedaan.
July 7th - July 13th
Deze week hebben we ook hele leuke dingen gedaan.