Line 1: | Line 1: | ||
− | <! | + | <!-- |
+ | * This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018 | ||
+ | * @version v0.7.3 | ||
+ | * @link https://github.com/Virginia-iGEM/igem-wikibrick | ||
+ | * @license MIT | ||
+ | *--> | ||
+ | |||
<html> | <html> | ||
− | + | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | <script src="/ | + | <script src="https://2018.igem.org/Template:BOKU-Vienna/js/vendor?action=raw&ctype=text/javascript"></script> |
− | + | ||
<script> | <script> | ||
$(function() { | $(function() { | ||
− | $('header').load('/ | + | $('header').load('https://2018.igem.org/Template:BOKU-Vienna/header?action=raw&ctype=text/javascript'); |
− | $('footer').load('/ | + | $('footer').load('https://2018.igem.org/Template:BOKU-Vienna/footer?action=raw&ctype=text/javascript'); |
}) | }) | ||
</script> | </script> | ||
− | <link rel="stylesheet" href="/css/bootstrap.min | + | <link rel="stylesheet" href="https://2018.igem.org/Template:BOKU-Vienna/css/bootstrap.min?action=raw&ctype=text/css"> |
− | <link rel="stylesheet" href="/css/ekko-lightbox | + | <link rel="stylesheet" href="https://2018.igem.org/Template:BOKU-Vienna/css/ekko-lightbox?action=raw&ctype=text/css"> |
− | <link rel="stylesheet" href="/css/fa-svg-with-js | + | <link rel="stylesheet" href="https://2018.igem.org/Template:BOKU-Vienna/css/fa-svg-with-js?action=raw&ctype=text/css"> |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"> | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"> | ||
− | <link rel="stylesheet" href="/css/styles | + | <link rel="stylesheet" href="https://2018.igem.org/Template:BOKU-Vienna/css/styles?action=raw&ctype=text/css"> |
− | <script src="/ | + | <script src="https://2018.igem.org/Template:BOKU-Vienna/js/wiki?action=raw&ctype=text/javascript"></script> |
<!--Added MathJax hack to make inline equations work--> | <!--Added MathJax hack to make inline equations work--> | ||
<script type="text/x-mathjax-config"> | <script type="text/x-mathjax-config"> | ||
Line 26: | Line 31: | ||
} | } | ||
}); | }); | ||
− | </script> | + | </script> |
− | + | ||
<header></header> <div id="main" class="container"> | <header></header> <div id="main" class="container"> | ||
<article class="row-element"></article> | <article class="row-element"></article> | ||
<script> | <script> | ||
− | $('article').load('/ | + | $('article').load('https://2018.igem.org/Template:BOKU-Vienna/Basic_Part?action=raw&ctype=text/javascript'); |
</script> | </script> | ||
</div> <footer></footer> | </div> <footer></footer> | ||
<!--SMOOTH SCROLL UP--> | <!--SMOOTH SCROLL UP--> | ||
− | <div class= | + | <div class="scrolltop"> |
− | <div class= | + | <div class="scroll icon"><i class="fa fa-4x fa-angle-up"></i></div> |
− | </div> | + | </div> |
</html> | </html> |
Revision as of 09:21, 4 October 2018