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
bc80ecc7
Commit
bc80ecc7
authored
6 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
Sponsores
parent
66cb6352
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#430353
passed
6 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/Headings.tsx
+2
-2
2 additions, 2 deletions
src/components/Headings.tsx
src/pages.ts
+4
-4
4 additions, 4 deletions
src/pages.ts
with
6 additions
and
6 deletions
src/components/Headings.tsx
+
2
−
2
View file @
bc80ecc7
...
...
@@ -146,7 +146,7 @@ export function Hwave({text, id}:{text: string, id?: string}){
<
animateTransform
attributeName
=
"transform"
begin
=
"0s"
dur
=
"
1.5
s"
dur
=
"
3
s"
type
=
"translate"
from
=
"0,0"
to
=
"40,0"
...
...
@@ -155,7 +155,7 @@ export function Hwave({text, id}:{text: string, id?: string}){
</
pattern
>
</
defs
>
<
text
textAnchor
=
"middle"
x
=
"50"
y
=
"15"
fontSize
=
"15"
fill
=
"url(#wave)"
fillOpacity
=
"0.6"
>
{
text
}
</
text
>
<
text
textAnchor
=
"middle"
x
=
"50"
y
=
"15"
fontSize
=
"15"
fill
=
"url(#gradient)"
fillOpacity
=
"0.
1
"
>
{
text
}
</
text
>
<
text
textAnchor
=
"middle"
x
=
"50"
y
=
"15"
fontSize
=
"15"
fill
=
"url(#gradient)"
fillOpacity
=
"0.
3
"
>
{
text
}
</
text
>
</
svg
>
)
}
...
...
This diff is collapsed.
Click to expand it.
src/pages.ts
+
4
−
4
View file @
bc80ecc7
...
...
@@ -159,8 +159,8 @@ const Pages: (Page | Folder)[] = [
navlist
:
NoSidebar
,
},
{
name
:
"
Sponsor
e
s and Partners
"
,
title
:
"
ponsor
e
s and Partners
"
,
name
:
"
Sponsors and Partners
"
,
title
:
"
S
ponsors and Partners
"
,
path
:
"
/partners
"
,
component
:
Partners
,
header
:
SPONH
,
...
...
@@ -245,8 +245,8 @@ export const NavPages: (Page | PageRef | Folder)[] = [
navlist
:
NoSidebar
,
},
{
name
:
"
Sponsor
e
s and Partners
"
,
title
:
"
Sponsor
e
s and Partners
"
,
name
:
"
Sponsors and Partners
"
,
title
:
"
Sponsors and Partners
"
,
path
:
"
/partners
"
,
component
:
Partners
,
header
:
SPONH
,
...
...
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