(Replaced content with "{{:Team:Calgary/NavBar}}") |
|||
Line 1: | Line 1: | ||
{{:Team:Calgary/NavBar}} | {{:Team:Calgary/NavBar}} | ||
+ | |||
+ | <html lang="en"> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <title>Team:Calgary - 2018.igem.org</title> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | |||
+ | |||
+ | <!-- Font Awesome CSS --> | ||
+ | |||
+ | <!-- UH OH! CDN! --> | ||
+ | |||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
+ | |||
+ | <!-- Home Page CSS --> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/Team:Calgary/HomePageCSSImposter?action=raw&ctype=text/css"> | ||
+ | |||
+ | <!-- Scripts --> | ||
+ | |||
+ | <!-- Long Scroll JS --> | ||
+ | <script src="https://2018.igem.org/Team:Calgary/JQueryMinJSImposter?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:Calgary/JQueryFullPageJSImposter?action=raw&ctype=text/javascript"></script> | ||
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | $('#fullpage').fullpage({ | ||
+ | anchors: ['Project', 'Software', 'Human Practices', 'Contact Us'], | ||
+ | sectionsColor: ['#F53240', '#F9BE02', '#02C8A7', '#AF7AC5'], | ||
+ | navigation: true, | ||
+ | navigationPosition: 'right', | ||
+ | navigationTooltips: ['Project','Software','Human Practices', 'Contact Us'], | ||
+ | css3: true, | ||
+ | responsiveWidth: 750, | ||
+ | responsiveHeight: 400, | ||
+ | loopTop: true, | ||
+ | loopBottom: true, | ||
+ | afterResponsive: function(isResponsive) {} | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <!-- Bootstrap 4's JS --> | ||
+ | <script src="https://2018.igem.org/Team:Calgary/BootstrapBundleMinJSImposter?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <!-- Content --> | ||
+ | <div id="fullpage"> | ||
+ | <!-- Project Preview --> | ||
+ | <div class="section" id="section0"> | ||
+ | <div class="intro" id="slide0"> | ||
+ | <h1>Project</h1> | ||
+ | <p>Blah, blah, blah, this is our project. Yikes.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Software Preview --> | ||
+ | <div class="section" id="section1"> | ||
+ | <div class="intro" id="slide1"> | ||
+ | <h1>Software</h1> | ||
+ | <p>We made a bot. It does some cool stuff.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Human Practices Preview --> | ||
+ | <div class="section" id="section2"> | ||
+ | <div class="intro" id="slide2"> | ||
+ | <h1>Human Practices</h1> | ||
+ | <p>Humans were involved in the creation of this project.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Social Media --> | ||
+ | <div class="section" id="section3"> | ||
+ | <div class="intro" id="slide3"> | ||
+ | <h1>Contact Us</h1> | ||
+ | <ul id="social-media-list"> | ||
+ | <li><a href="#"><i class="fa fa-facebook-f fa-2x" aria-hidden="true"></i><span>Facebook</span></a></li> | ||
+ | <li><a href="#"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i><span>Twitter</span></a></li> | ||
+ | <li><a href="#"><i class="fa fa-instagram fa-2x" aria-hidden="true"></i><span>Instagram</span></a></li> | ||
+ | <li><a href="#"><i class="fa fa-envelope fa-2x" aria-hidden="true"></i><span>Email</span></a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 17:08, 14 May 2018
Project
Blah, blah, blah, this is our project. Yikes.
Software
We made a bot. It does some cool stuff.
Human Practices
Humans were involved in the creation of this project.