Team:NTNU-Trondheim/Templates/Footer

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> </div><!-- /container --> <!-- Footer ================================================== --> <footer class="footer"> <div class="container"> <p class="pull-...")
 
(3 intermediate revisions not shown)
Line 24: Line 24:
<!-- Bootstrap -->
<!-- Bootstrap -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
-
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/js/bootstrap.min.js"></script>
+
<script src="http://oveoyas.github.io/igem-ntnu-2012/js/bootstrap.min.js"></script>
<script type="text/javascript">
<script type="text/javascript">
Line 40: Line 40:
<!-- jQuery countdown -->
<!-- jQuery countdown -->
-
<script type="text/javascript" src="http://folk.ntnu.no/oyas/igem/extras/js/jquery.countdown.js"></script>
+
<script type="text/javascript" src="http://oveoyas.github.io/igem-ntnu-2012/js/jquery.countdown.js"></script>
<script type="text/javascript">
<script type="text/javascript">
$(function () {
$(function () {
var jamboreeDay = new Date();
var jamboreeDay = new Date();
-
jamboreeDay = new Date(2012, 10 - 1, 5);
+
jamboreeDay = new Date(2013, 10 - 1, 11);
$('#jamboreeCountdown').countdown({
$('#jamboreeCountdown').countdown({
until: jamboreeDay,
until: jamboreeDay,
Line 105: Line 105:
<!-- Fill the screen of index page on tablets -->
<!-- Fill the screen of index page on tablets -->
<script type="text/javascript">
<script type="text/javascript">
-
     $(document).ready(function() {
+
     $(document).ready(function() {f
     if ( $(window).width() < 1100 ) {
     if ( $(window).width() < 1100 ) {
         $('#index-collapse').addClass('span12').removeClass('span9');
         $('#index-collapse').addClass('span12').removeClass('span9');

Latest revision as of 12:21, 10 July 2013