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
c8e1d1ab
Commit
c8e1d1ab
authored
6 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
heading
parent
45ab09a2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#419482
failed
6 months ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/App/App.css
+1
-0
1 addition, 0 deletions
src/App/App.css
src/components/HeaderBox.tsx
+2
-2
2 additions, 2 deletions
src/components/HeaderBox.tsx
src/components/Headings.tsx
+1
-1
1 addition, 1 deletion
src/components/Headings.tsx
src/sidebars/engS.tsx
+1
-0
1 addition, 0 deletions
src/sidebars/engS.tsx
with
5 additions
and
3 deletions
src/App/App.css
+
1
−
0
View file @
c8e1d1ab
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
/* our colours*/
/* our colours*/
--text-primary
:
#850F78
;
--text-primary
:
#850F78
;
--mediumpurple
:
#bc15aa
;
--mediumpurple
:
#bc15aa
;
--lightpurple
:
#B85BD1
;
/*--purple: #B85BD1; */
/*--purple: #B85BD1; */
--accen-secondary
:
#F57D22
;
--accen-secondary
:
#F57D22
;
--accent-gradient-one-of-three
:
#F59121
;
--accent-gradient-one-of-three
:
#F59121
;
...
...
This diff is collapsed.
Click to expand it.
src/components/HeaderBox.tsx
+
2
−
2
View file @
c8e1d1ab
import
{
H
popart
}
from
"
./Headings
"
;
import
{
H
wave
}
from
"
./Headings
"
;
interface
Props
{
interface
Props
{
title
:
string
,
title
:
string
,
...
@@ -11,7 +11,7 @@ export default function HeaderBox({children, title}: Props ){
...
@@ -11,7 +11,7 @@ export default function HeaderBox({children, title}: Props ){
<
div
className
=
"row"
>
<
div
className
=
"row"
>
<
div
className
=
"col header-container"
>
<
div
className
=
"col header-container"
>
<
div
className
=
"header-title"
>
<
div
className
=
"header-title"
>
<
H
popart
text
=
{
title
}
></
H
popart
>
<
H
wave
text
=
{
title
}
></
H
wave
>
</
div
>
</
div
>
{
children
}
{
children
}
</
div
>
</
div
>
...
...
This diff is collapsed.
Click to expand it.
src/components/Headings.tsx
+
1
−
1
View file @
c8e1d1ab
...
@@ -118,7 +118,7 @@ export function Hwave({text, id}:{text: string, id?: string}){
...
@@ -118,7 +118,7 @@ export function Hwave({text, id}:{text: string, id?: string}){
idtext
=
stringToSlug
(
text
);
idtext
=
stringToSlug
(
text
);
}
}
return
(
return
(
<
svg
id
=
{
idtext
}
viewBox
=
"0 0 100 20"
>
<
svg
id
=
{
idtext
}
className
=
"bigtitle"
viewBox
=
"0 0 100 20"
>
<
defs
>
<
defs
>
<
linearGradient
id
=
"gradient"
x1
=
"0"
x2
=
"0"
y1
=
"0"
y2
=
"1"
>
<
linearGradient
id
=
"gradient"
x1
=
"0"
x2
=
"0"
y1
=
"0"
y2
=
"1"
>
<
stop
offset
=
"5%"
stop-color
=
"#850F78"
/>
<
stop
offset
=
"5%"
stop-color
=
"#850F78"
/>
...
...
This diff is collapsed.
Click to expand it.
src/sidebars/engS.tsx
+
1
−
0
View file @
c8e1d1ab
import
{
useEffect
}
from
"
react
"
;
import
{
useEffect
}
from
"
react
"
;
import
{
Highlight
}
from
"
../utils/Highlight-functions
"
;
import
{
Highlight
}
from
"
../utils/Highlight-functions
"
;
import
{
openThem
}
from
"
../utils/openThem
"
;
import
{
openThem
}
from
"
../utils/openThem
"
;
export
function
EngSide
(){
export
function
EngSide
(){
let
nums
=
[
"
del1
"
]
let
nums
=
[
"
del1
"
]
useEffect
(()
=>
{
useEffect
(()
=>
{
...
...
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