feat: experience component getting there

This commit is contained in:
2022-04-14 16:18:39 +01:00
parent 8a899a12b2
commit 7a250dd444
4 changed files with 4403 additions and 9769 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/Experience';
import Experience from '../sections/Experience';
//============================================================
// Component
@@ -72,7 +72,9 @@ const FrontPage = () => {
</FadeComponent>
<FadeComponent delay={DELAY * 2.5}>
<Introduction />
<Skills />
</FadeComponent>
<FadeComponent delay={DELAY * 2.5}>
<Experience />
</FadeComponent>
</div>
</>