Skip to main content

About

About page is a place to tell the world about yourself. Of course, you want to show your achievements using Facts component. Could not miss your history of working Resume.Experience, your education Resume.Education...

Header block

Language keys used for header block of about page are about-me, self-introduction, about-description which located at app\languages\aboutLangTable.ts.

<HeaderBlock
title={t("about-me")}
subTitle={t("self-introduction")}
description={t("about-description")}
/>

Additional content blocks

About page is located at app\routes\__layout\about.tsx. It is safe for you to edit the lines between the markers.

app\routes__layout\about.tsx
...
{
/*********************************
*
* START PAGE CONTENT
*
********************************/
}

//place your content for homepage here

{
/*********************************
*
* END PAGE CONTENT
*
********************************/
}
...

Video tutorial