Team:UCLA/samantha michaels ucla2014 workspace

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <!--applies to all code--> <!--# for id--> <!--. for class--> <!--comments cannot go within the code it must be outside the tag--> <!--menu a is anchorage--> <!--text de...")
Line 1: Line 1:
-
<html>
+
<html lang="en">
 +
  <head>
 +
<!-- META TAGS -->
 +
    <meta charset="utf-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
   
 +
    <!-- Bootstrap -->
 +
    <link href="css/bootstrap.min.css" rel="stylesheet">
 +
<title>iGEM UCLA</title>
 +
    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
 +
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 +
    <!--[if lt IE 9]>
 +
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
 +
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 +
    <![endif]-->
 +
  </head>
-
<!--applies to all code-->
 
-
<!--# for id-->
 
-
<!--. for class-->
 
-
<!--comments cannot go within the code it must be outside the tag-->
 
-
<!--menu a is anchorage-->
 
-
<!--text decoration is no underline on link-->
 
-
<!--display block - use full space given by width-->
 
-
<!--all menu styling on template: {{:Team:UCLA/Template;}}-->
+
  <body>
-
<!--page with css, instead of style just <link rel="stylesheet" href="" type="text/css"/>-->
+
  <!-- HEADER -->
-
<style>
+
<header class = "nav-down">
-
h4{
+
<div class = "navbar navbar-inverse navbar-static-top">
-
color:green;
+
<div class = "container">
-
}
+
<a id = "brand" class = "navbar-brand scroll">DXMM</a>
-
ul{
+
<button class = "navbar-toggle" data-toggle = "collapse" data-target =".navHeaderCollapse">
-
font-style:italic;
+
<span class = "icon-bar"></span>
-
}
+
<span class = "icon-bar"></span>
-
#list1{
+
<span class = "icon-bar"></span>
-
color:blue;
+
</button>
-
}
+
<div class = "collapse navbar-collapse navHeaderCollapse">
-
.list2{
+
<ul class = "nav navbar-nav navbar-right">
-
color:yellow;
+
<li><a class="scroll" href="#About">About</a></li>
-
}
+
<li class = "dropdown slide">
-
#menu li{
+
<a class = "dropdown-toggle" data-toggle = "dropdown">Experience<b class="caret"></b></a>
-
position:relative;
+
<ul class = "dropdown-menu">
-
float:left;
+
<li><a class="scroll" href="#IEEE">IEEE</a></li>
-
list-style:none;
+
<li><a class="scroll" href="#UCLA_URP">UCLA URP</a></li>
-
}
+
<li><a class="scroll" href="#AISES">AISES</a></li>
-
#menu a{
+
</ul>
-
color:white;
+
<li><a href="#contact" data-toggle="modal">Contact Me</a></li>
-
background:black;
+
</ul>
-
padding:5px;
+
</div>
-
text-decoration:none;
+
</div>
-
width:150px;
+
</div>
-
display:block;
+
</header>
-
text-align:center;
+
-
}
+
-
#menu{
+
-
margin-left:auto;
+
-
margin-right:auto;
+
-
width:640px;
+
-
}
+
-
#menu a:hover{
+
-
background:deepskyblue;
+
-
}
+
-
</style>
+
-
<!--to make a menu-->
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-
<ul id="menu">
+
<script src = "js/bootstrap.min.js"></script>
-
<li><a href="2013.igem.org">Home</a></li>
+
<script type="text/javascript" src = "js/bootstrap-progressbar.js"></script>
-
<li><a href="2013.igem.org">Project</a></li>
+
-
<li><a href="2013.igem.org">Parts</a></li>
+
-
<li><a href="2013.igem.org">Parts</a></li>
+
-
</ul>
+
-
<br><br></br></br>
+
  </body>
-
<h4 style="color:red">Project</h4>
+
-
<p>
+
-
"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"
+
-
</p>
+
-
<img src="http://www.zwaldtransport.com/images/placeholders/placeholder1.jpg" align="right" style="padding:10px"></img>
+
-
 
+
-
<ul id="list1">
+
-
<li>one</li>
+
-
<li>two</li>
+
-
<li>three</li>
+
-
</ul>
+
-
 
+
-
<ul>
+
-
<li>one</li>
+
-
<li>two</li>
+
-
<li>three</li>
+
-
</ul>
+
-
 
+
-
<ul id="list1">
+
-
<li>one</li>
+
-
<li>two</li>
+
-
<li>three</li>
+
-
</ul>
+
-
 
+
-
<ul>
+
-
<li>one</li>
+
-
<li>two</li>
+
-
<li>three</li>
+
-
</ul>
+
-
 
+
-
<ul class="list2">
+
-
<li>one</li>
+
-
<li>two</li>
+
-
<li>three</li>
+
-
</ul>
+
-
 
+
-
<h4>Project</h4>
+
-
<p>
+
-
"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"
+
-
</p>
+
-
<h4>Project</h4>
+
-
<p>
+
-
"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"
+
-
</p>
+
</html>
</html>

Revision as of 22:37, 1 August 2014

iGEM UCLA