Team:UCLA
From 2013.igem.org
Dewalgupta (Talk | contribs) |
Dewalgupta (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | {{:Team:UCLA/Template | + | {{:Team:UCLA/Template}} |
</style> | </style> | ||
Revision as of 03:03, 13 September 2013
<meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>UCLA iGEM </title> <meta name="description" content="Blueprint: Fixed Background Scrolling Layout" /> <meta name="keywords" content="background scrolling, fixed background, background-attachment, jquery" /> <meta name="author" content="Codrops" />
<link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:UCLA/css/default?action=raw&ctype=text/css" /> <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:UCLA/css/component?action=raw&ctype=text/css" /> <script type="text/javascript" src="https://2013.igem.org/Team:UCLA/javascript/modernizr.custom?action=raw&ctype=text/js"></script>
</head> <body>
<nav>
<a href="#fbsection1" class="cbp-fbcurrent">Section 1</a>
<a href="#fbsection2">Section 2</a>
<a href="#fbsection3">Section 3</a>
<a href="#fbsection4">Section 4</a>
<a href="#fbsection5">Section 5</a>
</nav>
<section id="fbsection1">
</section>
<section id="fbsection2">
</section>
<section id="fbsection3"></section>
<section id="fbsection4"></section>
<section id="fbsection5"></section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://2013.igem.org/Team:UCLA/javascript/jquery.easing.min?action=raw&ctype=text/js"></script>
<script src="https://2013.igem.org/Team:UCLA/javascript/waypoints.min?action=raw&ctype=text/js"></script>
<script src="https://2013.igem.org/Team:UCLA/javascript/jquery.debouncedresize?action=raw&ctype=text/js"></script> <script src="https://2013.igem.org/Team:UCLA/javascript/cbpFixedScrollLayout.min?action=raw&ctype=text/js"></script> <script> $(function() { cbpFixedScrollLayout.init(); }); </script> </body> </html>