Finished introduction section

This commit is contained in:
2022-04-10 13:51:21 +01:00
parent 3d6ec6aeec
commit 8a899a12b2
3 changed files with 43 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ import AppearText from '../text/AppearText';
import Cdiv from '../core/Cdiv';
import FadeComponent from '../core/FadeComponent';
import Introduction from '../sections/Introduction';
import Skills from '../sections/Skills';
import Skills from '../sections/Experience';
//============================================================
// Component
@@ -29,21 +29,21 @@ const FrontPage = () => {
<Cdiv className="flex-1 h-full">
<AppearText
className="font-display text-2xl text-snow-storm-300 cursor-pointer hover:text-3xl hover:text-snow-storm-100"
text="Option #1"
text="About Me"
delay={DELAY * 2.5}
/>
</Cdiv>
<Cdiv className="flex-1 h-full">
<AppearText
className="font-display text-2xl text-snow-storm-300 cursor-pointer hover:text-3xl hover:text-snow-storm-100"
text="Option #2"
text="Experience"
delay={DELAY * 2.5}
/>
</Cdiv>
<Cdiv className="flex-1 h-full">
<AppearText
className="font-display text-2xl text-snow-storm-300 cursor-pointer hover:text-3xl hover:text-snow-storm-100"
text="Option #3"
text="Projects"
delay={DELAY * 2.5}
/>
</Cdiv>