Skip to content
Snippets Groups Projects
Commit e8cc7ae6 authored by Timofej Paramonov Bliki's avatar Timofej Paramonov Bliki :heart:
Browse files

Added a few adjustments to the look of the website and added profile cards for...

Added a few adjustments to the look of the website and added profile cards for Vasilis and Henriete.
parent ebc45ca5
No related branches found
No related tags found
1 merge request!21Vasilis + Henriete
Pipeline #443963 canceled
{% extends "layout.html" %}
{% block title %}Team InfinityF{% endblock %}
{% block lead %}InfinityF – Together!{% endblock %}
{% block lead %}Synthesize a better future together!{% endblock %}
{% block page_content %}
......@@ -55,9 +55,9 @@
this.cardId = cardId;
this.card = document.getElementById(cardId);
// Event listeners
this.card.addEventListener("mouseover", (event) => this.hoverOnBorder());
this.card.addEventListener("mouseout", (event) => this.hoverOffBorder());
this.card.addEventListener("click", (event) => this.toggleSize());
this.card.addEventListener("mouseover", () => this.hoverOnBorder());
this.card.addEventListener("mouseout", () => this.hoverOffBorder());
this.card.addEventListener("click", () => this.toggleSize());
// Init styling size (to fix JS bug)
this.card.style.width = "350px";
this.card.style.overflow = "hidden";
......@@ -101,13 +101,11 @@
</script>
<h1 style="text-align:center">Who are we?</h1>
<div class="row" style="margin-bottom:3vh;">
<div class="col-4">
<p>We're <b>InfinityF</b>! We are based in Radboud University in Nijmegen, and we work to...</p>
</div>
<div class="col-8">
<img src="https://static.igem.wiki/teams/5342/images/team/team-drinks-2.webp" style="max-width:100%" alt="InfinityF - Together!">
</div>
<div class="row" style="margin-bottom:3vh; display:flex; justify-content: space-evenly;">
<img src="https://static.igem.wiki/teams/5342/images/team/team-drinks-2.webp" style="max-width:100%; max-height: 60vh; width:auto; height:auto;" alt="InfinityF - Together!">
<h5 style="text-align:center;">
We're <b>InfinityF</b>! We are based in Radboud University in Nijmegen, and we work to synthesize a better future!
</h5>
</div>
<h2 style="text-align:center">Our members:</h2>
<div class="grid-parent">
......@@ -158,16 +156,29 @@
<p style="margin: 0 5%;">Hi! I'm a generic member, and I exist for the sole purpose of being a template so that I can eventually get replaced by a REAL member :) My interests are helping the lead programmer :D</p>
</div>
<div class="grid-child" id = "card_vasilis">
<img src="https://static.igem.wiki/teams/5342/images/teamlogo-nb.png" class="face-image" alt="face">
<h4 style="text-align:center">Firstname Lastname</h4>
<h6 style="text-align:center"> Role 1, Role 2, and Role 3</h6>
<p style="margin: 0 5%;">Hi! I'm a generic member, and I exist for the sole purpose of being a template so that I can eventually get replaced by a REAL member :) My interests are helping the lead programmer :D</p>
<img src="https://static.igem.wiki/teams/5342/images/team/vasilis2.webp" class="face-image" alt="face">
<h4 style="text-align:center">Vasilis Krassas</h4>
<h6 style="text-align:center">Sponsorship/Funding and Wet-Lab Experiments</h6>
<p style="margin: 0 5%;">
My name is Vasilis, and I am currently a third-year Bachelor's student in Molecular Life Sciences.
I consider myself an easy-going person with a passion for cooking, travelling and spending quality time with friends.
I joined the iGEM team because I wanted to apply my knowledge on a real research project and not just a regular course.
Within the team, my primary role was securing sponsorship and funding, but I also had the opportunity to contribute to wet lab experiments.
Being part of iGEM not only deepened my understanding of scientific research but also taught me the value of teamwork, collaboration, and mutual respect in working toward a common goal.
</p>
</div>
<div class="grid-child" id = "card_henriete">
<img src="https://static.igem.wiki/teams/5342/images/teamlogo-nb.png" class="face-image" alt="face">
<h4 style="text-align:center">Firstname Lastname</h4>
<h6 style="text-align:center"> Role 1, Role 2, and Role 3</h6>
<p style="margin: 0 5%;">Hi! I'm a generic member, and I exist for the sole purpose of being a template so that I can eventually get replaced by a REAL member :) My interests are helping the lead programmer :D</p>
<img src="https://static.igem.wiki/teams/5342/images/team/henriete.webp" class="face-image" alt="face">
<h4 style="text-align:center">Henriete Kere</h4>
<h6 style="text-align:center">Sponsorship/Promotion, Wet-Lab Experiments</h6>
<p style="margin: 0 5%;">
My name is Henriete Ķere, and I am a third-year Molecular Life Sciences student with a passion for exploring and applying new knowledge.
For example, hiking and pausing to admire a plant I’ve read about, or delving into the molecular intricacies of organisms.
My curiosity drives me to understand and appreciate the natural world on both a macroscopic and microscopic level.
So, my enthusiasm for molecular biology, and especially genetical engineering, led me to join iGEM, where I have engaged in various roles, including wet lab work focused on biological synthesis, as well as contributing to sponsorship and promotion efforts.
This experience has significantly enhanced my lab skills and tested my capabilities.
I believe iGEM offers a valuable opportunity for students eager to deepen their understanding of the molecular realm and hone their research and teamwork skills.
</p>
</div>
<div class="grid-child" id = "card_tim">
<img src="https://static.igem.wiki/teams/5342/images/team/tim.webp" class="face-image" alt="Tim picture">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment