IN-3 Edit Über uns Page

This commit is contained in:
stefan080106
2022-06-06 15:35:57 +02:00
parent 2963691057
commit cbdf6a6b3f

View File

@@ -1,7 +1,7 @@
import Head from "next/head"; import Head from "next/head";
import Image from "next/image"; import Image from "next/image";
import StandardStyles from "../styles/Home.module.css"; import StandardStyles from "../styles/Home.module.css";
import styles from "../styles/LandingPage.module.css"; import styles from "../styles/UeberUns.module.css";
import FadeIn from "react-fade-in"; import FadeIn from "react-fade-in";
export default function Home() { export default function Home() {
@@ -12,22 +12,33 @@ export default function Home() {
</Head> </Head>
<div style={{ width: "80%" }}> <div style={{ width: "80%" }}>
<FadeIn transitionDuration={1500}> <FadeIn transitionDuration={1500}>
<h2>Die Firma</h2> <h2>Über uns</h2>
<p> <p>
AGS IT Solutions wurde am 01.05.2022 mir, Stefan Arnold in Aurich gegründet. Am 01. Mai 2022 wurde AGS IT Solutions als Nebengewerbe von mir Stefan
Arnold gegründet.
<br />
Ich war zu dem Zeitpunkt 16. Jahre alt und wollte meine Erfahrung in der
IT-Szene verbessern und unter Beweis stellen.
<br />
Die Firma bedient viele Bereiche, z.B. Softwareentwicklung, Webentwicklung
und vieles mehr.
</p> </p>
</FadeIn> </FadeIn>
</div> </div>
<div style={{ width: "80%" }}> <div style={{ width: "80%" }}>
{/* TODO: ProfileImage */} {/* TODO: ProfileImage */}
<FadeIn delay={500} transitionDuration={1500}> <FadeIn delay={500} transitionDuration={1500}>
<h2>Über mich</h2> <h2>Das Team</h2>
<p> <div className={styles.teamContainer}>
Moin, ich bin Stefan! Ich bin 16 Jahre und gebürtig auch aus Aurich. Ich <div>
habe mit 9 Jahren mit meinem ersten Computer mein Interesse an der IT <img
aufzubauen. Seit dem habe ich mich immer mehr informiert und bin immer src="https://cdn.discordapp.com/attachments/933369908341932052/983361091063128124/Profile_Image2.png"
tiefer in die IT und Schwerpunktmäßig in die Programmierung eingestiegen. alt="ProfileImage"
</p> />
<h2>Stefan Arnold</h2>
<h3>Inhaber</h3>
</div>
</div>
</FadeIn> </FadeIn>
</div> </div>
</main> </main>