Difference between revisions of "Team:UMass-Dartmouth/Template:Base"
Line 17: | Line 17: | ||
border-bottom: 50px solid #E8BB00; | border-bottom: 50px solid #E8BB00; | ||
− | . | + | .navBar { |
Line 23: | Line 23: | ||
+ | |||
+ | .navBar .container { | ||
+ | |||
+ | |||
+ | |||
+ | .container .pull-left { | ||
+ | width: 35%; | ||
+ | height: 10px; | ||
+ | margin-left: 20px | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .container .pull-right { | ||
+ | width: 35%; | ||
+ | height: 10px; | ||
+ | margin-right: 20px | ||
+ | |||
</style> | </style> | ||
+ | |||
<head> | <head> | ||
− | + | <meta charset="utf-8"> | |
</head> | </head> | ||
+ | |||
<body> | <body> | ||
+ | <div class="navBar"> | ||
+ | <!--insert coding for navigation bar--> | ||
+ | <div class="container"> | ||
+ | <ul class="pull-left"> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth"><li>Home Page</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth/ourproject"><li>Our Project</li></a> | ||
+ | <ul> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth/proj-desc"><li>Project Description</li></a> | ||
+ | <a href= "link"><li>About H. Pylori</li></a> | ||
+ | <a href= "link"><li>Our Proposition</li></a> | ||
+ | </ul> | ||
+ | </ul> | ||
+ | <ul class="pull-right"> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth/theateam"><li>The Team</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth/contactus"><li>Contact</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 16:42, 13 July 2015