Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10d54aafa1 | ||
|
|
e785634be6 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
File diff suppressed because one or more lines are too long
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
@ -129,11 +129,9 @@ export default function WebSite() {
|
||||
<main className={`flex-grow bg-white rounded-none `}>
|
||||
<HeroSection
|
||||
projectName={'labababa'}
|
||||
image={['Diverse students in virtual class']}
|
||||
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.`}
|
||||
design={HeroDesigns.IMAGE_BG || ''}
|
||||
buttonText={`Start Learning Now`}
|
||||
design={HeroDesigns.TEXT_CENTER}
|
||||
/>
|
||||
|
||||
<FeaturesSection
|
||||
|
||||
@ -81,12 +81,12 @@ const RolesTablesPage = () => {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>{getPageTitle('Roles')}</title>
|
||||
<title>{getPageTitle('Hello Martin!')}</title>
|
||||
</Head>
|
||||
<SectionMain>
|
||||
<SectionTitleLineWithButton
|
||||
icon={mdiChartTimelineVariant}
|
||||
title='Roles'
|
||||
title='Hello Martin!'
|
||||
main
|
||||
>
|
||||
{''}
|
||||
|
||||
@ -103,10 +103,9 @@ export default function WebSite() {
|
||||
<main className={`flex-grow bg-white rounded-none `}>
|
||||
<HeroSection
|
||||
projectName={'labababa'}
|
||||
image={['Diverse students in virtual class']}
|
||||
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.`}
|
||||
design={HeroDesigns.IMAGE_BG || ''}
|
||||
design={HeroDesigns.TEXT_CENTER}
|
||||
buttonText={`Start Learning Now`}
|
||||
/>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user