Compare commits
No commits in common. "ai-dev" and "master" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,8 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
**/node_modules/
|
|
||||||
**/build/
|
|
||||||
.DS_Store
|
|
||||||
.env
|
|
||||||
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{}
|
|
||||||
@ -129,9 +129,11 @@ export default function WebSite() {
|
|||||||
<main className={`flex-grow bg-white rounded-none `}>
|
<main className={`flex-grow bg-white rounded-none `}>
|
||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'labababa'}
|
projectName={'labababa'}
|
||||||
|
image={['Diverse students in virtual class']}
|
||||||
mainText={`Transform Your Learning with ${projectName}`}
|
mainText={`Transform Your Learning with ${projectName}`}
|
||||||
subTitle={`Discover a seamless online education experience with ${projectName}. Manage courses, track progress, and engage with instructors all in one place.`}
|
subTitle={`Discover a seamless online education experience with ${projectName}. Manage courses, track progress, and engage with instructors all in one place.`}
|
||||||
design={HeroDesigns.TEXT_CENTER}
|
design={HeroDesigns.IMAGE_BG || ''}
|
||||||
|
buttonText={`Start Learning Now`}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<FeaturesSection
|
<FeaturesSection
|
||||||
|
|||||||
@ -81,12 +81,12 @@ const RolesTablesPage = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{getPageTitle('Hello Martin!')}</title>
|
<title>{getPageTitle('Roles')}</title>
|
||||||
</Head>
|
</Head>
|
||||||
<SectionMain>
|
<SectionMain>
|
||||||
<SectionTitleLineWithButton
|
<SectionTitleLineWithButton
|
||||||
icon={mdiChartTimelineVariant}
|
icon={mdiChartTimelineVariant}
|
||||||
title='Hello Martin!'
|
title='Roles'
|
||||||
main
|
main
|
||||||
>
|
>
|
||||||
{''}
|
{''}
|
||||||
|
|||||||
@ -103,9 +103,10 @@ export default function WebSite() {
|
|||||||
<main className={`flex-grow bg-white rounded-none `}>
|
<main className={`flex-grow bg-white rounded-none `}>
|
||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'labababa'}
|
projectName={'labababa'}
|
||||||
|
image={['Diverse students in virtual class']}
|
||||||
mainText={`Transform Your Learning with ${projectName}`}
|
mainText={`Transform Your Learning with ${projectName}`}
|
||||||
subTitle={`Discover a seamless online education experience with ${projectName}. Manage courses, track progress, and engage with instructors all in one place.`}
|
subTitle={`Discover a seamless online education experience with ${projectName}. Manage courses, track progress, and engage with instructors all in one place.`}
|
||||||
design={HeroDesigns.TEXT_CENTER}
|
design={HeroDesigns.IMAGE_BG || ''}
|
||||||
buttonText={`Start Learning Now`}
|
buttonText={`Start Learning Now`}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user