-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from ballyalley-o/other/TCCP2-view--course
Fix logo vectorization and update course view
- Loading branch information
Showing
35 changed files
with
755 additions
and
393 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,94 @@ | ||
const mockCourse = [ | ||
{ | ||
_id: '660013d760b78190151214f4', | ||
title: 'Software Engineering', | ||
description: | ||
'With this full course will provide you with all of the essentials to become a Software Engineer. From the very basics HTML, CSS and front end JavaScript, typescript, along with tools like Git, Visual Studio, VSCode and front end frameworks, and will also provide you with the ability to control the Backend, databasing, be involved and participate in the overall application lifecycle. Main focus on coding and debugging.', | ||
duration: '18', | ||
tuition: 12000, | ||
minimumSkill: 'beginner', | ||
scholarshipAvailable: false, | ||
bootcamp: null, | ||
user: '5d7a514b5d2c12c7449be045', | ||
__v: 0, | ||
createdAt: '2024-03-24T11:51:51.772Z', | ||
updatedAt: '2024-03-24T11:51:51.772Z' | ||
}, | ||
{ | ||
_id: '660013d760b78190151214f5', | ||
title: 'FRONT-END Web Development', | ||
description: | ||
'This course will provide you with all of the essentials to become a successful frontend web developer. You will learn to master HTML, CSS and front end JavaScript, along with tools like Git, Visual Studi, VSCode and front end frameworks like Vue, Be a Frontier on FRONTEND Development', | ||
duration: '8', | ||
tuition: 24000, | ||
minimumSkill: 'beginner', | ||
scholarshipAvailable: false, | ||
bootcamp: null, | ||
user: '5d7a514b5d2c12c7449be045', | ||
__v: 0, | ||
createdAt: '2024-03-24T11:51:51.772Z', | ||
updatedAt: '2024-03-24T11:51:51.772Z' | ||
}, | ||
{ | ||
_id: '660013d760b78190151214f6', | ||
title: 'BACK-END Web Development', | ||
description: | ||
"The behind-the-scenes functionality of a website is referred to as the 'back-end'. It is a combination of technology and programming that powers a website, consisting of three parts that a user never sees: a server, an application, and a database. The back-end runs a website — the user does not see it or interact with it, but it is always running in the background, delivering functionality and a desktop-like experience. Back-end developers play a critical role in web development teams, and make sure that data or services requested by the front-end system or software are delivered.", | ||
duration: '6', | ||
tuition: 8000, | ||
minimumSkill: 'intermediate', | ||
scholarshipAvailable: false, | ||
bootcamp: null, | ||
user: '5d7a514b5d2c12c7449be045', | ||
__v: 0, | ||
createdAt: '2024-03-24T11:51:51.772Z', | ||
updatedAt: '2024-03-24T11:51:51.772Z' | ||
}, | ||
{ | ||
_id: '5d725c84c4ded7bcb480eaa0', | ||
title: 'FULL STACK Web Development', | ||
description: | ||
'In this course you will learn full stack web development, first learning all about the frontend with HTML/CSS/JS/Vue and then the backend with Node.js/Express/MongoDB', | ||
duration: '12', | ||
tuition: 10000, | ||
minimumSkill: 'intermediate', | ||
scholarshipAvailable: false, | ||
bootcamp: null, | ||
user: '5d7a514b5d2c12c7449be045', | ||
__v: 0, | ||
createdAt: '2024-03-24T11:51:51.772Z', | ||
updatedAt: '2024-03-24T11:51:51.772Z' | ||
}, | ||
{ | ||
_id: '5d725cb9c4ded7bcb480eaa1', | ||
title: 'Dev Ops', | ||
description: | ||
'In this course you will learn all about the front end with HTML, CSS and JavaScript. You will master tools like Git and Webpack and also learn C# and ASP.NET with Postgres', | ||
duration: '10', | ||
tuition: 12000, | ||
minimumSkill: 'intermediate', | ||
scholarshipAvailable: false, | ||
bootcamp: null, | ||
user: '5d7a514b5d2c12c7449be046', | ||
__v: 0, | ||
createdAt: '2024-03-24T11:51:51.772Z', | ||
updatedAt: '2024-03-24T11:51:51.772Z' | ||
}, | ||
{ | ||
_id: '5d725cd2c4ded7bcb480eaa2', | ||
title: 'UI/UX', | ||
description: | ||
'In this course you will learn to create beautiful interfaces. It is a mix of design and development to create modern user experiences on both web and mobile', | ||
duration: '12', | ||
tuition: 10000, | ||
minimumSkill: 'intermediate', | ||
scholarshipAvailable: false, | ||
bootcamp: null, | ||
user: '5d7a514b5d2c12c7449be046', | ||
__v: 0, | ||
createdAt: '2024-03-24T11:51:51.773Z', | ||
updatedAt: '2024-03-24T11:51:51.773Z' | ||
} | ||
] | ||
|
||
export default mockCourse |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export { default as image } from './image' | ||
export { default as mockBootcamp } from './bootcamp' | ||
export { default as mockCourse } from './course' |
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
Oops, something went wrong.