Skip to content
Snippets Groups Projects
Commit f09abdbd authored by bogere moses's avatar bogere moses
Browse files

work on changes requested for home page

parent 6ebcfd95
No related branches found
No related tags found
No related merge requests found
body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
/*.bg-dark { background-color: #343a40 !important; } */
.bg-dark { background-color: #003865 !important; }
/*.bg-hero { background-color: #7952b3; }*/
.bg-dark { background-color: #2B7A0B !important; }
.bg-hero { background-color: #2B7A0B; }
/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
......
......@@ -27,18 +27,20 @@
{% include 'menu.html' %}
<!-- Header -->
<header class="bg-hero py-5 mb-5">
<header class="bg-hero d-flex justify-content-center align-items-center"
style="
background-image: url('https://static.igem.wiki/teams/4517/wiki/website/images/team/neem-home.jpg');
height: 50vh;
background-repeat: no-repeat;
background-size: cover;
"
>
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12">
<h3 class="display-4 text-white mt-5 mb-2">{{ self.title() }}</h3>
<!-- <h3 class="display-4 text-white mt-5 mb-2">{{ self.title() }}</h3> -->
<div class = "row">
<div class = "col-xs-6">
<p class="lead mb-5 text-white-50">{% block lead %}{% endblock %}</p>
</div>
<!-- <div class = "col-xs-6">
<img class="img-fluid" src="https://static.igem.wiki/teams/4517/wiki/website/images/igem-icon.jpeg" alt="..." />
</div> -->
<h4 class="display-6 text-white mt-5 mb-2">{% block lead %}{% endblock %}</h4>
</div>
</div>
</div>
......@@ -54,7 +56,7 @@
{% include 'footer.html' %}
<!-- Wiki Tools: Teams are allowed to remove it -->
{% include 'wiki-tools.html' %}
<!-- {% include 'wiki-tools.html' %} -->
<!-- Bootstrap Bundle with Popper -->
<script src="{{ url_for('static', filename = 'bootstrap.bundle.min.js') }}"></script>
......
......@@ -2,28 +2,11 @@
{% block title %}Home{% endblock %}
{% block lead %}
<b>Welcome to iGEM 2022!</b>
End Malaria Today....
<b>Welcome to iGEM 2022! End Malaria Today!</b>
{% endblock %}
{% block page_content %}
<div class="row">
<div class="col">
<h4><b>Our Project</b></h4>
<hr>
<!-- Background image -->
<div
class="bg-image d-flex justify-content-center align-items-center"
style="
background-image: url('https://static.igem.wiki/teams/4517/wiki/website/images/team/neem-home.jpg');
height: 100vh; border-radius: 20px;"
>
<h1 class="text-white"><b>End Malaria Today with Neem plant..... </b></h1>
</div>
<!-- Background image -->
</div>
</div>
<div class="row mt-4">
<div class="col-lg-6">
......
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