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
ac4f32d1
Commit
ac4f32d1
authored
10 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
added side bar to human practices
parent
a400154b
No related branches found
No related tags found
No related merge requests found
Pipeline
#375647
failed
10 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app.py
+1
-1
1 addition, 1 deletion
app.py
static/style.css
+28
-2
28 additions, 2 deletions
static/style.css
wiki/pages/human-practices.html
+15
-3
15 additions, 3 deletions
wiki/pages/human-practices.html
with
44 additions
and
6 deletions
app.py
+
1
−
1
View file @
ac4f32d1
...
...
@@ -32,4 +32,4 @@ def pages(page):
# Main Function, Runs at http://0.0.0.0:8080
if
__name__
==
"
__main__
"
:
app
.
run
(
port
=
300
0
)
app
.
run
(
port
=
300
1
)
This diff is collapsed.
Click to expand it.
static/style.css
+
28
−
2
View file @
ac4f32d1
body
{
padding-top
:
56px
;
}
body
{
padding-top
:
56px
;
background-color
:
var
(
--purple
);
color
:
var
(
--offblack
);
}
.left-aligned
{
margin-left
:
auto
;
}
.bg-dark
{
background-color
:
var
(
--darkpurple
)
!important
;
}
.bg-hero
{
background-color
:
var
(
--purple
)
}
...
...
@@ -45,4 +49,26 @@ footer a:hover { color: white; text-decoration: underline; }
--igemmediumgreen
:
#019968
;
--igemlightgreen
:
#99cb9a
;
}
\ No newline at end of file
/*sidenav*/
/* Style the sidenav */
.sidebar
{
border-left
:
8px
solid
;
border-left-color
:
currentcolor
;
border-color
:
var
(
--orange
);
list-style-type
:
none
;
line-height
:
280%
;
margin
:
0px
0px
;
padding
:
0px
0px
;
}
.sidebarEntry
{
font-family
:
ebgaramond-bold
;
font-size
:
25px
;
color
:
#191308
;
background
:
linear-gradient
(
var
(
--orange
)
0
0
)
var
(
--p
,
0
)
/
var
(
--p
,
0
)
no-repeat
;
transition
:
.2s
,
background-position
0s
;
}
This diff is collapsed.
Click to expand it.
wiki/pages/human-practices.html
+
15
−
3
View file @
ac4f32d1
{% extends "layout.html" %}
{% block title %}Human Practices{% endblock %}
{% block lead %}We ask every team to think deeply and creatively about whether their project is responsible and good for the world. Consider how the world affects your work and how your work affects the world.{% endblock %}
{% block page_content %}
<div
class=
"container-fluid"
>
<div
class=
"row mt-5"
>
<div
class=
"col-2 d-none d-lg-block"
>
<div
class=
"sticky-top"
style=
"top: 80px; overflow-wrap: break-word;"
>
<ul
class=
"sidebar"
>
<li>
<a
class=
"anchor sidebarEntry"
href=
"#"
>
1
</a>
</li>
<li>
<a
class=
"anchor sidebarEntry"
href=
"#"
>
2
</a>
</li>
<li>
<a
class=
"anchor sidebarEntry"
href=
"#"
>
3
</a>
</li>
<li>
<a
class=
"anchor sidebarEntry"
href=
"#"
>
4
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div
class=
"row mt-4"
>
<div
class=
"col"
>
...
...
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