(7 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
<div class="navbar-brand"> | <div class="navbar-brand"> | ||
− | <a class="navbar-logo" href=" | + | <a class="navbar-logo" href="https://2018.igem.org/Team:UPF_CRG_Barcelona"> |
<img src="https://static.igem.org/mediawiki/2018/3/37/T--UPF_CRG_Barcelona--logosensebarcelona.svg" alt="iGEM Barcelona team 2018"> | <img src="https://static.igem.org/mediawiki/2018/3/37/T--UPF_CRG_Barcelona--logosensebarcelona.svg" alt="iGEM Barcelona team 2018"> | ||
</a> | </a> | ||
Line 42: | Line 42: | ||
<div id="blur"></div> | <div id="blur"></div> | ||
<!-- Swiper --> | <!-- Swiper --> | ||
− | <div class="swiper-container" id="sw-container"> | + | <div class="swiper-container swiper1" id="sw-container"> |
<div class="swiper-wrapper"> | <div class="swiper-wrapper"> | ||
<a class="swiper-slide swiper-slide-menu" href="https://2018.igem.org/Team:UPF_CRG_Barcelona/LabBook"> | <a class="swiper-slide swiper-slide-menu" href="https://2018.igem.org/Team:UPF_CRG_Barcelona/LabBook"> | ||
Line 64: | Line 64: | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<div class="swiper-container swiper2" id="swiper-photos"> | <div class="swiper-container swiper2" id="swiper-photos"> | ||
Line 80: | Line 75: | ||
</div> | </div> | ||
− | <p>In the UPF-CRG Barcelona iGEM team, we have been working really hard in the laboratory among spring, summer and autumn. As a result, here we deliver the protocols that have been followed, the lab notebooks keeping track of the whole process, and the techniques used for the measurement of our results | + | <main> |
+ | |||
+ | <section class="container"> | ||
+ | |||
+ | <div style="width: 100%"> | ||
+ | <p>In the UPF-CRG Barcelona iGEM team, we have been working really hard in the laboratory among spring, summer and autumn. As a result, here we deliver the protocols that have been followed, the lab notebooks keeping track of the whole process, and the techniques used for the measurement of our results. | ||
</p> | </p> | ||
Line 98: | Line 98: | ||
<script src="https://2018.igem.org/Team:UPF_CRG_Barcelona/scripts?action=raw&ctype=text/javascript" charset="utf-8" type="text/javascript"></script> | <script src="https://2018.igem.org/Team:UPF_CRG_Barcelona/scripts?action=raw&ctype=text/javascript" charset="utf-8" type="text/javascript"></script> | ||
− | <script> | + | <script> |
// Initialize Swiper | // Initialize Swiper | ||
− | var swiper = new Swiper('. | + | var swiper = new Swiper('.swiper1', { |
slidesPerView: 3, | slidesPerView: 3, | ||
slidesPerGroup: 1, | slidesPerGroup: 1, | ||
Line 107: | Line 107: | ||
observer: true, | observer: true, | ||
watchOverflow: true, | watchOverflow: true, | ||
+ | freeModeSticky: true, | ||
navigation: { | navigation: { | ||
− | nextEl: '.swiper-button- | + | nextEl: '.swiper-button-next1', |
− | prevEl: '.swiper-button- | + | prevEl: '.swiper-button-prev1', |
}, | }, | ||
keyboard: { | keyboard: { | ||
Line 130: | Line 131: | ||
} | } | ||
}, | }, | ||
+ | }); | ||
+ | |||
+ | var swiper = new Swiper('.swiper2', { | ||
+ | slidesPerView: 1, | ||
+ | slidesPerGroup: 1, | ||
+ | loop: true, | ||
+ | observer: true, | ||
+ | watchOverflow: true, | ||
+ | pagination: { | ||
+ | el: '.swiper-pagination', | ||
+ | }, | ||
+ | paginationClickable: true, | ||
+ | preventClicks: true, | ||
+ | centeredSlides: true, | ||
+ | autoplay: { | ||
+ | delay: 3000, // ms | ||
+ | disableOnInteraction: false, | ||
+ | }, | ||
+ | observeParents: true, | ||
+ | iOSEdgeSwipeDetection: true, | ||
+ | mousewheel: { | ||
+ | forceToAxis: true, | ||
+ | } | ||
}); | }); | ||
</script> | </script> | ||
</body> | </body> | ||
+ | |||
</html> | </html> |
Latest revision as of 01:01, 18 October 2018
In the UPF-CRG Barcelona iGEM team, we have been working really hard in the laboratory among spring, summer and autumn. As a result, here we deliver the protocols that have been followed, the lab notebooks keeping track of the whole process, and the techniques used for the measurement of our results.