Team:UCLA/Home
From 2013.igem.org
(Difference between revisions)
Anuvedverma (Talk | contribs) |
Anuvedverma (Talk | contribs) |
||
Line 1: | Line 1: | ||
http://www.synbioatucla.com/index.php | http://www.synbioatucla.com/index.php | ||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <title>Synthetic Biology Club</title> | ||
+ | |||
+ | <style type = "text/css"> | ||
+ | body{ | ||
+ | font-family: Century Gothic; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | a{ | ||
+ | color: #000; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | |||
+ | #menu{ | ||
+ | font-size: 10px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | width: 100%; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #header{ | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | width: 100%; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | width: 95%; | ||
+ | height: 650px; | ||
+ | overflow: auto; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #footer{ | ||
+ | border-top: 1px solid #000; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | width: 100%; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <table width = 100%> | ||
+ | <tr> | ||
+ | <td bgcolor = "white" width = 8% valign=top><img src="sidebar.jpg" width=260></td> | ||
+ | |||
+ | <td bgcolor = "white" width = 84%> | ||
+ | <body> | ||
+ | <div id = "header"><center><a href="index.php"><img src="logo.jpg" width=500></a></center></div> | ||
+ | |||
+ | <div id = "menu"> | ||
+ | <table cellspacing="0" cellpadding="0"> | ||
+ | <tr> | ||
+ | <td><a href="index.php" onmouseover="change('home')" onmouseout="changeback('home')"> | ||
+ | <img src="home.jpg" name="home" width=100%></a></td> | ||
+ | |||
+ | <td><a href="index.php?p=team" onmouseover="change('team')" onmouseout="changeback('team')"> | ||
+ | <img src="team.jpg" name="team" width=100%></a></td> | ||
+ | |||
+ | <td><a href="index.php?p=calendar" onmouseover="change('calendar')" onmouseout="changeback('calendar')"> | ||
+ | <img src="calendar.jpg" name="calendar" width=100%></a></td> | ||
+ | |||
+ | <td><a href="index.php?p=project" onmouseover="change('project')" onmouseout="changeback('project')"> | ||
+ | <img src="project.jpg" name="project" width=100%></a></td> | ||
+ | |||
+ | <td><a href="index.php?p=news" onmouseover="change('news')" onmouseout="changeback('news')"> | ||
+ | <img src="news.jpg" name="news" width=100%></a></td> | ||
+ | |||
+ | <td><a href="index.php?p=sponsors" onmouseover="change('sponsors')" onmouseout="changeback('sponsors')"> | ||
+ | <img src="sponsors.jpg" name="sponsors" width=100%></a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </body> | ||
+ | <center> | ||
+ | <div id="footer"> | ||
+ | <p> | ||
+ | <font size=3>Questions? Please contact: igemucla@gmail.com</font> | ||
+ | </p> | ||
+ | <p> | ||
+ | <font size=1>Last Update: January 13, 2013.</font> | ||
+ | </p> | ||
+ | </div> | ||
+ | </center> | ||
+ | </body> | ||
+ | </td> | ||
+ | <td bgcolor = "white" width = 8%></td> | ||
+ | </html> |
Revision as of 03:09, 12 July 2013
http://www.synbioatucla.com/index.php
|