Difference between revisions of "Team:NYMU-Taipei/HP/Gold Integrated"

Line 5: Line 5:
  
 
   <head>
 
   <head>
<meta charset="utf-8">  
+
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
+
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+
 +
<!-- Bootstrap -->
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
 +
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 
   </head>
 
   </head>
 
    
 
    
Line 14: Line 18:
 
   <body>
 
   <body>
  
<div class="dropdown">
+
<ul class="nav nav-tabs">
  <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
+
   <li role="presentation" class="active"><a href="#">Home</a></li>
   <img src="https://static.igem.org/mediawiki/2017/9/98/NYMU-_Far_East_Bio_Tec_photo.png"   id="NYMU-_Far_East_Bio_Tec_photo.png" >
+
  <li role="presentation"><a href="#">Profile</a></li>
    <span class="caret"></span>
+
  <li role="presentation"><a href="#">Messages</a></li>
  </button>
+
</ul>
  <ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
+
    <li><a href="#">Action</a></li>
+
    <li><a href="#">Another action</a></li>
+
    <li><a href="#">Something else here</a></li>
+
    <li role="separator" class="divider"></li>
+
    <li><a href="#">Separated link</a></li>
+
  </ul>
+
</div>
+
  
 
   </body>
 
   </body>
 
    
 
    
 
</html>
 
</html>

Revision as of 07:38, 8 August 2017