-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
90 lines (74 loc) · 3.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{% extends "layout.html" %}
{% block title %}AMPIFIN{% endblock %}
{% block lead %}Antimicrobial peptides to tackle vibriosis in fish.{% endblock %}
{% block header %}
<div class="container-fluid">
<!-- <img src="https://static.igem.wiki/teams/4200/wiki/logo.svg" class="logo-home"> -->
<img src="https://static.igem.wiki/teams/4200/wiki/home/background.jpeg" alt="Home-background" id="home-header-image"
class="img-fluid reveal-on-scroll">
<p class="display-1 reveal-on-scroll" id="home-header-text">AMPIFIN</p>
</div>
{% endblock %}
{% block page_content %}
<div class="row">
<div class="col-6"> <img src="https://static.igem.wiki/teams/4200/wiki/home/home-3.png" alt=""
style="margin: auto; scale: 1.5; margin-left: 200px;" class="reveal-on-scroll">
</div>
<div class="row">
<div class="col-6"> </div>
<div class="col-6">
<p class="h2 reveal-on-scroll"> <img src="https://static.igem.wiki/teams/4200/wiki/home/home-2.png" alt=""
style="margin: auto; scale: 1.3;"> </p>
</div>
</div>
<div class="row">
<div class="col-12"> <br><br>
<p class="lead reveal-on-scroll"> An increase in the production demand has led to over-exploitative methods of
cultivation. This has triggered the establishment of subsequent bacterial and viral diseases, causing major
economic loss.</p> <br><br>
</div>
</div>
<img src="https://static.igem.wiki/teams/4200/wiki/home/map.svg" alt="*World map" class="reveal-on-scroll">
<div class="row">
<div class="col"> <img src="https://static.igem.wiki/teams/4200/wiki/home/fish-bacteria-1.svg" alt="Fish-bacteria"
style="transform: rotate(-14.69deg);" class="reveal-on-scroll"> </div>
<div class="col"> <br>
<p class="h3 reveal-on-scroll">Vibriosis is a bacterial infection caused by the vibrio species. <br><br> It causes
weariness, necrosis of the skin and appendages, leading to body malformation, and eventually, mortality of
fishes.</p>
</div>
</div>
<div class="row">
<div class="col">
<p class="display-3 reveal-on-scroll"> Our solution: </p>
</div>
</div>
<figure class="text-center">
<blockquote class="blockquote">
<p class="h2 reveal-on-scroll">An antimicrobial peptide that would bind to MAM7 surface protein present on the
bacteria, and inhibit adhesion to the fish.</p>
</blockquote>
</figure>
<div class="row">
<div class="col-12">
<p class="h4 text-center reveal-on-scroll">The peptide will be encapsulated in <span
class="badge rounded-pill bg-warning text-dark">Chitosan Nanoparticles</span></p> <br>
</div>
</div>
<img src="https://static.igem.wiki/teams/4200/wiki/home/csnp-capsules.gif"
alt="MIT_MAHE: CSNP_capsules (2022) [English]" class="reveal-on-scroll">
<div class="row">
<div class="col">
<p class="display-4 reveal-on-scroll">Sponsors</p>
<div class="row sponsors-parent"> <span class="col"> <img
src="https://static.igem.wiki/teams/4200/wiki/home/beckman-logo.png" alt="beckman-logo"
class="reveal-on-scroll"> </span> <span class="col"> <img
src="https://static.igem.wiki/teams/4200/wiki/home/neb-logo.png" alt="neb-logo" class="reveal-on-scroll">
</span> <span class="col"> <img src="https://static.igem.wiki/teams/4200/wiki/home/mahe-logo.png"
alt="mahe-logo" style="width: 40%;" class="reveal-on-scroll"> </span> <span class="col"> <img
src="https://static.igem.wiki/teams/4200/wiki/home/idt-logo.png" alt="idt-logo" class="reveal-on-scroll">
</span> </div>
</div>
</div>
</div>
{% endblock %}