Skip to content
Snippets Groups Projects
Commit d7d52214 authored by Vera Köhler's avatar Vera Köhler
Browse files
parents 2791bdb5 ee155c95
No related branches found
No related tags found
No related merge requests found
Pipeline #414733 failed
rna.png 0 → 100644
rna.png

466 KiB

...@@ -52,7 +52,7 @@ export function Engineering() { ...@@ -52,7 +52,7 @@ export function Engineering() {
<div id="tab-our-cycle" className="enginneeringtab" style={{display: "block"}}> <div id="tab-our-cycle" className="enginneeringtab" style={{display: "block"}}>
<section id="Our Cycle"> <section id="Our Cycle">
<h3>Our Cycle</h3> <h3>Our Cycle</h3>
<p><LoremShort></LoremShort></p> <p>Hallo Prime Editing diesdas</p>
<br/> <br/>
<div className="row"> <div className="row">
<div className="col"> <div className="col">
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons"; import { openFromOtherPage } from "../components/Buttons";
import H1 from "../components/headings";
export function Notebook() { export function Notebook() {
const location = useLocation(); const location = useLocation();
...@@ -35,9 +36,14 @@ export function Notebook() { ...@@ -35,9 +36,14 @@ export function Notebook() {
<> <>
<div className="row mt-4"> <div className="row mt-4">
<div className="col-lg-8"> <div className="col-lg-8">
<strong>
<h1> Ich bin ein Header! </h1>
</strong>
<i>
<p> Ich bin ein Paragraph. </p>
</i>
</div> </div>
</div> </div>
</> </>
); );
......
...@@ -36,7 +36,7 @@ export function Results() { ...@@ -36,7 +36,7 @@ export function Results() {
<> <>
<div className="row mt-4"> <div className="row mt-4">
<div className="col-lg-5"> <div className="col-lg-5">
<p>test hallo welt</p>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment