diff --git a/src/web/src/components/footer/content.jsx b/src/web/src/components/footer/content.jsx index c10b0d5..465d49a 100644 --- a/src/web/src/components/footer/content.jsx +++ b/src/web/src/components/footer/content.jsx @@ -4,11 +4,11 @@ import Link from "next/link"; import { motion } from "framer-motion"; const Items = [ - { id: 0, href: "https://github.com/timmypidashev/web", label: "Source", color: "green" }, + { id: 0, href: "https://add-later", label: "Contact", color: "green" }, { id: 1, href: "https://github.com/timmypidashev", label: "Github", color: "yellow" }, { id: 3, href: "https://linkedin.com/in/timothy-pidashev-9055922a7", label: "Linkedin", color: "blue" }, { id: 4, href: "https://instagram.com/timmypidashev", label: "Instagram", color: "purple" }, - { id: 5, href: "https://null", label: "Contact", color: "aqua" }, + { id: 5, href: "https://github.com/timmypidashev/web", label: "Source", color: "aqua" }, ]; const ItemColors = { diff --git a/src/web/src/components/hero/content.jsx b/src/web/src/components/hero/content.jsx index 2652c31..7620b3c 100644 --- a/src/web/src/components/hero/content.jsx +++ b/src/web/src/components/hero/content.jsx @@ -34,25 +34,19 @@ function Content() { <>
-
+
{ typewriter.typeString("
Hello, I'm
Timothy Pidashev
") - .callFunction(() => { - console.log('Change the background element to a portrait of my face'); - }) .pauseFor(2500) .deleteAll() - .callFunction(() => { - console.log('Wipe the background element'); - }) .start() typewriter.typeString("
I'm a 19 year old
on an epic journey to
become a software engineer!
") @@ -60,22 +54,7 @@ function Content() { .deleteAll() .start() - typewriter.typeString("
I enjoy
writing code
hiking and camping
driving cars
and much more!
") - .pauseFor(2500) - .deleteAll() - .start() - - typewriter.typeString("
Fun facts about me:
I keep a journal
I love rust lang!
I use a corebooted thinkpad
") - .pauseFor(2500) - .deleteAll() - .start() - - typewriter.typeString("
Wait your still here?
") - .pauseFor(2500) - .deleteAll() - .start() - - typewriter.typeString("
Check out my blog and shop
for many goodies!
or contact me below!
") + typewriter.typeString("
Check out my blog and shop

or contact me below!
") .pauseFor(2500) .deleteAll() .start()