feat: experience section is now reactive, need to do content for it.

This commit is contained in:
2022-04-21 00:10:43 +01:00
parent 24e501724a
commit c8f2e633cc
13 changed files with 954 additions and 1284 deletions

View File

@@ -2,17 +2,17 @@
// Essential Imports
//============================================================
import React from 'react';
import React from "react";
//============================================================
// Imported Components
//============================================================
import AppearText from '../text/AppearText';
import Cdiv from '../core/Cdiv';
import FadeComponent from '../core/FadeComponent';
import Introduction from '../sections/Introduction';
import Experience from '../sections/Experience';
import AppearText from "../text/AppearText";
import Cdiv from "../core/Cdiv";
import FadeComponent from "../core/FadeComponent";
import Introduction from "../sections/Introduction";
import Experience from "../sections/Experience";
//============================================================
// Component
@@ -67,7 +67,8 @@ const FrontPage = () => {
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
className="fill-frost-200"
d="M0,192L120,202.7C240,213,480,235,720,240C960,245,1200,235,1320,229.3L1440,224L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z"></path>
d="M0,192L120,202.7C240,213,480,235,720,240C960,245,1200,235,1320,229.3L1440,224L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z"
></path>
</svg>
</FadeComponent>
<FadeComponent delay={DELAY * 2.5}>