- · 97.934 Slack messages sent
- · Data, data, data (all types, even Soong-type)
- · Wish we lived on Mars, for these extra 41 minutes in every day
- · "If the cell doesn’t like it, the cell doesn’t like it."
- · Breaking into a lab is not a crime (as long as you work there)
- · Thank you "On the Edge" for all the sensational ideas
CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <style>body{ min-width: 1200px; }</style> | ||
<!-- >>>>> Meta <<<<< --> | <!-- >>>>> Meta <<<<< --> | ||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' /> | <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' /> | ||
− | <!-- | + | <!-- Smooth Scroling Reference --> |
− | <script type= | + | <script type='text/javascript' src='https://2017.igem.org/Template:Greece/smooth_scrolling_reference?action=raw&ctype=text/javascript'></script> |
+ | |||
+ | <!-- MathJax Library --> | ||
+ | <script src="https://2015.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
<!-- Collapsable --> | <!-- Collapsable --> | ||
Line 11: | Line 15: | ||
<link href='https://2017.igem.org/Template:Greece/expanding_boxes_stylesheet?action=raw&ctype=text/css' rel='stylesheet'> | <link href='https://2017.igem.org/Template:Greece/expanding_boxes_stylesheet?action=raw&ctype=text/css' rel='stylesheet'> | ||
<!-- End of collapsable --> | <!-- End of collapsable --> | ||
+ | |||
+ | <!-- Google Fonts --> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet"> | ||
+ | |||
+ | <!-- Call Jquery --> | ||
+ | <script type="text/javascript" src="https://2017.igem.org/Template:Greece/latest_jquery?action=raw&ctype=text/javascript"></script> | ||
<!-- >>>>> General Stylesheets <<<<< --> | <!-- >>>>> General Stylesheets <<<<< --> | ||
Line 103: | Line 113: | ||
else $('#display_box').css('height', '800px'); | else $('#display_box').css('height', '800px'); | ||
+ | |||
+ | |||
+ | if(stateMsg == 'Attributions') $('#display_box').css('height', '1000px'); | ||
} | } | ||
</script> | </script> | ||
+ | <script> | ||
+ | var str = 'https://2017.igem.org/Team:Greece/'; | ||
+ | var referrer = document.referrer; | ||
+ | var check = referrer.substring(str.length, referrer.length); | ||
+ | console.log(check); | ||
+ | var new_height; | ||
+ | switch(check){ | ||
+ | /*Project*/ | ||
+ | case 'Attributions' : new_height = 1000; | ||
+ | break; | ||
+ | } | ||
+ | $('#display_box').css('height', new_height); | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
− | <span id='top_flag'></span> | + | <span id='top_flag' style='position: absolute; z-index: -100; margin: -100px 0px 0px 0px;'></span> |
<!-- Loading Screen --> | <!-- Loading Screen --> | ||
<div id='loading-background'> | <div id='loading-background'> | ||
Line 186: | Line 212: | ||
<script> | <script> | ||
function backToTop(){ | function backToTop(){ | ||
− | $('html, body').animate({scrollTop: '-= | + | /*$('html, body').animate({scrollTop: '-=15000px'}, 1800);*/ |
+ | $('#top_flag').goTo(); | ||
} | } | ||
</script> | </script> |
Latest revision as of 04:05, 16 December 2017