Skip to content
Snippets Groups Projects
Commit ee8cea9f authored by Gabriel Cervera Arriaga's avatar Gabriel Cervera Arriaga
Browse files

Update wiki/pages/achievements.html

parent 57dfb23b
No related branches found
No related tags found
No related merge requests found
Pipeline #185186 passed
......@@ -112,19 +112,6 @@
{"src": "https://static.igem.wiki/teams/4387/wiki/minimalist-ibd-nanobiotics.png", "alt": "image8"},
]
%}
<div class="row justify-content-center my-3">
<div class="card shadow px-3 pt-3" style="width: 18rem;">
<figure>
<blockquote class="blockquote">
<p class="text-center">"Wherever the art of Medicine is loved, there is also a love of Humanity."</p>
</blockquote>
<figcaption class="blockquote-footer text-center">
Hippocrates
</figcaption>
</figure>
</div>
</div>
<div class="row justify-content-center px-3">
<div class="col-12 col-md-9 col-lg-6 mb-3">
......@@ -132,14 +119,14 @@
<div id="first-carousel" class="carousel carousel-dark slide rounded" data-bs-ride="carousel">
<!-- Location indicators -->
<div class="carousel-indicators">
{% for image in slider_images %}
{% for image in ach_images %}
<button type="button" data-bs-target="#first-carousel" data-bs-slide-to="{{ loop.index - 1 }}" {% if (loop.index - 1) == 0 %}class="active" aria-current="true"{% endif %} aria-label="Slide {{ loop.index }}"></button>
{% endfor %}
</div>
<!-- Actual images -->
<div class="stretchy-wrapper carousel-inner">
{% for image in slider_images %}
{% for image in ach_images %}
<div class="carousel-item {% if loop.index == 1 %}active{% endif %}" style="background-image:url('{{ image.src }}')">
</div>
{% endfor %}
......
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