-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sections): add two more sections
- Loading branch information
Showing
16 changed files
with
198 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
export const CompaniesImages = [ | ||
{ | ||
name: "alida-school", | ||
url: "images/alida-school.svg", | ||
height: 60, | ||
width: 60, | ||
}, | ||
{ | ||
name: "univelcity", | ||
url: "images/univelcity.svg", | ||
height: 41, | ||
width: 196, | ||
}, | ||
{ | ||
name: "ai-school", | ||
url: "images/ai-school.svg", | ||
height: 44, | ||
width: 158, | ||
}, | ||
{ | ||
name: "mdena", | ||
url: "images/mdena.svg", | ||
height: 39, | ||
width: 145, | ||
}, | ||
{ | ||
name: "design-pal", | ||
url: "images/design-pal.svg", | ||
height: 39, | ||
width: 124, | ||
}, | ||
{ | ||
name: "dev-careers", | ||
url: "images/dev-careers.svg", | ||
height: 42, | ||
width: 132, | ||
}, | ||
]; | ||
|
||
export const ExplainerData = [ | ||
{ | ||
id: 1, | ||
image: "/images/explainer-1.png", | ||
title: "Live classes", | ||
description: | ||
"Our immersive class venue gives you the power to share your knowledge.", | ||
}, | ||
{ | ||
id: 2, | ||
image: "/images/explainer-2.png", | ||
title: "Online Courses", | ||
description: | ||
"Run your knowledge business with online courses for your students.", | ||
}, | ||
{ | ||
id: 3, | ||
image: "/images/explainer-3.png", | ||
title: "Ebook", | ||
description: | ||
"Reach your students in faster ways. Sell unlimited PDFs & files on Klas", | ||
}, | ||
]; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.