Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Makerere_Uganda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2022 Competition
Makerere_Uganda
Commits
f09abdbd
Commit
f09abdbd
authored
2 years ago
by
bogere moses
Browse files
Options
Downloads
Patches
Plain Diff
work on changes requested for home page
parent
6ebcfd95
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
static/style.css
+2
-3
2 additions, 3 deletions
static/style.css
wiki/layout.html
+11
-9
11 additions, 9 deletions
wiki/layout.html
wiki/pages/index.html
+1
-18
1 addition, 18 deletions
wiki/pages/index.html
with
14 additions
and
30 deletions
static/style.css
+
2
−
3
View file @
f09abdbd
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
}
...
...
This diff is collapsed.
Click to expand it.
wiki/layout.html
+
11
−
9
View file @
f09abdbd
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/index.html
+
1
−
18
View file @
f09abdbd
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment