Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
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
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
2024 Competition
Bielefeld-CeBiTec
Commits
24e32825
Commit
24e32825
authored
10 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
Changend background colour of website and added partners site + added partners side to menu
parent
a9d13b5e
No related branches found
No related tags found
No related merge requests found
Pipeline
#375790
passed
10 months ago
Stage: build
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
static/style.css
+1
-1
1 addition, 1 deletion
static/style.css
wiki/footer.html
+1
-1
1 addition, 1 deletion
wiki/footer.html
wiki/menu.html
+1
-0
1 addition, 0 deletions
wiki/menu.html
wiki/pages/partners.html
+13
-0
13 additions, 0 deletions
wiki/pages/partners.html
with
16 additions
and
2 deletions
static/style.css
+
1
−
1
View file @
24e32825
body
{
padding-top
:
56px
;
background-color
:
var
(
--
purpl
e
);
background-color
:
var
(
--
lightblu
e
);
color
:
var
(
--offblack
);
}
.left-aligned
{
margin-left
:
auto
;
}
...
...
This diff is collapsed.
Click to expand it.
wiki/footer.html
+
1
−
1
View file @
24e32825
...
...
@@ -24,7 +24,7 @@
</div>
<div
class=
"col-2"
id=
"#jbs"
>
<a
href=
"https://www.jenabioscience.com/"
>
<img
class=
"img-fluid"
src=
"https://static.igem.wiki/teams/5247/
sponsors/jbs-logo-print-cmyk
-claim.
j
pg"
/>
<img
class=
"img-fluid"
src=
"https://static.igem.wiki/teams/5247/
logos-team/jbs-logo-web-rgb
-claim.p
n
g"
/>
</a>
</div>
<div
class=
"col-2"
id=
"#uni"
>
...
...
This diff is collapsed.
Click to expand it.
wiki/menu.html
+
1
−
0
View file @
24e32825
...
...
@@ -27,6 +27,7 @@
<ul
class=
"dropdown-menu"
aria-labelledby=
"navbarDropdown"
>
<li><a
class=
"dropdown-item"
href=
"{{ url_for('pages', page='team') }}"
>
Team
</a></li>
<li><a
class=
"dropdown-item"
href=
"{{ url_for('pages', page='attributions') }}"
>
Attributions
</a></li>
<li><a
class=
"dropdown-item"
href=
"{{ url_for('pages', page='partners') }}"
>
Partners
</a></li>
</ul>
</li>
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/partners.html
0 → 100644
+
13
−
0
View file @
24e32825
{% extends "layout.html" %}
{% block title %}
<!-- empty -->
{% endblock %}
{% block lead %}
<!-- empty -->
{% endblock %}
{% block sidebar %}
<!-- sidebar -->
{% endblock %}
{% block page_content %}
<!-- content -->
{% endblock %}
\ No newline at end of file
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