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
af8de610
Commit
af8de610
authored
6 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
nur bei "Proof of Concept" ist ein blauer Kasten um das Textfeld, bei den anderen Domänen nicht
parent
91dcf134
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/contents/engineering.tsx
+27
-19
27 additions, 19 deletions
src/contents/engineering.tsx
with
27 additions
and
19 deletions
src/contents/engineering.tsx
+
27
−
19
View file @
af8de610
...
...
@@ -4,6 +4,7 @@ import { LoremShort } from "../components/Loremipsum";
import
{
useEffect
}
from
"
react
"
;
import
{
useLocation
}
from
"
react-router-dom
"
;
import
{
openElement
}
from
"
../utils/openElement
"
;
import
{
H3
}
from
"
../components/Headings
"
;
...
...
@@ -53,9 +54,11 @@ export function Engineering() {
<
div
className
=
"col"
>
<
br
/>
<
br
/>
<
br
/>
<
div
id
=
"tab-our-cycle"
className
=
"enginneeringtab"
style
=
{
{
display
:
"
block
"
}
}
>
<
section
id
=
"Our Cycle"
>
<
h3
>
Our Cycle
</
h3
>
<
p
>
Hallo Prime Editing diesdas
</
p
>
<
section
>
<
div
className
=
"bg-lb box"
>
<
H3
text
=
"Our cycle"
id
=
"Our Cycle"
></
H3
>
<
p
>
Hallo Prime Editing diesdas
</
p
>
</
div
>
<
br
/>
<
div
className
=
"row"
>
<
div
className
=
"col"
>
...
...
@@ -69,9 +72,9 @@ export function Engineering() {
</
div
>
<
div
id
=
"tab-proof-of-concept"
className
=
"enginneeringtab"
style
=
{
{
display
:
"
none
"
}
}
>
<
section
id
=
"Proof of Concept"
>
<
section
>
<
div
className
=
"bg-lb box"
>
<
h3
>
Proof of Concept
</
h
3
>
<
H3
id
=
"
Proof of Concept
"
text
=
"Proof of Concept"
>
</
H
3
>
<
p
><
LoremShort
></
LoremShort
></
p
>
</
div
>
<
br
/>
...
...
@@ -87,9 +90,9 @@ export function Engineering() {
</
div
>
<
div
className
=
"enginneeringtab"
id
=
"tab-pe-systems"
style
=
{
{
display
:
"
none
"
}
}
>
<
section
id
=
"PE Systems"
>
<
div
className
=
"box"
>
<
h3
>
PE Systems
</
h
3
>
<
section
id
=
"PE Systems
sec
"
>
<
div
className
=
"
bg-lb
box"
>
<
H3
id
=
"
PE Systems
"
text
=
"PE Systems"
>
</
H
3
>
<
p
><
LoremShort
></
LoremShort
></
p
>
</
div
>
<
br
/>
...
...
@@ -104,9 +107,9 @@ export function Engineering() {
</
section
>
</
div
>
<
div
className
=
"enginneeringtab"
id
=
"tab-nikase"
style
=
{
{
display
:
"
none
"
}
}
>
<
section
id
=
"Nikase"
>
<
div
className
=
"box"
>
<
h3
>
Nikase
</
h
3
>
<
section
id
=
"Nikase
sec
"
>
<
div
className
=
"
bg-lb
box"
>
<
H3
id
=
"Nikase"
text
=
"Nikase"
>
</
H
3
>
<
p
><
LoremShort
></
LoremShort
></
p
>
</
div
>
<
br
/>
...
...
@@ -121,9 +124,9 @@ export function Engineering() {
</
section
>
</
div
>
<
div
className
=
"enginneeringtab"
id
=
"tab-pegrna"
style
=
{
{
display
:
"
none
"
}
}
>
<
section
id
=
"pegRNA"
>
<
div
className
=
"box"
>
<
h3
>
pegRNA
</
h
3
>
<
section
id
=
"pegRNA
sec
"
>
<
div
className
=
"
bg-lb
box"
>
<
H3
id
=
"pegRNA"
text
=
"pegRNA"
>
</
H
3
>
<
p
><
LoremShort
></
LoremShort
></
p
>
</
div
>
<
br
/>
...
...
@@ -138,9 +141,12 @@ export function Engineering() {
</
section
>
</
div
>
<
div
className
=
"enginneeringtab"
id
=
"tab-delivery"
style
=
{
{
display
:
"
none
"
}
}
>
<
section
id
=
"Delivery"
>
<
section
id
=
"Delivery sec"
>
<
div
className
=
"bg-lb box"
>
<
H3
id
=
"Delivery"
text
=
"Delivery"
></
H3
>
<
p
><
LoremShort
></
LoremShort
></
p
>
</
div
>
<
div
className
=
"box"
>
<
h3
>
Delivery
</
h3
>
<
p
id
=
"del1"
>
<
h3
>
del1
</
h3
>
<
LoremShort
></
LoremShort
>
...
...
@@ -161,9 +167,11 @@ export function Engineering() {
</
div
>
<
div
className
=
"enginneeringtab"
id
=
"tab-references"
style
=
{
{
display
:
"
none
"
}
}
>
<
section
id
=
"References"
>
<
h3
>
References
</
h3
>
<
p
><
LoremShort
></
LoremShort
></
p
>
<
section
id
=
"References sec"
>
<
div
className
=
"bg-lb box"
>
<
H3
id
=
"References"
text
=
"References"
></
H3
>
<
p
><
LoremShort
></
LoremShort
></
p
>
</
div
>
<
br
/>
<
div
className
=
"row "
>
<
div
className
=
"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