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
59534b41
Commit
59534b41
authored
9 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
description
parent
63e675a9
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
merge Description
Pipeline
#382086
failed
9 months ago
Stage: build
Changes
4
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
static/style.css
+8
-0
8 additions, 0 deletions
static/style.css
wiki/layout.html
+12
-1
12 additions, 1 deletion
wiki/layout.html
wiki/pages/description.html
+214
-47
214 additions, 47 deletions
wiki/pages/description.html
with
236 additions
and
49 deletions
.gitignore
+
2
−
1
View file @
59534b41
...
...
@@ -5,4 +5,5 @@ __pycache__
public
.venv
node_modules
versions
\ No newline at end of file
versions
code
\ No newline at end of file
This diff is collapsed.
Click to expand it.
static/style.css
+
8
−
0
View file @
59534b41
...
...
@@ -13,6 +13,9 @@ body {
a
{
color
:
var
(
--lightblue
);
}
p
{
text-align
:
justify
}
.center
{
display
:
block
;
...
...
@@ -312,3 +315,8 @@ a:hover { color: var(--highlight); text-decoration: underline; }
max-height
:
70%
;
padding-top
:
20px
;
}
.anchor
{
position
:
relative
;
padding-top
:
100px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
wiki/layout.html
+
12
−
1
View file @
59534b41
...
...
@@ -114,7 +114,12 @@
/*Elements of the sidebar*/
let
elements
=
[
document
.
getElementById
(
'
one
'
),
document
.
getElementById
(
'
two
'
),
document
.
getElementById
(
'
three
'
)];
document
.
getElementById
(
'
three
'
),
document
.
getElementById
(
'
four
'
),
document
.
getElementById
(
'
five
'
),
document
.
getElementById
(
'
six
'
),
document
.
getElementById
(
'
seven
'
),
];
/* */
window
.
goTo
=
function
(
el
){
document
.
documentElement
.
scrollTop
+=
el
.
getBoundingClientRect
().
top
-
TopDistance
;
...
...
@@ -127,6 +132,8 @@
subtitle
.
style
.
color
=
"
#F4CC1E
"
;
subtitle
.
style
.
backgroundColor
=
"
#850F78
"
;
subtitle
.
style
.
borderRadius
=
"
15px
"
;
subtitle
.
style
.
borderWidth
=
"
15px
"
;
subtitle
.
style
.
borderColor
=
"
#850F78
"
;
console
.
log
(
"
subtitle:
"
,
subtitle
)
console
.
log
(
"
style:
"
,
subtitle
.
style
)
console
.
log
(
"
color:
"
,
subtitle
.
style
.
color
)
...
...
@@ -145,6 +152,10 @@
Highlight
(
elements
[
0
],
document
.
getElementById
(
'
subtitle1
'
));
Highlight
(
elements
[
1
],
document
.
getElementById
(
'
subtitle2
'
));
Highlight
(
elements
[
2
],
document
.
getElementById
(
'
subtitle3
'
));
Highlight
(
elements
[
3
],
document
.
getElementById
(
'
subtitle4
'
));
Highlight
(
elements
[
4
],
document
.
getElementById
(
'
subtitle5
'
));
Highlight
(
elements
[
5
],
document
.
getElementById
(
'
subtitle6
'
));
Highlight
(
elements
[
6
],
document
.
getElementById
(
'
subtitle7
'
));
console
.
log
(
"
function HighlightCheck
"
)
}
/* */
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/description.html
+
214
−
47
View file @
59534b41
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