nothing can stop us
The participation in the competition iGEM is making us the first Bulgarian team, and that's why this cause is so important for us. Our responsibility is even greater and our desire to succeed and achieving it - more secure.
(26 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
<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> | ||
+ | ul, | ||
+ | li{ | ||
+ | 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; | |
} | } | ||
− | |||
− | <div class=" | + | #sideMenu{ |
− | < | + | display: none; |
− | < | + | } |
− | </ | + | |
− | < | + | *{ |
− | </p> | + | margin:0; |
− | <p class = "description"> | + | padding: 0; |
− | + | font-family: 'Open Sans', sans-serif !important; | |
− | </ | + | } |
− | </div> | + | |
+ | .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; | ||
+ | } | ||
+ | |||
+ | .header-image{ | ||
+ | background: url("https://static.igem.org/mediawiki/2016/8/8e/Bg-img.png") no-repeat center center; | ||
+ | height: 100%; | ||
+ | width:100%; | ||
+ | background-size: cover; | ||
+ | margin:0 auto; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .description{ | ||
+ | background: #eaeaea; | ||
+ | color: #565656; | ||
+ | } | ||
+ | |||
+ | .description-project{ | ||
+ | width: 80%; | ||
+ | text-align: center; | ||
+ | margin: 0 auto; | ||
+ | padding: 45px; | ||
+ | } | ||
+ | |||
+ | .single-part{ | ||
+ | width: 33%; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | |||
+ | .box{ | ||
+ | flex:10; | ||
+ | } | ||
+ | |||
+ | .introduction .content{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .icon{ | ||
+ | padding:40px; | ||
+ | max-width: 100px; | ||
+ | max-height: 100px; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | .box-title{ | ||
+ | text-transform: uppercase; | ||
+ | font: 22px 'Biryani', sans-serif !important; | ||
+ | color: #155049; | ||
+ | } | ||
+ | |||
+ | .icon-description{ | ||
+ | font-size:16px; | ||
+ | } | ||
+ | |||
+ | .partners{ | ||
+ | padding-top: 30px; | ||
+ | } | ||
+ | |||
+ | .partners-title{ | ||
+ | font-size: 32px; | ||
+ | letter-spacing: 15px; | ||
+ | font-weight: 300; | ||
+ | text-transform: uppercase; | ||
+ | text-align: center; | ||
+ | padding: 40px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .partner-list{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .partner{ | ||
+ | display: inline-block; | ||
+ | padding: 20px; | ||
+ | } | ||
+ | |||
+ | .partner-logo{ | ||
+ | max-width: 350px; | ||
+ | max-height: 700px; | ||
+ | } | ||
+ | |||
+ | .partner-title{ | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | </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/Safety">safety</a></li> | ||
+ | <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Protocols">protocols</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="menu-item"><a href="https://2016.igem.org/Team:Bulgaria/Lab">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 and education</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> | ||
+ | <header> | ||
+ | <div class="header-image"> | ||
+ | </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br> | ||
+ | </div> | ||
+ | </header> | ||
+ | <main> | ||
+ | <div class="description"> | ||
+ | <p class="description-project"> | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="introduction"> | ||
+ | <ul class="content"> | ||
+ | <li class="single-part"> | ||
+ | <article class="box"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/6/6b/Team-Bulgaria-icon1.png" alt="Nothing can stop us" class="icon"> | ||
+ | <h3 class="box-title">nothing can stop us</h3> | ||
+ | <p class="icon-description"> | ||
+ | The participation in the competition iGEM is making us | ||
+ | the first Bulgarian team, and that's why this cause is | ||
+ | so important for us. Our responsibility is even greater | ||
+ | and our desire to succeed and achieving it - more secure. | ||
+ | </p> | ||
+ | </article> | ||
+ | </li> | ||
+ | |||
+ | <li class="single-part"> | ||
+ | <article class="box"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c8/Team-Bulgaria-icon2.png" alt="Puzzel" class="icon"> | ||
+ | <h3 class="box-title">we solve problems together</h3> | ||
+ | <br> | ||
+ | <p class="icon-description"> | ||
+ | We solve all the difficulties together because we are one real team. | ||
+ | </p> | ||
+ | <br> | ||
+ | </article> | ||
+ | </li> | ||
+ | |||
+ | <li class="single-part"> | ||
+ | <article class="box"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/5/5e/Team-Bulgaria-icon3.png" alt="Bulb" class="icon"> | ||
+ | <h3 class="box-title">we work with passion</h3> | ||
+ | <p class="icon-description"> | ||
+ | Our love in biology is the unifying force that brought | ||
+ | together people with different professions, personalities, | ||
+ | interests. The passion for science is the reason we all fight | ||
+ | together for the realisation of the ultimate goal. | ||
+ | </p> | ||
+ | </article> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="partners"> | ||
+ | <h2 class="partners-title">our partners</h2> | ||
+ | |||
+ | <ul class="partner-list"> | ||
+ | <li class="partner"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/6/64/Nadezhda-logo.png" alt="nadezhda womens hospital" class="partner-logo"> | ||
+ | <h4 class="partner-title">nadezhda women's health hospital</h4> | ||
+ | </li> | ||
+ | |||
+ | <li class="partner"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/9/9e/Su-logo3.png" alt="SU Council" class="partner-logo"> | ||
+ | <h4 class="partner-title">sofia university student council</h4> | ||
+ | </li> | ||
+ | |||
+ | <li class="partner"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/8/8b/Biovet-logo.png" alt="Biovet" class="partner-logo"> | ||
+ | <h4 class="partner-title">biovet</h4> | ||
+ | </li> | ||
+ | |||
+ | <li class="partner"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/6/65/Tech-park-logo.png" alt="Sofia Tech Park" class="partner-logo"> | ||
+ | <h4 class="partner-title">sofia techpark</h4> | ||
+ | </li> | ||
+ | |||
+ | <li class="partner"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/2/23/Fox-laser-logo.png" alt="Fox Laser" class="partner-logo"> | ||
+ | <h4 class="partner-title">fox laser</h4> | ||
+ | </li> | ||
+ | |||
+ | <li class="partner"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/9/97/Tu-logo.png" alt="TU Sofia" class="partner-logo"> | ||
+ | <h4 class="partner-title">technical university sofia</h4> | ||
+ | </li> | ||
+ | |||
+ | <li class="partner"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/2/29/Su-logo2.png" alt="SU" class="partner-logo"> | ||
+ | <h4 class="partner-title">sofia university</h4> | ||
+ | </li> | ||
+ | |||
+ | <li class="partner"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/3/3d/Su-logo.png" alt="Student Council" class="partner-logo"> | ||
+ | <h4 class="partner-title">student council</h4> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </main> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
The participation in the competition iGEM is making us the first Bulgarian team, and that's why this cause is so important for us. Our responsibility is even greater and our desire to succeed and achieving it - more secure.
We solve all the difficulties together because we are one real team.
Our love in biology is the unifying force that brought together people with different professions, personalities, interests. The passion for science is the reason we all fight together for the realisation of the ultimate goal.