Hyper mario (Talk | contribs) |
|||
Line 1: | Line 1: | ||
{{Bulgaria}} | {{Bulgaria}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Leckerli+One" rel="stylesheet"> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800" rel="stylesheet"> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Biryani:300,400,800,900" rel="stylesheet"> | ||
+ | <style> | ||
+ | .drop-link, .menu-item, .sub-item{ | ||
+ | list-style-type: none !important; | ||
+ | list-style-image: none !important; | ||
+ | list-style:none !important; | ||
+ | } | ||
+ | #content{ | ||
+ | width: 100%; | ||
+ | padding: 0px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | #top_title{ | ||
+ | display: none; | ||
+ | } | ||
− | + | #sideMenu{ | |
+ | display: none; | ||
+ | } | ||
+ | *{ | ||
+ | margin:0; | ||
+ | padding: 0; | ||
+ | font-family: 'Open Sans', sans-serif !important; | ||
+ | } | ||
− | + | .wrapper{ | |
+ | width: 100%; | ||
+ | margin: 0 auto; | ||
+ | } | ||
− | + | nav{ | |
+ | background: #80002a; | ||
+ | color: white; | ||
+ | padding: 20px; | ||
+ | text-align: right; | ||
+ | } | ||
+ | .navigation-bar{ | ||
+ | padding-right: 125px !important; | ||
+ | } | ||
− | + | .menu-item{ | |
+ | display: inline-block; | ||
+ | margin-right: 25px; | ||
+ | color:rgba(255,255,255,0.9); | ||
+ | text-transform: capitalize; | ||
+ | } | ||
+ | .menu-item:hover{ | ||
+ | color:rgba(255,255,255,1); | ||
+ | cursor: pointer; | ||
+ | } | ||
− | + | .drop-link{ | |
− | + | position: relative; | |
− | + | display: inline-block; | |
− | + | } | |
− | + | ||
− | + | ||
+ | .dropdown-content { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | list-style-type: none; | ||
+ | text-align: left; | ||
+ | background-color: #80002a; | ||
+ | min-width: 160px; | ||
+ | padding-top: 20px !important; | ||
+ | margin-left: -20px !important; | ||
− | + | } | |
− | + | ||
− | + | .sub-item{ | |
− | + | padding: 15px; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | .dropdown-content a, | ||
+ | a{ | ||
+ | text-decoration: none !important; | ||
+ | color: white !important; | ||
+ | padding-top: 15px; | ||
+ | } | ||
+ | .drop-link:hover .dropdown-content { | ||
+ | cursor: pointer; | ||
+ | display: block; | ||
+ | margin-top:0px !important; | ||
+ | } | ||
− | + | .sub-item:hover{ | |
+ | background: #5d001f; | ||
+ | transition: background .2s linear; | ||
+ | } | ||
+ | @import url('https://fonts.googleapis.com/css?family=Biryani:300,400,900|Open+Sans:300,800'); | ||
+ | @import url('https://fonts.googleapis.com/css?family=Leckerli+One'); | ||
− | + | *{ | |
+ | margin:0; | ||
+ | padding: 0; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
− | + | .wrapper{ | |
− | + | width: 100%; | |
− | + | margin: 0 auto; | |
− | + | } | |
− | + | ||
+ | nav{ | ||
+ | background: #80002a; | ||
+ | color: white; | ||
+ | padding: 20px; | ||
+ | text-align: right; | ||
+ | } | ||
− | + | .navigation-bar{ | |
+ | padding-right: 75px; | ||
+ | } | ||
− | + | .menu-item{ | |
− | + | display: inline-block; | |
− | + | margin-right: 25px; | |
− | + | color:rgba(255,255,255,0.9); | |
− | + | text-transform: capitalize; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | .menu-item:hover{ | |
+ | color:rgba(255,255,255,1); | ||
+ | cursor: pointer; | ||
+ | } | ||
− | + | .drop-link{ | |
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | } | ||
− | + | .dropdown-content { | |
+ | display: none; | ||
+ | position: absolute; | ||
+ | list-style-type: none; | ||
+ | text-align: left; | ||
+ | background-color: #80002a; | ||
+ | min-width: 160px; | ||
+ | padding-top: 20px; | ||
+ | } | ||
− | + | .sub-item{ | |
− | + | padding: 15px; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .dropdown-content a, | |
+ | a{ | ||
+ | text-decoration: none; | ||
+ | color: white; | ||
+ | padding-top: 15px; | ||
+ | } | ||
+ | .drop-link:hover .dropdown-content { | ||
+ | cursor: pointer; | ||
+ | display: block; | ||
+ | } | ||
− | </div> | + | .sub-item:hover{ |
+ | background: #5d001f; | ||
+ | transition: background .2s linear; | ||
+ | } | ||
+ | |||
+ | .thank-you{ | ||
+ | padding: 40px; | ||
+ | margin: 0 auto; | ||
+ | margin-left: 420px; | ||
+ | width: 100%; | ||
+ | height:100%; | ||
+ | max-width: 300px; | ||
+ | max-height: 300px; | ||
+ | } | ||
+ | |||
+ | .title{ | ||
+ | text-align: center; | ||
+ | color: #155049; | ||
+ | width: 75%; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | .subtitle{ | ||
+ | font: 24px 'Biriyani', sans-serif; | ||
+ | color: #565656; | ||
+ | text-transform: uppercase; | ||
+ | letter-spacing: 8px; | ||
+ | text-align: center; | ||
+ | padding: 30px; | ||
+ | } | ||
+ | |||
+ | .people{ | ||
+ | margin: 0 auto; | ||
+ | padding: 50px; | ||
+ | width: 75%; | ||
+ | } | ||
+ | |||
+ | .person{ | ||
+ | list-style-type: none; | ||
+ | padding: 10px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class="wrapper"> | ||
+ | <nav> | ||
+ | <ul class="navigation-bar"> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2016.igem.org/Team:Bulgaria">home</a> | ||
+ | </li> | ||
+ | |||
+ | <li class="menu-item drop-link"> project | ||
+ | <ul class="project-submenu dropdown-content"> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Overview">overview</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Results">results</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/FutureWork">future work</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="menu-item drop-link">notebook | ||
+ | <ul class="notebook-submenu dropdown-content"> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/LabBook">lab book</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Organisms">organisms</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Safety">safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="menu-item"><a href="lab.html">lab</a></li> | ||
+ | |||
+ | <li class="menu-item drop-link">achievements | ||
+ | <ul class="achievements-submenu dropdown-content"> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/MedalCriteria">medal criteria</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Part">parts</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/HelpGuide">help guide</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="menu-item drop-link"><a href="https://2016.igem.org/Team:Bulgaria/HP/Silver">human practices</a> | ||
+ | <ul class="humanpractice-submenu dropdown-content"> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Engagement">public engagement</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Integrated_Practices">integrated human practices</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Collaborations">collaboration</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Entrepreneurship">enterpreneurship</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="menu-item drop-link">team | ||
+ | <ul class="team-submenu dropdown-content"> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Members">members</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/OurStory">our story</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Attributions">attributions</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/University">university</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Bulgaria">Bulgaria</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | |||
+ | <main> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/9/96/Thank-you.png" alt="Thank you" class="thank-you"> | ||
+ | <h1 class="title"> We would like to thank all of our friends who helped us to achieve this exiting journey. They made our summer unforgettable! </h1> | ||
+ | |||
+ | <h2 class="subtitle"> | ||
+ | Special thanks to: | ||
+ | </h2> | ||
+ | |||
+ | <ul class="people"> | ||
+ | <li class="person"> | ||
+ | <strong>Krasiyan Nedelchev and Dzheni Pavlova</strong> - for the incredible work | ||
+ | in making our website page | ||
+ | </li> | ||
+ | |||
+ | <li class="person"> | ||
+ | <strong>Dzheni Pavlova</strong> - for designing our iGEM logo and designing our hero Bacti. | ||
+ | |||
+ | </li> | ||
+ | |||
+ | <li class="person"> | ||
+ | <strong>Krasiyan Nedelchev and Dzheni Pavlova</strong> - for showing us what a great tools are the platforms Slack and Trello and navigating us through them in the beginning | ||
+ | </li> | ||
+ | |||
+ | <li class="person"> | ||
+ | <strong>Rafaela Ivanova</strong> - for helping us drawing our educational white board videos. | ||
+ | </li> | ||
+ | |||
+ | <li class="person"> | ||
+ | <strong>Petar Antov</strong> - for making the montage of our educational white board videos and making our additional logo | ||
+ | |||
+ | </li> | ||
+ | |||
+ | <li class="person"> | ||
+ | <strong>Kristian Nikolov</strong> -for his voice records for our educational white board videos. | ||
+ | |||
+ | </li> | ||
+ | |||
+ | <li class="person"> | ||
+ | <strong>Pier Nikolov and Plamen Valev</strong> - for instalating special LED lighting in our lab for the events we organized. | ||
+ | </li> | ||
+ | <li class="person"> | ||
+ | <strong>Iliyan Stoev</strong> - for 3D mapping at the European night of scientists | ||
+ | </li> | ||
+ | <li class="person"> | ||
+ | <strong>Stefani Nikolova and Maria Hristoforova</strong> - for guiding us in the beginning of designing our Wiki page.
| ||
+ | </li> | ||
+ | </ul> | ||
+ | </main> | ||
</div> | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 20:01, 19 October 2016
We would like to thank all of our friends who helped us to achieve this exiting journey. They made our summer unforgettable!
Special thanks to:
- Krasiyan Nedelchev and Dzheni Pavlova - for the incredible work in making our website page
- Dzheni Pavlova - for designing our iGEM logo and designing our hero Bacti.
- Krasiyan Nedelchev and Dzheni Pavlova - for showing us what a great tools are the platforms Slack and Trello and navigating us through them in the beginning
- Rafaela Ivanova - for helping us drawing our educational white board videos.
- Petar Antov - for making the montage of our educational white board videos and making our additional logo
- Kristian Nikolov -for his voice records for our educational white board videos.
- Pier Nikolov and Plamen Valev - for instalating special LED lighting in our lab for the events we organized.
- Iliyan Stoev - for 3D mapping at the European night of scientists
- Stefani Nikolova and Maria Hristoforova - for guiding us in the beginning of designing our Wiki page.