|
|
Line 2: |
Line 2: |
| <html> | | <html> |
| <style type="text/css"> | | <style type="text/css"> |
− | html, body {
| + | |
− | width: 100%;
| + | h4 { |
− | }
| + | margin-bottom: 10px; |
| + | } |
| + | .background{ |
| + | background:url(https://static.igem.org/mediawiki/2017/c/cb/KU_Leuven_Homepage2.png); |
| + | position: initial; |
| + | background-size: 100%; |
| + | padding: 0 10px 0 10px; |
| + | } |
| | | |
− |
| + | #grad { |
| + | background: -webkit-linear-gradient(#C17952,#ffd4a6,#edf2f4); /* Safari 5.1-6.0 */ |
| + | background: -o-linear-gradient(#C17952,#ffd4a6,#edf2f4); /* Opera 11.1-12.0 */ |
| + | background: -moz-linear-gradient(#C17952,#ffd4a6,#edf2f4); /* Firefox 3.6-15 */ |
| + | background: linear-gradient(#C17952,#ffd4a6,#edf2f4); /* Standard syntax */ |
| + | } |
| + | |
| + | p { |
| + | text-align:justify; |
| + | font-size: 20px; |
| + | } |
| + | </style> |
| + | |
| + | <div id="grad"> |
| + | |
| + | <br> |
| + | |
| + | <div class="background"> |
| + | <h1 style="text-align:center; padding: 30px; font-size:50px; color: white;">Notebook</h1> |
| + | <p style="text-align: center;color: white; padding: 10px 10px 60px 10px; font-size:15px;"><strong>I know what you did last summer!</strong> KU Leuven iGEM Team 2017 has gone through some ups and downs, but that didn't stop them from being creative and to explore the world of science. Other than that, a lot of fun activities were planned. Read and know more about their adventure. |
| + | </p> |
| + | </div> |
| + | <br> |
| + | <div class="container"> |
| + | |
| + | <p style="text-align:justify; padding: 0px 50px 0px 50px;"> |
| + | <h2>Cell culture</h2> |
| + | |
| + | <h2>Lab</h2> |
| + | |
| + | <h2>Calcium-imaging</h2> |
| + | |
| + | <h2>Patch Clamp</h2> |
| + | |
| + | <h2>Education</h2> |
| + | |
| + | <h2>Human practices</h2> |
| + | |
| + | <h2>Collaboration</h2> |
| + | |
| + | <h2>Hardware</h2> |
| + | |
| + | <h2>Symposium</h2> |
| + | |
| + | <h2>Business model</h2> |
| + | |
| + | <h2>Sponsoring</h2> |
| + | |
| + | |
| + | <br> |
| + | </div> |
| | | |
− | label, p, a, h1, div {
| |
− | font-family: Roboto, sans-serif;
| |
− | }
| |
| | | |
− | .tab-wrap {
| |
− | width: 100%;
| |
− | position: relative;
| |
− | display: -webkit-box;
| |
− | display: -ms-flexbox;
| |
− | display: flex;
| |
− |
| |
− | }
| |
− | #grad {
| |
− | background: -webkit-linear-gradient(#C17952,#ffd4a6,#edf2f4); /* Safari 5.1-6.0 */
| |
− | background: -o-linear-gradient(#C17952,#ffd4a6,#edf2f4); /* Opera 11.1-12.0 */
| |
− | background: -moz-linear-gradient(#C17952,#ffd4a6,#edf2f4); /* Firefox 3.6-15 */
| |
− | background: linear-gradient(#C17952,#ffd4a6,#edf2f4); /* Standard syntax */
| |
− | }
| |
| | | |
− | | + | |
− | input[type="radio"][name="tabs"] {
| + | |
− | position: absolute;
| + | |
− | z-index: -1;
| + | |
− | }
| + | |
− | input[type="radio"][name="tabs"]:checked + .tab-label-content label {
| + | |
− | color: white;
| + | |
− | }
| + | |
− | input[type="radio"][name="tabs"]:checked + .tab-label-content .tab-content {
| + | |
− | display: block;
| + | |
− | }
| + | |
− | input[type="radio"][name="tabs"]:nth-of-type(1):checked ~ .slide {
| + | |
− | left: calc((100% / 4) * 0);
| + | |
− | }
| + | |
− | input[type="radio"][name="tabs"]:nth-of-type(2):checked ~ .slide {
| + | |
− | left: calc((100% / 4) * 1);
| + | |
− | }
| + | |
− | input[type="radio"][name="tabs"]:nth-of-type(3):checked ~ .slide {
| + | |
− | left: calc((100% / 4) * 2);
| + | |
− | }
| + | |
− | input[type="radio"][name="tabs"]:nth-of-type(4):checked ~ .slide {
| + | |
− | left: calc((100% / 4) * 3);
| + | |
− | }
| + | |
− | input[type="radio"][name="tabs"]:first-of-type:checked ~ .slide {
| + | |
− | left: 0;
| + | |
− | }
| + | |
− | | + | |
− | label {
| + | |
− | cursor: pointer;
| + | |
− | color: yellow;
| + | |
− | background-color: #cc3333;
| + | |
− | box-sizing: border-box;
| + | |
− | display: -webkit-inline-box;
| + | |
− | display: -ms-inline-flexbox;
| + | |
− | display: inline-flex;
| + | |
− | -webkit-box-align: center;
| + | |
− | -ms-flex-align: center;
| + | |
− | align-items: center;
| + | |
− | -webkit-box-pack: center;
| + | |
− | -ms-flex-pack: center;
| + | |
− | justify-content: center;
| + | |
− | text-align: center;
| + | |
− | height: 56px;
| + | |
− | -webkit-transition: color 0.2s ease;
| + | |
− | transition: color 0.2s ease;
| + | |
− | width: 100%;
| + | |
− | }
| + | |
− | | + | |
− | .slide {
| + | |
− | background: #ffeb3b;
| + | |
− | width: calc(100% / 4);
| + | |
− | height: 4px;
| + | |
− | position: absolute;
| + | |
− | left: 0;
| + | |
− | top: calc(100% - 4px);
| + | |
− | -webkit-transition: left 0.3s ease-out;
| + | |
− | transition: left 0.3s ease-out;
| + | |
− | }
| + | |
− | | + | |
− | .tab-label-content {
| + | |
− | width: 100%;
| + | |
− | }
| + | |
− | .tab-label-content .tab-content {
| + | |
− | position: absolute;
| + | |
− | margin: 0px 0px 100px 0px;
| + | |
− | left: 16px;
| + | |
− | line-height: 130%;
| + | |
− | display: none;
| + | |
− | }
| + | |
− | | + | |
− | @media screen and (max-width: 800px) {
| + | |
− | h1 {
| + | |
− | display: relative;
| + | |
− | }
| + | |
− | | + | |
− | .tab-wrap {
| + | |
− | width: 80%;
| + | |
− | margin-left: 10%;
| + | |
− | top: -106px;
| + | |
− | }
| + | |
− | .follow {
| + | |
− | width: 42px;
| + | |
− | height: 42px;
| + | |
− | border-radius: 50px;
| + | |
− | background: #03A9F4;
| + | |
− | display: block;
| + | |
− | margin: 300px auto 0;
| + | |
− | white-space: nowrap;
| + | |
− | padding: 13px;
| + | |
− | box-sizing: border-box;
| + | |
− | color: white;
| + | |
− | -webkit-transition: all 0.2s ease;
| + | |
− | transition: all 0.2s ease;
| + | |
− | font-family: Roboto, sans-serif;
| + | |
− | text-decoration: none;
| + | |
− | box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
| + | |
− | }
| + | |
− | .follow i {
| + | |
− | margin-right: 20px;
| + | |
− | -webkit-transition: margin-right 0.2s ease;
| + | |
− | transition: margin-right 0.2s ease;
| + | |
− | }
| + | |
− | .follow:hover {
| + | |
− | width: 134px;
| + | |
− | }
| + | |
− | .follow:hover i {
| + | |
− | margin-right: 10px;
| + | |
− | }
| + | |
− | | + | |
− | @media screen and (max-width: 800px) {
| + | |
− | .follow {
| + | |
− | margin: 400px auto 0;
| + | |
− | }
| + | |
− | }
| + | |
− | </style>
| + | |
− | <div id="grad">
| + | |
− | <div class="container">
| + | |
− | <h1>Notebook</h1>
| + | |
− | <div class="tab-wrap">
| + | |
− |
| + | |
− | <input type="radio" name="tabs" id="tab1" checked>
| + | |
− | <div class="tab-label-content" id="tab1-content">
| + | |
− | <label for="tab1">Cell Culture</label>
| + | |
− | <div class="tab-content" style="padding: 20px 0px 100px 0px; margin: 10px;">TAB 1 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis laoreet eget lectus eu congue. Nam finibus urna eget nisl aliquam, in dictum ligula feugiat. Donec mollis ligula purus, et interdum velit bibendum eget. Aliquam magna diam, tristique eu libero nec, sagittis finibus sapien. Cras a ex ultricies, faucibus elit sagittis, maximus nisi. Donec quis arcu sapien. Aenean risus nibh, varius sed porttitor a, ornare nec leo. Sed vitae lacus in ipsum varius sagittis. Ut in quam cursus, ullamcorper sapien posuere, laoreet elit. Suspendisse interdum, risus ut ultricies scelerisque, nibh est commodo leo, sed tristique nisl odio et turpis. Fusce pellentesque nunc nec arcu feugiat accumsan. Praesent mauris sem, eleifend sit amet tortor in, cursus vehicula arcu. Curabitur convallis sit amet nunc ac feugiat. Sed at risus id diam porta pretium id vel felis. Donec nec dui id nisl hendrerit laoreet eu id odio.</div>
| + | |
− | </div>
| + | |
− |
| + | |
− | <input type="radio" name="tabs" id="tab2">
| + | |
− | <div class="tab-label-content" id="tab2-content">
| + | |
− | <label for="tab2">Patch Clamp</label>
| + | |
− | <div class="tab-content" style="padding: 20px; margin: 10px;">TAB 2 - Quisque egestas, purus in tempor vulputate, diam augue mollis quam, quis elementum ipsum ex a risus. Quisque sed augue porta, facilisis felis vitae, cursus mi. Nullam mollis magna eget tincidunt mollis. Sed suscipit placerat ultricies. Sed eget lorem et ipsum ultricies congue eu a enim. Nam quis ex nec lorem dignissim suscipit eu ut felis. Vivamus molestie felis id purus congue, vel ultrices sem molestie.</div>
| + | |
− | </div>
| + | |
− |
| + | |
− | <input type="radio" name="tabs" id="tab3">
| + | |
− | <div class="tab-label-content" id="tab3-content">
| + | |
− | <label for="tab3">Ca<sup>2+</sup> imaging</label>
| + | |
− | <div class="tab-content" style="padding: 20px; margin: 10px;">TAB 3 - Donec vulputate ante ac ligula vestibulum, id mollis diam commodo. Integer at consequat magna. Sed elit sem, dictum nec porttitor ac, ultrices id enim. Morbi semper eros a enim malesuada, eu finibus erat dictum. Ut vitae orci a odio sagittis malesuada. Cras volutpat vel lorem in tempor. Duis ultricies lectus sit amet tellus vehicula faucibus. Etiam sed leo ac erat tempor feugiat at quis ipsum. Mauris pellentesque nisl lorem, ac finibus sapien sagittis vel. Donec et lobortis est. Vestibulum dignissim ligula nec erat interdum, quis sollicitudin metus pretium. Vestibulum quis dui sapien. Proin commodo justo ac orci elementum molestie. Aliquam mattis orci vitae volutpat commodo.</div>
| + | |
− | </div>
| + | |
− |
| + | |
− | <input type="radio" name="tabs" id="tab4">
| + | |
− | <div class="tab-label-content" id="tab4-content">
| + | |
− | <label for="tab4">Logbook</label>
| + | |
− | <div class="tab-content">
| + | |
− | <h3><b>Logbook</b></h3>
| + | |
− | <br>
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/3/31/IGEM_First_Meeting.JPG" WIDTH=450 HEIGHT=350><br>
| + | |
− | <br>
| + | |
− | <h4> First meeting - 21 feb </h4>
| + | |
− | This is the meeting where the team spirit was established and missing pieces of our adventure to success were collected. For example, who is going to be our PI? How do we get sponsors? Who will be our leader to guide us all the way through to the end of the project? Every team member was assigned a subcategory, which they will complete with passion and dedication. A very subtle move towards possible project ideas was made during this meeting.
| + | |
− | <br>
| + | |
− | <br>
| + | |
− | <br>
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/f/f1/IGEM_KULEUVEN2017.png" WIDTH=450 HEIGHT=350><br>
| + | |
− | <br>
| + | |
− | <h4>Project Ideas - 27 </h4>
| + | |
− | This week, we discussed the many proposals about project ideas along with some professors. There were some remarkable ideas on the table: Development of an ecosystem in a space station, DNA fitting to predict an individual’s health, weight and nutrition, introduction of a filter over intestinal villus for better uptake of gluten in Coeliac patients, and more.
| + | |
− | <br>
| + | |
− | <br>
| + | |
− | We also completed our team registration and team leaders were chosen for the subcategories. <i><strong>Nothing could stop us from entering this!</strong></i>
| + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− |
| + | |
− | <div class="slide"></div>
| + | |
− |
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
| </html> | | </html> |
| + | {{KU_Leuven_footer}} |