From 15489d918e4ad29ae48fcde69f0646e334f22d9d Mon Sep 17 00:00:00 2001 From: Katie Spivakovsky <kspivakovsky@gmail.com> Date: Sat, 12 Aug 2023 13:42:38 -0400 Subject: [PATCH] team page --- static/style.css | 1 + wiki/footer.html | 4 ++-- wiki/pages/hardware.html | 37 +++---------------------------------- wiki/pages/software.html | 2 +- wiki/pages/team.html | 2 +- 5 files changed, 8 insertions(+), 38 deletions(-) diff --git a/static/style.css b/static/style.css index 1678cd3..acb76c6 100644 --- a/static/style.css +++ b/static/style.css @@ -292,6 +292,7 @@ footer a:hover { color: white; text-decoration: underline; } } .profile-card-container:hover .profile-card { transform: rotateY(180deg); + z-index:10; } .profile-card-container, .profile-front, .profile-back { width: 20vw; diff --git a/wiki/footer.html b/wiki/footer.html index 389c987..9713c97 100644 --- a/wiki/footer.html +++ b/wiki/footer.html @@ -5,7 +5,7 @@ <img src="https://static.igem.wiki/teams/4764/wiki/schematics/logo-macrophage-blue.png" width="60%"> </div> <div class="col-lg-3 col-xs-12"> - <h2 class="mt-lg-0 mt-sm-3">Links</h2> + <h1 class="mt-lg-0 mt-sm-3">Links</h1> <ul class="m-2 p-2"> <li><a href="https://mit-igem.github.io/" target="_blank">MIT iGEM</a></li> <li><a href="https://www.instagram.com/igem_mit/?hl=en" target="_blank">Instagram</a></li> @@ -13,7 +13,7 @@ </ul> </div> <div class="col-lg-3 col-xs-12"> - <h2 class="mt-lg-0 mt-sm-4 mb-3">Contact</h2> + <h1 class="mt-lg-0 mt-sm-4 mb-3">Contact</h1> <p>77 Massachusetts Ave, Cambridge, MA 02139</p> <p>igem-2023-students@mit.edu</p> </div> diff --git a/wiki/pages/hardware.html b/wiki/pages/hardware.html index dbf97de..ca58ccb 100644 --- a/wiki/pages/hardware.html +++ b/wiki/pages/hardware.html @@ -1,43 +1,12 @@ {% extends "layout.html" %} {% block title %}Hardware{% endblock %} -{% block lead %}Hardware in iGEM should make synthetic biology based on standard parts easier, faster, better, or more accessible to our community.{% endblock %} {% block page_content %} -<div class="row mt-4"> - <div class="col"> - <div class="bd-callout bd-callout-info"> - <h4>Best Hardware</h4> - <p>This is a prize for the team that has developed a piece of hardware for synthetic biology. Hardware in iGEM should make synthetic biology based on standard parts easier, faster, better or more accessible to our community. Did your team make a sensor to help teams characterize parts? Did you make a robot that can help teams perform experiments or do cloning more easily? Tell us what your team did for this award!</p> - <p>To compete for the Best Hardware prize, please describe your work on this page and also fill out the description on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a>.</p> - <hr> - <p>Please see the <a href="https://competition.igem.org/judging/awards">2023 Awards Page</a> for more information.</p> - </div> - </div> -</div> - - -<div class="row mt-4"> - <div class="col-lg-8"> - <h2>Overview</h2> - <hr> - <p>In addition to encouraging teams to work with DNA parts and build biological devices in the lab, iGEM also encourages other types of technical solutions for synthetic biology. This can include physical devices (hardware) related to robotic assembly, microfluidics, low-cost measurement devices, to name a few examples. There are many exciting opportunities for hardware innovation in synthetic biology.</p> - </div> - <div class="col-lg-4"> - <h2>Inspirations</h2> - <hr> - <ul> - <li><a href="http://2018.igem.org/Team:Valencia_UPV/Hardware">2018 Valencia UPV</a></li> - <li><a href="http://2018.igem.org/Team:Unesp_Brazil/Hardware">2018 Unesp Brazil</a></li> - <li><a href="https://2019.igem.org/Team:BIT/Hardware">2019 BIT</a></li> - <li><a href="https://2019.igem.org/Team:Bielefeld-CeBiTec/Hardware">2019 Bielefeld CeBiTec</a></li> - <li><a href="https://2019.igem.org/Team:Nanjing-China/Hardware">2019 Nanjing China</a></li> - <li><a href="https://2020.igem.org/Team:Vilnius-Lithuania/Hardware">2020 Vilnius Lithuania</a></li> - <li><a href="https://2020.igem.org/Team:Aachen/Hardware">2020 Aachen</a></li> - <li><a href="https://2020.igem.org/Team:ZJUT_China_B/Hardware">2020 ZJUT China B</a></li> - </ul> - </div> +<div class="bd-callout bd-callout-info"> + <h1>End-over-end microcentrifuge tube spinner</h1> </div> +Many protocols require constant, gentle mixing of small quantities of liquids for. We designed a {% endblock %} diff --git a/wiki/pages/software.html b/wiki/pages/software.html index 9ebf7fa..b21b7fe 100644 --- a/wiki/pages/software.html +++ b/wiki/pages/software.html @@ -9,7 +9,7 @@ <!-- start codon optimization tool --> <section> <div class="bd-callout bd-callout-info"> - <h2>Codon Optimization Tool</h2> + <h1>Codon Optimization Tool</h1> </div> <p>Prior to ordering custom DNA sequences intended for transfection, it is imperative for teams to optimize codons for the host organism. Specifically, codon optimization refers to the process of diff --git a/wiki/pages/team.html b/wiki/pages/team.html index 4e291f2..3d983ac 100644 --- a/wiki/pages/team.html +++ b/wiki/pages/team.html @@ -102,7 +102,7 @@ <div class="profile-back"> <p class="profile-bio">Michael is an Assay Developer at Ginkgo Bioworks. He was on FSU's 2018 iGEM team and now mentors MIT's team in his free time! </p> - </div> + </div> </div> </div> -- GitLab