Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec-Temp-until-thaw
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
Package Registry
Model registry
Operate
Terraform modules
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
Liliana Sanfilippo
Bielefeld-CeBiTec-Temp-until-thaw
Commits
5b6d3b4e
Commit
5b6d3b4e
authored
8 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
added sponsor page and interview page
parent
7430894d
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/contents/index.tsx
+4
-0
4 additions, 0 deletions
src/contents/index.tsx
src/headers/ints-h.tsx
+15
-0
15 additions, 0 deletions
src/headers/ints-h.tsx
src/headers/spons-h.tsx
+15
-0
15 additions, 0 deletions
src/headers/spons-h.tsx
src/pages.ts
+20
-10
20 additions, 10 deletions
src/pages.ts
with
54 additions
and
10 deletions
src/contents/index.tsx
+
4
−
0
View file @
5b6d3b4e
...
...
@@ -29,6 +29,8 @@ export * from "./sustainable.tsx"; */
export
*
from
"
./Bfh.tsx
"
;
export
*
from
"
./wiki.tsx
"
;
export
*
from
"
./impressum.tsx
"
;
export
*
from
"
./partners.tsx
"
;
export
*
from
"
./interviews.tsx
"
;
export
*
from
"
../headers/bhf-h.tsx
"
export
*
from
"
../headers/attribution-h.tsx
"
export
*
from
"
../headers/cont-h.tsx
"
...
...
@@ -42,5 +44,7 @@ export * from "../headers/res-h.tsx"
export
*
from
"
../headers/safe-h.tsx
"
export
*
from
"
../headers/team-h.tsx
"
export
*
from
"
../headers/wiki-h.tsx
"
export
*
from
"
../headers/ints-h.tsx
"
export
*
from
"
../headers/spons-h.tsx
"
This diff is collapsed.
Click to expand it.
src/headers/ints-h.tsx
0 → 100644
+
15
−
0
View file @
5b6d3b4e
export
function
INTSH
()
{
return
(
<>
<
div
className
=
"row"
>
<
div
className
=
"col"
>
</
div
>
</
div
>
<
div
className
=
"row"
>
</
div
>
</>
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/headers/spons-h.tsx
0 → 100644
+
15
−
0
View file @
5b6d3b4e
export
function
SPONH
()
{
return
(
<>
<
div
className
=
"row"
>
<
div
className
=
"col"
>
</
div
>
</
div
>
<
div
className
=
"row"
>
</
div
>
</>
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/pages.ts
+
20
−
10
View file @
5b6d3b4e
...
...
@@ -7,6 +7,8 @@
Bfh
,
Attributions
,
HumanPractices
,
Partners
,
Ints
,
Notebook
,
Results
,
Safety
,
...
...
@@ -16,7 +18,7 @@
Impressum
}
from
"
./contents
"
;
import
{
BFHH
,
HOMEH
,
HPH
,
RESH
,
ATTH
,
CONTH
,
DESCH
,
EXPH
,
IMPH
,
NOTEH
,
SAFEH
,
TEAMH
,
WIKIH
}
from
"
./contents
"
;
import
{
BFHH
,
HOMEH
,
HPH
,
INTSH
,
SPONH
,
RESH
,
ATTH
,
CONTH
,
DESCH
,
EXPH
,
IMPH
,
NOTEH
,
SAFEH
,
TEAMH
,
WIKIH
}
from
"
./contents
"
;
interface
Base
{
name
:
string
|
undefined
;
...
...
@@ -143,20 +145,28 @@ const Pages: (Page | Folder)[] = [
header
:
HPH
,
navlist
:
[
""
],
},
/*
{
name: "
Awards
",
{
name
:
"
Other
"
,
folder
:
[
{
name: "Sustainable",
title: "Sustainable Development Goals",
path: "/sustainable",
component: Sustainable,
header: "Describe how you have evaluated your project ideas against one or more of the SDGs.",
name
:
"
Interviews
"
,
title
:
"
Interviews
"
,
path
:
"
/interviews
"
,
component
:
Ints
,
header
:
INTSH
,
navlist
:
[
""
],
},
{
name
:
"
Partners and Sponsors
"
,
title
:
"
Partners and Sponsors
"
,
path
:
"
/partners
"
,
component
:
Partners
,
header
:
SPONH
,
navlist
:
[
""
],
},
],
}, */
},
{
name
:
"
Contribution
"
,
folder
:
[
...
...
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