From 7a4dcecf03a524dae99bbcb9ecc42ae3e0f0eb00 Mon Sep 17 00:00:00 2001 From: BipinKalra Date: Fri, 30 Apr 2021 13:10:20 +0530 Subject: [PATCH 1/9] new UI added for classroom page --- ...ructures-and-algorithms-for-interviews.hbs | 441 +++++++++++++++--- src/partials/head.hbs | 2 +- 2 files changed, 368 insertions(+), 75 deletions(-) diff --git a/src/classroom-courses/advanced-data-structures-and-algorithms-for-interviews.hbs b/src/classroom-courses/advanced-data-structures-and-algorithms-for-interviews.hbs index 33beae107..269b8a3b5 100644 --- a/src/classroom-courses/advanced-data-structures-and-algorithms-for-interviews.hbs +++ b/src/classroom-courses/advanced-data-structures-and-algorithms-for-interviews.hbs @@ -17,83 +17,376 @@ {{> navbar}} -
- {{> header}} - {{> overview}} - {{> coursehighlights}} - {{> freeAccessBanner}} - {{> coursecontents}} -
-
-

Enroll in Complete Launchpad Course

-

Embark upon this journey from being an amateur coder to a DS-Algo expert with our complete C++ course.

- Launchpad - Complete Bundle -
-
-
-
-
-
-
-
- Regular Batch -
-
₹12,000
-

(12-15 lectures)

- Enroll Now -

- Contact Us -
Call(Toll-free): 1800-2744-504 -

-
-
-
+
+
+
+
+
+
+
+
+
+ +
+
+
+ THIS IS A COURSE TITLE +
+
+
+
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, +
+
+
+
+ + BEGINNER + +
+
+
Course Language
+
+ English. Hindi +
+
+
+
+ {{!-- This button would scroll down to the sections where batches are listed --}} + +
+
+
+
+
+
+
+ Also get +
+
    +
  • Resume building tips
  • +
  • Interview preparation
  • +
  • Free access to Online Course
  • +
  • Skill enhancement classes
  • +
  • Start with online platforms like Leetcode, Codeforces etc.
  • +
+
+
+
+
+ Also get +
+
    +
  • Resume building tips
  • +
  • Interview preparation
  • +
  • Free access to Online Course
  • +
  • Skill enhancement classes
  • +
  • Start with online platforms like Leetcode, Codeforces etc.
  • +
+
+
+ +
+ + +
+
+
+
+
+ +
Fundamentals
+
+
+ We have designed our C++ fundamentals course keeping in mind the requirements of beginners. Course starts with fundamentals of logic building and problem solving. Many tricky Puzzles are also given to build logical thinking of our students. +
+
+
+
+
+
+ +
Problem Solving
+
+
+ The C++ course is designed to sharpen the problem solving skills, using C++, of the students. We follow step-by-step approach to make students fall in love with programming and ignite their passion of coding with the help of problems ranging to easy to intermediate to expert level. +
+
+
+
+
+
+ +
OOP Concepts
+
+
+ Emphasis is given on building strong Object Oriented Programming Concepts and coding practices followed in the Software Industry, so to make our students industry-ready C++ coders. +
+
+
+
+
+
+ +
DS & Algortithms
+
+
+ This course entails more than 100 hours of teaching and hands on C++ coding. Students will be solving more than 200 complex problems in C++ and will be evaluated for their problem solving skills and understanding of data structures throughout the course. +
+
+
+
+
+ +
+
+
+ Get free access to our online course and also get
a wildcraft bag absolutely free! +
+ +
+ +
+
+
-
-
- {{> courseschedule}} - {{!--
-

Seats full. Admissions closed.

-
--}} -
- -
-

REGISTER NOW

-
-
-
- -
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
-
+
+
+
+ Course Content +
+ Download Syllabus +
+
+
+
+
Get Started
+
    +
  • Resume building tips
  • +
  • Interview preparation
  • +
  • Free access to Online Course
  • +
  • Skill enhancement classes
  • +
  • Start with online platforms like Leetcode, Codeforces etc.
  • +
+
+
+
+
+
Get Started
+
    +
  • Resume building tips
  • +
  • Interview preparation
  • +
  • Free access to Online Course
  • +
  • Skill enhancement classes
  • +
  • Start with online platforms like Leetcode, Codeforces etc.
  • +
+
+
+
+
+
Get Started
+
    +
  • Resume building tips
  • +
  • Interview preparation
  • +
  • Free access to Online Course
  • +
  • Skill enhancement classes
  • +
  • Start with online platforms like Leetcode, Codeforces etc.
  • +
+
+
+
+
+
Get Started
+
    +
  • Resume building tips
  • +
  • Interview preparation
  • +
  • Free access to Online Course
  • +
  • Skill enhancement classes
  • +
  • Start with online platforms like Leetcode, Codeforces etc.
  • +
+
+
+
+
+ +
+
+
+ Center and Schedule +
+ Pitampura +
+ +
+
+
+
Pitampura
+
Pitampura
+
+
+ Starting from +
+
+ 25th May +
+
+
+
+ Weekend Batch +
+
+ Sat & Sun +
+
+
+
+
+ Enroll +
+
+
- {{> team team=mentors}} - {{> coursefaq}} - {{> review-course-section}} - {{> map}} - {{> footer}} +
+
+ Mentors +
+ +
+
+ +
+
+
+ +
+
Falana Dhimaka
+
Falana dhimaka ki mkc
+
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
Where our Alumni Work
+ +
+
+
+
+
+
+
Frequently Asked Questions
+
+ Find answers to the questions popping up in your head here. +
+
+
+
+
+ THIS IS A QUESTION +
+ {{!-- --}} +
+
+ AND THIS IS THE ANSWER +
+
+
+
+
+ THIS IS A QUESTION +
+ {{!-- --}} +
+
+ AND THIS IS THE ANSWER +
+
+
+
+
+ THIS IS A QUESTION +
+ {{!-- --}} +
+
+ AND THIS IS THE ANSWER +
+
+
+
+{{> footer}} {{> scripts}} diff --git a/src/partials/head.hbs b/src/partials/head.hbs index 65b774e45..6a76968e2 100644 --- a/src/partials/head.hbs +++ b/src/partials/head.hbs @@ -26,7 +26,7 @@ - + From 5b2991c0c8899bf1fa63a0649d04cb13c0468c65 Mon Sep 17 00:00:00 2001 From: Pulkit Aggarwal Date: Fri, 30 Apr 2021 14:42:25 +0530 Subject: [PATCH 2/9] add web dev --- .../web-development-nodejs.hbs | 375 +++++++++++---- .../web-development-nodejs.json | 435 +++++++++--------- 2 files changed, 505 insertions(+), 305 deletions(-) diff --git a/src/classroom-courses/web-development-nodejs.hbs b/src/classroom-courses/web-development-nodejs.hbs index 1ee41d683..aef745b5b 100644 --- a/src/classroom-courses/web-development-nodejs.hbs +++ b/src/classroom-courses/web-development-nodejs.hbs @@ -1,84 +1,297 @@ - - {{title}} - {{> meta}} - {{> head}} - {{> courseSchema}} - - - {{> navbar}} -
- {{> header}} - {{> overview}} - {{> coursehighlights}} - {{> freeAccessBanner}} - {{> coursecontents}} -
-
-
-
-
-
- Regular Batch -
-
₹22,000
-

(20-22 lectures)

- Enroll Now -

- Contact Us -
Call(Toll-free): 1800-2744-504 -

-
-
-
-
-
- {{> courseschedule}} -
- -
-

REGISTER NOW

-
-
-
- -
-
-
- -
-
-
-
- -
-
- {{!--
-
- -
-
--}} -
-
- -
-
-
-
-
-
- {{> team team=mentors}} - {{> coursefaq}} - {{> review-course-section}} - {{> map}} - {{> footer}} -
- {{> scripts}} - - + + {{title}} + {{> meta}} + {{> head}} + {{> courseSchema}} + + + + + {{> navbar}} +
+
+
+
+
+
+
+
+
+ +
+
+
+ {{ title }} +
+
+
+
+ {{description}} +
+
+
+
+ + {{difficulty}} + +
+
+
Course Language
+
+ English, Hindi +
+
+
+
+ {{!-- This button would scroll down to the sections where batches are listed --}} + +
+
+
+
+
+
+
+ Also get +
+
    +
  • Resume building tips
  • +
  • Interview preparation
  • +
  • Free access to Online Course
  • +
  • Skill enhancement classes
  • +
  • Start with online platforms like Leetcode, Codeforces etc.
  • +
+
+
+
+
+ Also get +
+
    +
  • Resume building tips
  • +
  • Interview preparation
  • +
  • Free access to Online Course
  • +
  • Skill enhancement classes
  • +
  • Start with online platforms like Leetcode, Codeforces etc.
  • +
+
+
+ +
+ + +
+
+ {{#each highlights}} +
+
+
+ +
{{title}}
+
+
+ {{body}} +
+
+
+ {{/each}} +
+
+ +
+
+
+ Get free access to our online course and also get
a wildcraft bag absolutely free! +
+ +
+ +
+
+
+ +
+
+
+ Course Content +
+ Download Syllabus +
+
+ {{#each syallabus}} +
+
+
{{ title}} +
+
    + {{#each sectionContent}} +
  • {{this}}
  • + {{/each}} +
+
+
+ {{/each}} +
+
+ +
+
+
+ Center and Schedule +
+ Pitampura +
+ {{#each batches}} +
+
+
+
{{location}}
+
{{location}}
+
+
+ Starting from +
+
+ {{start_date}} +
+
+
+
+ Weekend Batch +
+
+ {{days}} +
+
+
+
+
+ Enroll +
+
+ {{/each}} +
+ +
+
+ Mentors +
+ {{#each mentors}} +
+
+ +
+
+
+ +
+
{{name}}
+
{{contact}}
+
+ {{description}} +
+
+
+ {{/each}} +
+
+
+
+
+
+ +
+
+
+
+
+
+
Where our Alumni Work
+ +
+
+
+
+
+
+
Frequently Asked Questions
+
+ Find answers to the questions popping up in your head here. +
+
+
+
+
+ THIS IS A QUESTION +
+ {{!-- --}} +
+
+ AND THIS IS THE ANSWER +
+
+
+
+
+ THIS IS A QUESTION +
+ {{!-- --}} +
+
+ AND THIS IS THE ANSWER +
+
+
+
+
+ THIS IS A QUESTION +
+ {{!-- --}} +
+
+ AND THIS IS THE ANSWER +
+
+
+
+
+ {{> footer}} + {{> scripts}} + + + \ No newline at end of file diff --git a/src/classroom-courses/web-development-nodejs.json b/src/classroom-courses/web-development-nodejs.json index 50877d494..5490dd2b4 100644 --- a/src/classroom-courses/web-development-nodejs.json +++ b/src/classroom-courses/web-development-nodejs.json @@ -1,227 +1,214 @@ { - "id": "course04", - "name": "NodeJS Web Development", - "title": "Full Stack Web Development Course in Delhi, Noida, Dwarka | Coding Blocks India", - "metas": [ - { - "name": "description", - "content": "Enroll Now Full Stack Web Development Course to become an expert in all the aspects. This course is made comfortable with JavaScript for both Frontend & Backend cases." - }, - { - "name": "keywords", - "content": "full stack developer course, full stack developer course, node js training, mean stack course, full stack developer training, full stack java developer course" - } - ], - "openGraph": { - "url": "https://codingblocks.com/classroom-courses/web-development-nodejs.html", - "title": "Best Web Development with NodeJS in India", - "image": "https://scontent.fdel1-1.fna.fbcdn.net/t45.5328-0/c0.0.540.540/p180x540/14058603_1077770128976987_1865333049_n.jpg", - "description": "Web Development course is designed to help students develop professional websites/portals. This course will help students understand how the web engine works." - }, - "header": { - "heading": "Full stack web app development with NodeJS", - "subHeading": "", - "breadcrumbs": [ - { - "linkText": "Highlights", - "link": "#highlights" - }, - { - "linkText": "Contents", - "link": "#contents" - }, - { - "linkText": "FAQ", - "link": "#faq" - } + "title": "Master DS & Algorithms In C++", + "description": "This C++ training course is designed to provide you with a platform from where you can start your journey in the amazing world of programming and software. The beginner's course will include programming fundamentals using C++, Loops, Functions, Arrays, Stacks, Queues, Linked List. The advanced course is for all those who are looking forward to sit for internships and placements. The course will involve rigorous practice of questions based on Sorting, Searching, Greedy Algorithms, Divide and Conquer Algorithms, Dynamic Programming along with comprehensive revision of data structures like linked-lists, Trees, Graphs, Heaps, Hashing etc. The course will help you become smarter with solutions and ace your programming interviews. C++ is known to be a very powerful language. It allows you to have a lot of control as to how you use computer resources effectively and efficiently better than other languages. Thanks to C++'s performance, it is often used to develop game engines, games, and desktop apps. As a statically typed language, C++ generally does better than dynamically typed languages because the code is type-checked before it is executed. Companies like Google and Facebook, also need C++ developers to optimize their apps or work on their products.", + "logo": "https://images.codingblocks.com/img/newcourse_logo/c%2B%2Bbasic_white.png", + "theme": "pink", + "rating": 5.0, + "number_ratings": 200, + "video_link": "https://www.youtube.com/embed/p1Ofe7eQ74o", + "languages": [ + "English" + ], + "duration": "6 Months", + "slug": "master-c-plus-plus-ds-algo", + "difficulty": "Beginner", + "batches": [ + { + "course": "Web Dev", + "timings": "4:00PM-7:00PM", + "mentor": "Kartik Mathur/Sabeel", + "strength": 35, + "days": "T T Sat", + "start_date": "5th June", + "runcode": "WDPP21MAY", + "product_id": 5169, + "location": "Pitampura" + }, + { + "course": "Web Dev", + "timings": "4:00PM-7:00PM", + "mentor": "Sabeel", + "strength": 35, + "days": "M W F Sat", + "start_date": "7th June", + "runcode": "WDND21MAY", + "product_id": 5166, + "location": "Noida" + } + ], + "mentors": [ + { + "name": "Mohit Pandey", + "contact": "mohit.pandey@codingblocks.com", + "img": "https://images.codingblocks.com/img/mentor/Mohit%20Uniyal.png", + "description": "Mohit Pandey is a competitive programmer, has an awesome understanding of Data Structure And Algorithm. His way of explaining questions make even the tough ones appear easy. He is very committed towards his students and makes a lot of effort so that every student can understand what he is teaching.", + "designation": "Mentor", + "highlights": null + } + ], + "projects": [ + { + "title": "Some Project", + "img_url": "https://minio.codingblocks.com/amoeba/arnva-min.webp", + "description": "A task manager with features like 'mark as done', 'cear donetasks' and sorting tasks by their status." + }, + { + "title": "Some Project", + "img_url": "https://minio.codingblocks.com/amoeba/arnva-min.webp", + "description": "A task manager with features like 'mark as done', 'cear donetasks' and sorting tasks by their status." + }, + { + "title": "Some Project", + "img_url": "https://minio.codingblocks.com/amoeba/arnva-min.webp", + "description": "A task manager with features like 'mark as done', 'cear donetasks' and sorting tasks by their status." + }, + { + "title": "Some Project", + "img_url": "https://minio.codingblocks.com/amoeba/arnva-min.webp", + "description": "A task manager with features like 'mark as done', 'cear donetasks' and sorting tasks by their status." + } + ], + "syallabus": [ + { + "title": "HTML/CSS", + "lecture_count": "1-7", + "sectionDescription": "The building blocks of web pages - HTML and CSS. Learn how to use the latest HTML5 web development technologies along with CSS3 stylesheets to create responsive eye-catching web sites. We also cover UI design patterns like:", + "sectionContent": [ + "Table Layouts", + "HTML Forms", + "Flex Boxes", + "Media Queries and Mobile Responsive Design", + "Animations", + "3D Transform", + "Grids", + "Bootstrap" + ] + }, + { + "title": " Javascript", + "lecture_count": " 8-14", + "sectionDescription": " HTML and CSS brings the content and design together, while Javascript is at the heart of all action. Learn to act on events like 'clicks', 'hovers' and 'drag and drop'. Javascript is one of the most powerful and ubiquitious languages in modern software development and our course covers it in depth including:", + "sectionContent": [ + "ECMAScript 6 Syntax and Standards", + "Function and Closures", + "Classes, Constructors and Prototypes", + "Lexical Scopes, Arrow Functions and Variable spreading", + "Asynchronous Programming", + "DOM Manipulation", + "jQuery", + "AJAX and APIs" + ] + }, + { + "title": " UNIX AND Git", + "lecture_count": " 15", + "sectionDescription": " Before we move on to backend development, we will briefly touch upon usage of Unix based systems. More than 80% of the world's servers are hosted on Linux machines, and any web backend developer is expected to know basic DevOps and SysAdmin skills in order to manage a Linux OS. Also - Git, which is the most commonly used version control system - is one of the most helpful tools for working on large projects or in collaborative environments", + "sectionContent": [ + "Unix and SysAdmin/Devops", + "Schema Designing", + "Git" + ] + }, + { + "title": " NODEJS", + "lecture_count": " 16-19", + "sectionDescription": " Javascript is not just only on the frontend, but a potent force on the server too. Built by Ryan Dahl in 2009 as a platform to run JS code on bare metal, NodeJS is currently the fastest growing ecosystem. We will cover:", + "sectionContent": [ + "NodeJS Modules", + "Filesystem API, Events and Streams", + "ExpressJS Framework for creating REST APIs", + "Handlebars/EJS for server side web rendering", + "Socket.IO for realtime communication" + ] + }, + { + "title": " Databases", + "lecture_count": " 20-21", + "sectionDescription": " What is a server if it cannot store data on databases. We will cover storing data in:", + "sectionContent": [ + "Flat files on server", + "MySQL", + "Using ORMs like Sequelize", + "How to model NoSQL data", + "NoSQL Best Practices", + "Document Databases (MongoDB)", + "Mapping relationships with MongoDB", + "Using ODMs like Mongoose" + ] + }, + { + "title": "Backend Projects", + "lecture_count": " 22-29", + "sectionDescription": " Understanding various concepts like authentication/authorization and full stack best practices by making full stack projects such as E-Commerce Website, Blog Website, Social Media App and Real Time Chat Application using sockets.", + "sectionContent": [ + "Full Stack E-Commerce Web App", + "Blog Application", + "Social Media App", + "Chatting Application using sockets" + ] + }, + { + "title": " Advanced Topics & Deployment", + "lecture_count": " 30", + "sectionDescription": " Finally, we will cover adding basic security to websites including user authentication and authorization, SSL transport, checking for SQL injection and other vulnerabilities. We will also cover how to deploy your server to commonly used infrastructure providers like Amazon Web Services, Google Cloud or DigitalOcean", + "sectionContent": [ + "Security", + "Scaling", + "Using Frontend Templates", + "3rd Party Libraries and Frameworks", + "Deploying a live web project" + ] + }, + { + "title": " ReactJS", + "lecture_count": " 31-32", + "sectionDescription": " Learning front-end development with React and Creating Single Page Applications using React.", + "sectionContent": [ + "Understand when and how to use React Components.", + "Learn to pass Props and work with them.", + "Learn to write JSX and understand JSX syntax.", + "Learn about the React DOM.", + "Learn State Management in React.", + "Making a Todo List Project using React" + ] + }, + { + "title": " Frontend Projects", + "lecture_count": " Code Along", + "sectionDescription": " Creating frontend projects, understanding layout concepts and making the most robust and responsive frontend website. ", + "sectionContent": [ + "Blog Page", + "3D Card", + "Car Animation", + "Calculator App", + "Snake Game", + "Todo List", + "Movie Search App" + ] + } ], - "bgSrc": "/assets/images/cb/cover/cover_node.jpg" - }, - "overview": { - "content": "The Web Development course is designed to help students develop professional websites/portals. This course will help students understand how the web engine works. Through this course, students will be made comfortable with Javascript for both Frontend as well as backend use-cases.

Our course is a project-based web development Full Stack course with backend in NodeJS. In this course, students will start building their website from scratch and will need to think like professional developers. Students will be aligned with a mentor who will guide them while they work on web development projects. Our FullStack Web Development course enables students to go live with their websites and add flair to their resumes." - }, - "courseHighlights": [ - { - "icon": "et-line-edit", - "title": "Web Design", - "content": "A website with great functionality must be complemented by top notch User Experience and a neat Responsive User Interface. Our course covers building both common and upcoming UI/UX patterns in Bootstrap and how to get started with frontend frameworks like Ember and Vue." - }, - { - "icon": "et-line-chat", - "title": "Real Time Web Apps", - "content": "Socket.IO is a Javascript library for real-time applications. You'll learn how to enable real-time communication between web clients and servers to build some awesome chat systems and multiplayer games." - }, - { - "icon": "fa fa-database", - "title": "Databases", - "content": "You will learn how to use both relational and non-relational databases with MySQL and MongoDB. We also cover Sequelize which makes the database query writing process a little easier!" - }, - { - "icon": "et-line-profile-male", - "title": "Authentication", - "content": "You'll learn how to implement a Login System as well as Authentication using social logins using Passport.JS." - } - ], - "courseContents": [ - { - "active": true, - "title": "HTML/CSS", - "contentTitle": "HTML/CSS", - "description": "The building blocks of web pages - HTML and CSS. Learn how to use the latest HTML5 web development technologies along with CSS3 stylesheets to create responsive eye-catching web sites. We also cover UI design patterns like:", - "lectures": "Lectures 1-2", - "points": [ - "Table Layouts", - "Flex Boxes", - "Bootstrap Columns", - "Media Queries and Mobile Responsive Design", - "Grids" - ] - }, - { - "title": "Javascript", - "contentTitle": "Javascript", - "description": "HTML and CSS brings the content and design together, while Javascript is at the heart of all action. Learn to act on events like 'clicks', 'hovers' and 'drag and drop'. Javascript is one of the most powerful and ubiquitious languages in modern software development and our course covers it in depth including:", - "lectures": "Lecture: 3-10", - "points": [ - "ECMAScript 6 Syntax and Standards", - "Function Closures and IIFEs", - "Classes, Constructors and Prototypes", - "Lexical Scopes, Arrow Functions and Variable spreading" - ] - }, - { - "title": "UNIX AND Git", - "contentTitle": "UNIX AND Git", - "description": "Before we move on to backend development, we will briefly touch upon usage of Unix based systems. More than 80% of the world's servers are hosted on Linux machines, and any web backend developer is expected to know basic DevOps and SysAdmin skills in order to manage a Linux OS. Also - Git, which is the most commonly used version control system - is one of the most helpful tools for working on large projects or in collaborative environments", - "lectures": "Lecture 11-12", - "points": [ - "Unix and SysAdmin/Devops", - "Schema Designing", - "Git" - ] - }, - { - "title": "NODEJS", - "contentTitle": "NODEJS", - "description": "Javascript is not just only on the frontend, but a potent force on the server too. Built by Ryan Dahl in 2009 as a platform to run JS code on bare metal, NodeJS is currently the fastest growing ecosystem. We will cover:", - "lectures": "Lecture 12-16", - "points": [ - "NodeJS Modules", - "Filesystem API, Events and Streams", - "ExpressJS Framework for creating REST APIs", - "Handlebars for server side web rendering", - "Socket.IO for realtime communication" - ] - }, - { - "title": "Databases", - "contentTitle": "Databases", - "description": "What is a server if it cannot store data on databases. We will cover storing data in:", - "lectures": "Lectures 17-18", - "points": [ - "Flat files on server", - "MySQL", - "Using ORMs like Sequelize", - "MongoDB" - ] - }, - { - "title": "Advanced Topics & Deployment", - "contentTitle": "Advanced Topics & Deployment", - "lectures": "Lectures 19-25", - "description": "Finally, we will cover adding basic security to websites including user authentication and authorization, SSL transport, checking for SQL injection and other vulnerabilities. We will also cover how to deploy your server to commonly used infrastructure providers like Amazon Web Services, Google Cloud or DigitalOcean", - "points": [ - "Security", - "Scaling", - "Using Frontend Templates", - "3rd Party Libraries and Frameworks", - "Deploying a live web project" - ] - } - ], - "faqs": [ - { - "ques": "How much knowledge of Data Structures and Algorithms do I need to take this course?", - "ans": "You need to have good command of data structures like Stacks, Queues and Lists. Also a basic idea of algorithms like sorting, searching, string manupulations. Also it is imperative to have good concepts of Object Oriented Programming" - }, - { - "ques": "Do you have a test for admission into this course ?", - "ans": "We have a simple test covering OOP concepts, basic Data structures and array/string manipulation which you will need to take while registering for our fullstack web development course." - }, - { - "ques": "Will there by any projects ?", - "ans": "Definitely. No course in web development is complete without projects, and we focus a lot on working on live projects and practical topics. We start with small projects like TodoList Managers and go up to creating e-Commerce websites." - } - ], - "courseEnroll": { - "upcomingBatches": "Upcoming Batches:", - "registerButton":{ - "buttonText": "Register Now" - }, "highlights": [ - { - "icon": "et-line-search", - "content": "Online code Submission & Evaluation" - }, - { - "icon": "pe-7s-cup", - "content": "2 Hackathons" - } - ] - }, - "mentors": { - "heading": "Mentors", - "content": "", - "flip": true, - "companies": false, - "contentCenter": true, - "teamMembers": [ - "Arnav Gupta", - "Aayush Arora", - "Rishabh Khanna" - ] - }, - "courseReviews": [ - "RISHABH MENDIRATTA", - "SHIVAM GANDHI", - "SANDEEP RANJAN" - ], - "schedule": [ - { - "center": "Pitampura", - "startdate": "6th June", - "enddate": "TBD", - "daytime": "Sat (4:10 PM - 7:50 PM), Sun (4:10 PM - 7:50 PM), Wed (4:10 PM - 7:50 PM)", - "batchtype": "Normal Evening" - }, - { - "center": "Noida", - "startdate": "5th June", - "enddate": "TBD", - "daytime": "Mon(12:30 PM - 03:30 PM), Wed(12:30 PM - 03:30 PM), Fri(12:30 PM - 03:30 PM)", - "batchtype": "Normal Noon" - }, - { - "center": "Dwarka", - "startdate": "8th June", - "enddate": "TBD", - "daytime": "Mon (3:00 PM - 7:30 PM), Tue (3:00 PM - 7:30 PM), Thu (3:00 PM - 7:30 PM), Sat (3:00 PM - 7:30 PM)", - "batchtype": "Normal Evening" - } - ], - "reviewSlug": "Web Development Course", - "registerLink": "https://students.codingblocks.com/payment/iframe?item_id=396", - "frame-id": "396", - - "registerLinkDehradunWD": "https://students.codingblocks.com/payment/iframe?item_id=169", - "frame-id-dehradun-wd": "169", - - "registerLinkPitampuraWD": "https://students.codingblocks.com/payment/iframe?item_id=396", - "frame-id-pitampura-wd": "396", - - "registerLinkDwarkaWD": "https://students.codingblocks.com/payment/iframe?item_id=397", - "frame-id-dwarka-wd": "397", - - "registerLinkNoidaWD": "https://students.codingblocks.com/payment/iframe?item_id=398", - "frame-id-noida-wd": "398" -} + { + "img": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/puzzle.svg", + "title": "Fundamentals", + "body": " We have designed our C++ fundamentals course keeping in mind the requirements of beginners. Course starts with fundamentals of logic building and problem solving. Many tricky Puzzles are also given to build logical thinking of our students." + }, + { + "img": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/puzzle.svg", + "title": "Fundamentals", + "body": " We have designed our C++ fundamentals course keeping in mind the requirements of beginners. Course starts with fundamentals of logic building and problem solving. Many tricky Puzzles are also given to build logical thinking of our students." + }, + { + "img": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/puzzle.svg", + "title": "Fundamentals", + "body": " We have designed our C++ fundamentals course keeping in mind the requirements of beginners. Course starts with fundamentals of logic building and problem solving. Many tricky Puzzles are also given to build logical thinking of our students." + }, + { + "img": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/puzzle.svg", + "title": "Fundamentals", + "body": " We have designed our C++ fundamentals course keeping in mind the requirements of beginners. Course starts with fundamentals of logic building and problem solving. Many tricky Puzzles are also given to build logical thinking of our students." + } + ], + "faqs": null, + "syllabus_link": null +} \ No newline at end of file From 0cdb41115f5dba2f545f90fd0382dea1ece666d2 Mon Sep 17 00:00:00 2001 From: BipinKalra Date: Fri, 30 Apr 2021 14:43:03 +0530 Subject: [PATCH 3/9] Ui fixes in classroom pages --- ...vanced-data-structures-and-algorithms-for-interviews.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/classroom-courses/advanced-data-structures-and-algorithms-for-interviews.hbs b/src/classroom-courses/advanced-data-structures-and-algorithms-for-interviews.hbs index 269b8a3b5..0e188d9ff 100644 --- a/src/classroom-courses/advanced-data-structures-and-algorithms-for-interviews.hbs +++ b/src/classroom-courses/advanced-data-structures-and-algorithms-for-interviews.hbs @@ -50,7 +50,7 @@
-
+
@@ -67,9 +67,9 @@
{{!-- This button would scroll down to the sections where batches are listed --}} - +
From 52d1523f9540fd89dddc65722df9fa1e28927eec Mon Sep 17 00:00:00 2001 From: BipinKalra Date: Fri, 30 Apr 2021 14:58:42 +0530 Subject: [PATCH 4/9] update: buy links working and dedicated placement support added --- src/live-courses/interview-preparation-cpp.json | 1 + ...nced-data-structures-and-algorithms-for-interviews.json | 1 + ...advanced-data-structures-and-algorithms-using-java.json | 1 + src/live-courses/master-c-plus-plus-ds-algo.json | 1 + src/live-courses/master-data-science-with-python.json | 1 + src/live-courses/master-java-for-beginners.json | 1 + src/partials/courseMeta.hbs | 7 ++++--- 7 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/live-courses/interview-preparation-cpp.json b/src/live-courses/interview-preparation-cpp.json index 80f542140..0fdc9aa1a 100644 --- a/src/live-courses/interview-preparation-cpp.json +++ b/src/live-courses/interview-preparation-cpp.json @@ -39,6 +39,7 @@ "course-link": "https://dukaan.codingblocks.com/buy?productId=4547", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Mosina Ashraf", + "mentorImg": "https://minio.codingblocks.com/amoeba/708c8509-c114-4ff5-9fd5-6d305217f14a", "description": "Start from Basics, become a C++ Master!", "mentor-img-1": "https://minio.codingblocks.com/amoeba/c509cce7-b3ba-450f-bad4-c9a89a61bf91", "mentor-img-2": "https://minio.codingblocks.com/amoeba/708c8509-c114-4ff5-9fd5-6d305217f14a", diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json index fbaf9873c..263d9c62a 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json @@ -33,6 +33,7 @@ "course-link": "https://dukaan.codingblocks.com/buy?productId=2024", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Mohit Pandey", + "mentorImg": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/mohit-pandey.jpeg", "description": "Master Data Structures and Algorithms in C++. Crack Coding Interviews", "mentor-img-1": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/mohit-pandey.jpeg", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5194", diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json index a80fbca5e..87c4c78f8 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json @@ -33,6 +33,7 @@ "course-link": "https://dukaan.codingblocks.com/buy?productId=2035", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Monu Kumar", + "mentorImg": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", "description": "Master Data Structures and Algorithms in Java. Crack Coding Interviews", "mentor-img-1": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5198", diff --git a/src/live-courses/master-c-plus-plus-ds-algo.json b/src/live-courses/master-c-plus-plus-ds-algo.json index 61b5b7ff3..07808278f 100644 --- a/src/live-courses/master-c-plus-plus-ds-algo.json +++ b/src/live-courses/master-c-plus-plus-ds-algo.json @@ -39,6 +39,7 @@ "course-link": "https://dukaan.codingblocks.com/buy?productId=2020&", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Mohit Pandey", + "mentorImg": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/mohit-pandey.jpeg", "description": "Start from Basics, become a C++ Master!", "mentor-img-1": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/mohit-pandey.jpeg", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5189", diff --git a/src/live-courses/master-data-science-with-python.json b/src/live-courses/master-data-science-with-python.json index e19a8b5c6..d244e5cf1 100644 --- a/src/live-courses/master-data-science-with-python.json +++ b/src/live-courses/master-data-science-with-python.json @@ -36,6 +36,7 @@ "course-link": "https://dukaan.codingblocks.com/buy?productId=2043", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Princey Yadav", + "mentorImg": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/princey-yadav.jpeg", "description": "Start from basics, become a industry ready data scientist!", "mentor-img-1": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/princey-yadav.jpeg", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5204", diff --git a/src/live-courses/master-java-for-beginners.json b/src/live-courses/master-java-for-beginners.json index e5c9d27c6..d44429c4c 100644 --- a/src/live-courses/master-java-for-beginners.json +++ b/src/live-courses/master-java-for-beginners.json @@ -31,6 +31,7 @@ "course-link": "https://dukaan.codingblocks.com/buy?productId=2028", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Monu Kumar", + "mentorImg": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", "description": "Start from Basics, become a Java Master!", "mentor-img-1": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5202", diff --git a/src/partials/courseMeta.hbs b/src/partials/courseMeta.hbs index 13d13b411..64fc38425 100644 --- a/src/partials/courseMeta.hbs +++ b/src/partials/courseMeta.hbs @@ -13,7 +13,7 @@
{{mentors}}
- +
@@ -25,13 +25,14 @@
{{mentors}}
- +
+
@@ -59,7 +60,7 @@ {{!--   16999 --}}
- + Buy Now
From 26ffccd3fb8df57fce3943093df2cc68f17e24e1 Mon Sep 17 00:00:00 2001 From: BipinKalra Date: Fri, 30 Apr 2021 15:29:05 +0530 Subject: [PATCH 5/9] why choose CB accelerate added --- .../interview-preparation-cpp.json | 17 ++++++++++++ ...ructures-and-algorithms-for-interviews.hbs | 23 ++++++++++++++++ ...uctures-and-algorithms-for-interviews.json | 17 ++++++++++++ ...a-structures-and-algorithms-using-java.hbs | 23 ++++++++++++++++ ...-structures-and-algorithms-using-java.json | 17 ++++++++++++ .../master-c-plus-plus-ds-algo.hbs | 23 ++++++++++++++++ .../master-c-plus-plus-ds-algo.json | 17 ++++++++++++ .../master-data-science-with-python.hbs | 23 ++++++++++++++++ .../master-data-science-with-python.json | 26 +++++++++++++++++++ .../master-java-for-beginners.hbs | 23 ++++++++++++++++ .../master-java-for-beginners.json | 17 ++++++++++++ src/partials/projectsLive.hbs | 8 ++++++ 12 files changed, 234 insertions(+) create mode 100644 src/partials/projectsLive.hbs diff --git a/src/live-courses/interview-preparation-cpp.json b/src/live-courses/interview-preparation-cpp.json index 0fdc9aa1a..00a605840 100644 --- a/src/live-courses/interview-preparation-cpp.json +++ b/src/live-courses/interview-preparation-cpp.json @@ -165,5 +165,22 @@ }, { "lecture": "Lecture 34", "description": "System Designs" }, { "lecture": "Lecture 35", "description": "Case Study on System Design" } + ], + "projects": [ + { + "project_name": "Painter's Problem" + }, + { + "project_name": "NQUEEN" + }, + { + "project_name": "SUDOKU SOLVER" + }, + { + "project_name": "SPLITWISE ALGO" + }, + { + "project_name": "RAT IN A MAZE" + } ] } diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.hbs b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.hbs index 22ae1da3a..9968b33c5 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.hbs +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.hbs @@ -16,6 +16,28 @@
+
+
+
+ Why choose CB Accelerate? +
+
+ 50+ Lectures at Coding Blocks foundation courses +
+
+ Weekly Doubt Sessions +
+
+ Dedicated classes for question discussion +
+
+ Interactive Live Sessions +
+
+ 8 Projects during sessions +
+
+
Summary @@ -43,6 +65,7 @@ {{>aboutMentor}}
+ {{>projectsLive}} {{>liveCourseSchedule}} {{>testTimelines}}
diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json index 263d9c62a..057190f12 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json @@ -253,5 +253,22 @@ "Gagan Bhayana", "Dhruv Kulshreshtha", "Parth Dhamija" + ], + "projects": [ + { + "project_name": "Painter's Problem" + }, + { + "project_name": "NQUEEN" + }, + { + "project_name": "SUDOKU SOLVER" + }, + { + "project_name": "SPLITWISE ALGO" + }, + { + "project_name": "RAT IN A MAZE" + } ] } diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.hbs b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.hbs index 5f65c25d7..e0c64c75d 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.hbs +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.hbs @@ -16,6 +16,28 @@
+
+
+
+ Why choose CB Accelerate? +
+
+ 50+ Lectures at Coding Blocks foundation courses +
+
+ Weekly Doubt Sessions +
+
+ Dedicated classes for question discussion +
+
+ Interactive Live Sessions +
+
+ 8 Projects during sessions +
+
+
Summary @@ -43,6 +65,7 @@ {{>aboutMentor}}
+ {{>projectsLive}} {{>liveCourseSchedule}} {{>testTimelines}}
diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json index 87c4c78f8..f8427a110 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json @@ -258,5 +258,22 @@ "lecture": "Lecture 37", "description": "Tips on building resumes, Profile Building and Future Career Guidance" } + ], + "projects": [ + { + "project_name": "Painter's Problem" + }, + { + "project_name": "NQUEEN" + }, + { + "project_name": "SUDOKU SOLVER" + }, + { + "project_name": "SPLITWISE ALGO" + }, + { + "project_name": "RAT IN A MAZE" + } ] } diff --git a/src/live-courses/master-c-plus-plus-ds-algo.hbs b/src/live-courses/master-c-plus-plus-ds-algo.hbs index 9dabd4703..26ed70445 100644 --- a/src/live-courses/master-c-plus-plus-ds-algo.hbs +++ b/src/live-courses/master-c-plus-plus-ds-algo.hbs @@ -28,6 +28,28 @@
+
+
+
+ Why choose CB Accelerate? +
+
+ 50+ Lectures at Coding Blocks foundation courses +
+
+ Weekly Doubt Sessions +
+
+ Dedicated classes for question discussion +
+
+ Interactive Live Sessions +
+
+ 8 Projects during sessions +
+
+
Summary @@ -60,6 +82,7 @@ {{>aboutMentor}}
+ {{>projectsLive}} {{>liveCourseSchedule}} {{>testTimelines}}
diff --git a/src/live-courses/master-c-plus-plus-ds-algo.json b/src/live-courses/master-c-plus-plus-ds-algo.json index 07808278f..89a3a9d2f 100644 --- a/src/live-courses/master-c-plus-plus-ds-algo.json +++ b/src/live-courses/master-c-plus-plus-ds-algo.json @@ -296,5 +296,22 @@ "lecture": "Lecture 47", "description": "Tips on building resumes, Profile Building and Future Career Guidance" } + ], + "projects": [ + { + "project_name": "Painter's Problem" + }, + { + "project_name": "NQUEEN" + }, + { + "project_name": "SUDOKU SOLVER" + }, + { + "project_name": "SPLITWISE ALGO" + }, + { + "project_name": "RAT IN A MAZE" + } ] } diff --git a/src/live-courses/master-data-science-with-python.hbs b/src/live-courses/master-data-science-with-python.hbs index 144366efb..d3c92743e 100644 --- a/src/live-courses/master-data-science-with-python.hbs +++ b/src/live-courses/master-data-science-with-python.hbs @@ -16,6 +16,28 @@
+
+
+
+ Why choose CB Accelerate? +
+
+ 50+ Lectures at Coding Blocks foundation courses +
+
+ Weekly Doubt Sessions +
+
+ Dedicated classes for question discussion +
+
+ Interactive Live Sessions +
+
+ 8 Projects during sessions +
+
+
Summary @@ -42,6 +64,7 @@ {{>aboutMentor}}
+ {{>projectsLive}} {{>liveCourseSchedule}} {{>testTimelines}}
diff --git a/src/live-courses/master-data-science-with-python.json b/src/live-courses/master-data-science-with-python.json index d244e5cf1..cf446d1a0 100644 --- a/src/live-courses/master-data-science-with-python.json +++ b/src/live-courses/master-data-science-with-python.json @@ -277,5 +277,31 @@ "lecture": "Lecture 41", "description": "Intro to Reinforcement learning" } + ], + "projects": [ + { + "project_name": "Face Recognition" + }, + { + "project_name": "Image classification" + }, + { + "project_name": "Text/Poem Generating bot" + }, + { + "project_name": "Recommender Systems" + }, + { + "project_name": "Pokemon Classification" + }, + { + "project_name": "Web Crawler" + }, + { + "project_name": "Dominant Color Extraction" + }, + { + "project_name": "Fashion Retailing Forecasting" + } ] } diff --git a/src/live-courses/master-java-for-beginners.hbs b/src/live-courses/master-java-for-beginners.hbs index 543541bd5..8d3c854ae 100644 --- a/src/live-courses/master-java-for-beginners.hbs +++ b/src/live-courses/master-java-for-beginners.hbs @@ -16,6 +16,28 @@
+
+
+
+ Why choose CB Accelerate? +
+
+ 50+ Lectures at Coding Blocks foundation courses +
+
+ Weekly Doubt Sessions +
+
+ Dedicated classes for question discussion +
+
+ Interactive Live Sessions +
+
+ 8 Projects during sessions +
+
+
Summary @@ -43,6 +65,7 @@ {{>aboutMentor}}
+ {{>projectsLive}} {{>liveCourseSchedule}} {{>testTimelines}}
diff --git a/src/live-courses/master-java-for-beginners.json b/src/live-courses/master-java-for-beginners.json index d44429c4c..5bc0a6949 100644 --- a/src/live-courses/master-java-for-beginners.json +++ b/src/live-courses/master-java-for-beginners.json @@ -288,5 +288,22 @@ "lecture": "Lecture 45", "description": "Tips on building resumes, Profile Building and Future Career Guidance" } + ], + "projects": [ + { + "project_name": "Painter's Problem" + }, + { + "project_name": "NQUEEN" + }, + { + "project_name": "SUDOKU SOLVER" + }, + { + "project_name": "SPLITWISE ALGO" + }, + { + "project_name": "RAT IN A MAZE" + } ] } diff --git a/src/partials/projectsLive.hbs b/src/partials/projectsLive.hbs new file mode 100644 index 000000000..84e3422fc --- /dev/null +++ b/src/partials/projectsLive.hbs @@ -0,0 +1,8 @@ +
+
+
Projects
+ {{#each projects}} +
{{project_name}}
+ {{/each}} +
+
\ No newline at end of file From 90023cb3e5b1b4e46d66377692b8121af1447dc2 Mon Sep 17 00:00:00 2001 From: BipinKalra Date: Fri, 30 Apr 2021 18:28:49 +0530 Subject: [PATCH 6/9] updates in why choose section --- src/live-classes.json | 23 +- ...ructures-and-algorithms-for-interviews.hbs | 4 +- ...a-structures-and-algorithms-using-java.hbs | 4 +- ...-structures-and-algorithms-using-java.json | 6 +- .../master-c-plus-plus-ds-algo.hbs | 4 +- .../master-data-science-with-python.hbs | 4 +- .../master-data-science-with-python.json | 6 +- .../master-java-for-beginners.hbs | 4 +- .../master-java-for-beginners.json | 6 +- .../master-web-development-nodejs.hbs | 89 +++++--- .../master-web-development-nodejs.json | 197 +++++++++++------- 11 files changed, 211 insertions(+), 136 deletions(-) diff --git a/src/live-classes.json b/src/live-classes.json index 9215d95c9..59c8f07c5 100644 --- a/src/live-classes.json +++ b/src/live-classes.json @@ -68,7 +68,7 @@ "classSchedule": "Classes four a week", "price": "15,999", "slashedPrice": "15,999", - "gradient": "card bg-gradient-blue-dark t-align-c white", + "gradient": "card bg-gradient-blue-light t-align-c white", "startDate": "24th May", "badge": "Beginner" }, @@ -83,7 +83,7 @@ "classSchedule": "Classes four a week", "price": "15,999", "slashedPrice": "15,999", - "gradient": "card bg-gradient-blue-light t-align-c white", + "gradient": "card bg-gradient-purple t-align-c white", "startDate": "24th May", "badge": "Beginner" }, @@ -98,7 +98,7 @@ "classSchedule": "Classes four a week", "price": "12,999", "slashedPrice": "12,999", - "gradient": "card bg-gradient-blue-light t-align-c white", + "gradient": "card bg-gradient-orange t-align-c white", "startDate": "24th May", "badge": "Advance" }, @@ -124,7 +124,22 @@ "mentors": "Princey Yadav", "interactiveClasses": "41 Live Interactive Classes", "codingProblems": "200-300 hands on coding problems", - "projects": "5 Projects", + "projects": "8 Projects", + "classSchedule": "Classes four a week", + "price": "19,999", + "slashedPrice": "19,999", + "gradient": "card bg-gradient-green-light t-align-c white", + "startDate": "24th May", + "badge": "Advance" + }, + { + "name": "Web Development with Node.JS", + "icon": "https://minio.codingblocks.com/amoeba/0ee7474c-de3c-44d7-a704-646491c702e8.svg", + "link": "/live-courses/master-web-development-nodejs.html", + "mentors": "Sabeel Khan", + "interactiveClasses": "32 Live Interactive Classes", + "codingProblems": "200-300 hands on coding problems", + "projects": "10 Projects", "classSchedule": "Classes four a week", "price": "27,999", "slashedPrice": "27,999", diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.hbs b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.hbs index 9968b33c5..dd65d30fb 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.hbs +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.hbs @@ -22,7 +22,7 @@ Why choose CB Accelerate?
- 50+ Lectures at Coding Blocks foundation courses + 34+ Live lectures
Weekly Doubt Sessions @@ -34,7 +34,7 @@ Interactive Live Sessions
- 8 Projects during sessions + 250+ Questions during sessions
diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.hbs b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.hbs index e0c64c75d..e6a7b03b5 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.hbs +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.hbs @@ -22,7 +22,7 @@ Why choose CB Accelerate?
- 50+ Lectures at Coding Blocks foundation courses + 37+ Live lectures
Weekly Doubt Sessions @@ -34,7 +34,7 @@ Interactive Live Sessions
- 8 Projects during sessions + 250+ Questions during sessions
diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json index f8427a110..37783ffe3 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json @@ -33,9 +33,9 @@ "course-link": "https://dukaan.codingblocks.com/buy?productId=2035", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Monu Kumar", - "mentorImg": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", + "mentorImg": "https://images.codingblocks.com/img/mentor/Monu.png", "description": "Master Data Structures and Algorithms in Java. Crack Coding Interviews", - "mentor-img-1": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", + "mentor-img-1": "https://images.codingblocks.com/img/mentor/Monu.png", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5198", "startDate": "24th May", "interactiveClasses": "37 Live Interactive Classes", @@ -46,7 +46,7 @@ "aboutMentor": [ { "name": "Monu Kumar", - "profile_pic_link": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", + "profile_pic_link": "https://images.codingblocks.com/img/mentor/Monu.png", "summary": "Monu Kumar is a competitive programmer, an expert in data structures and algorithms, and an expert in Mathematics. He always amazes his students with his creative thinking to the problems and makes solutions to tough problems a cake walk. He has a strong grasp on the core subjects of computer science", "email": "monu.kumar@codingblocks.com" } diff --git a/src/live-courses/master-c-plus-plus-ds-algo.hbs b/src/live-courses/master-c-plus-plus-ds-algo.hbs index 26ed70445..8f00c38cc 100644 --- a/src/live-courses/master-c-plus-plus-ds-algo.hbs +++ b/src/live-courses/master-c-plus-plus-ds-algo.hbs @@ -34,7 +34,7 @@ Why choose CB Accelerate?
- 50+ Lectures at Coding Blocks foundation courses + 47+ Live lectures
Weekly Doubt Sessions @@ -46,7 +46,7 @@ Interactive Live Sessions
- 8 Projects during sessions + 5 Projects during sessions
diff --git a/src/live-courses/master-data-science-with-python.hbs b/src/live-courses/master-data-science-with-python.hbs index d3c92743e..0fa91b9f6 100644 --- a/src/live-courses/master-data-science-with-python.hbs +++ b/src/live-courses/master-data-science-with-python.hbs @@ -22,7 +22,7 @@ Why choose CB Accelerate?
- 50+ Lectures at Coding Blocks foundation courses + 30+ Lectures at Coding Blocks Advanced courses
Weekly Doubt Sessions @@ -34,7 +34,7 @@ Interactive Live Sessions
- 8 Projects during sessions + 10 Projects+
diff --git a/src/live-courses/master-data-science-with-python.json b/src/live-courses/master-data-science-with-python.json index cf446d1a0..953069d61 100644 --- a/src/live-courses/master-data-science-with-python.json +++ b/src/live-courses/master-data-science-with-python.json @@ -36,9 +36,9 @@ "course-link": "https://dukaan.codingblocks.com/buy?productId=2043", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Princey Yadav", - "mentorImg": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/princey-yadav.jpeg", + "mentorImg": "https://images.codingblocks.com/img/mentor/Princey%20Yadav.png", "description": "Start from basics, become a industry ready data scientist!", - "mentor-img-1": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/princey-yadav.jpeg", + "mentor-img-1": "https://images.codingblocks.com/img/mentor/Princey%20Yadav.png", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5204", "startDate": "24th May", "interactiveClasses": "41 Live Interactive Classes", @@ -49,7 +49,7 @@ "aboutMentor": [ { "name": "Princey Yadav", - "profile_pic_link": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/princey-yadav.jpeg", + "profile_pic_link": "https://images.codingblocks.com/img/mentor/Princey%20Yadav.png", "summary": "Princey is a post graduate from IIIT Delhi and joined Coding Blocks due to her passion for teaching. She has prior experience as a Software Engineer and doing research in the field of Computational Biology. Her interests include machine learning, data science and game development. She is a pythonista who likes to draw and watch anime for fun.", "email": "princey.yadav@codingblocks.com" } diff --git a/src/live-courses/master-java-for-beginners.hbs b/src/live-courses/master-java-for-beginners.hbs index 8d3c854ae..e8a8ea6fb 100644 --- a/src/live-courses/master-java-for-beginners.hbs +++ b/src/live-courses/master-java-for-beginners.hbs @@ -22,7 +22,7 @@ Why choose CB Accelerate?
- 50+ Lectures at Coding Blocks foundation courses + 45+ Live lectures
Weekly Doubt Sessions @@ -34,7 +34,7 @@ Interactive Live Sessions
- 8 Projects during sessions + 300+ Questions during sessions
diff --git a/src/live-courses/master-java-for-beginners.json b/src/live-courses/master-java-for-beginners.json index 5bc0a6949..83fdc20af 100644 --- a/src/live-courses/master-java-for-beginners.json +++ b/src/live-courses/master-java-for-beginners.json @@ -31,9 +31,9 @@ "course-link": "https://dukaan.codingblocks.com/buy?productId=2028", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Monu Kumar", - "mentorImg": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", + "mentorImg": "https://images.codingblocks.com/img/mentor/Monu.png", "description": "Start from Basics, become a Java Master!", - "mentor-img-1": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", + "mentor-img-1": "https://images.codingblocks.com/img/mentor/Monu.png", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5202", "startDate": "24th May", "gradient": "bg-gradient-blue-light", @@ -44,7 +44,7 @@ "aboutMentor": [ { "name": "Monu Kumar", - "profile_pic_link": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/monu-kumar.jpeg", + "profile_pic_link": "https://images.codingblocks.com/img/mentor/Monu.png", "summary": "Monu Kumar is a competitive programmer, an expert in data structures and algorithms, and an expert in Mathematics. He always amazes his students with his creative thinking to the problems and makes solutions to tough problems a cake walk. He has a strong grasp on the core subjects of computer science", "email": "monu.kumar@codingblocks.com" } diff --git a/src/live-courses/master-web-development-nodejs.hbs b/src/live-courses/master-web-development-nodejs.hbs index 479c8eefc..83726b4f9 100644 --- a/src/live-courses/master-web-development-nodejs.hbs +++ b/src/live-courses/master-web-development-nodejs.hbs @@ -11,44 +11,69 @@


-
+
{{> courseMeta}} -
-
-
-
- Summary -

- The Live course for Full Stack Web with NodeJS by Coding Blocks is deftly designed with an aim to familiarize the young coders with all the know-how of developing the most coherent and professional websites & web-portals. This Live course is a project-based Full Stack Web Development course with backend in Node JS. The course will start with topics such as HTML, CSS, and JS and then move on to important concepts such as version control, databases, Node JS and advanced topics such as security. The course would enable students to develop professional thinking ability to build their own websites from the scratch. -

- Highlights -

-
    -
  • Extensive Data Structure & Algorithmic Coverage
  • -
  • Comfort of Home
  • -
  • Guidance by Industry-expert Mentors
  • -
  • Two-way Interactive Sessions
  • -
  • Recorded Videos after Live Lectures
  • -
  • Handwritten Mentor Notes
  • -
  • Immediate Doubt Resolution during Lectures
  • -
-
- Pre-requisites -

- Basic knowledge of programming concepts is required. We recommend to have a prior understanding of these langnguages: C++ and Java (along with DS and Algo). - +
+
+
+
+
+
+ Why choose CB Accelerate? +
+
+ 32+ Lectures at Coding Blocks foundation courses +
+
+ Weekly Doubt Sessions +
+
+ Dedicated classes for project discussion +
+
+ Interactive Live Sessions +
+
+ 10+ Projects during sessions using Node.JS, React.JS etcs +
+
+
+
+ Summary +

+ The Live course for Full Stack Web with NodeJS by Coding Blocks is deftly designed with an aim to familiarize the young coders with all the know-how of developing the most coherent and professional websites & web-portals. This Live course is a project-based Full Stack Web Development course with backend in Node JS. The course will start with topics such as HTML, CSS, and JS and then move on to important concepts such as version control, databases, Node JS and advanced topics such as security. The course would enable students to develop professional thinking ability to build their own websites from the scratch. +

+ Highlights +

+
    +
  • Extensive Data Structure & Algorithmic Coverage
  • +
  • Comfort of Home
  • +
  • Guidance by Industry-expert Mentors
  • +
  • Two-way Interactive Sessions
  • +
  • Recorded Videos after Live Lectures
  • +
  • Handwritten Mentor Notes
  • +
  • Immediate Doubt Resolution during Lectures
  • +
+
+ Pre-requisites +

+ Basic knowledge of programming concepts is required. We recommend to have a prior understanding of these langnguages: C++ and Java (along with DS and Algo). + +
+
+ {{>aboutMentor}} +
+
+ {{>projectsLive}} + {{>liveCourseSchedule}} + {{>testTimelines}}
- {{>liveCourseSchedule}} - {{>aboutMentor}} -
-
- {{>testTimelines}}
- {{> studentsSay}} - {{> floatingFooter}}
+ {{> studentsSay}}
+{{> footer}} {{> scripts}} diff --git a/src/live-courses/master-web-development-nodejs.json b/src/live-courses/master-web-development-nodejs.json index cb34e6faa..3e0db7499 100644 --- a/src/live-courses/master-web-development-nodejs.json +++ b/src/live-courses/master-web-development-nodejs.json @@ -26,200 +26,235 @@ } ] }, - "courseMeta": { + "courseMeta": { "icon": "https://minio.codingblocks.com/amoeba/8363cfd5-40f7-499a-bd8d-33541baa0a5f.svg", "title": "Master FullStack Web with NodeJS", "price": "19,999", "course-link": "https://dukaan.codingblocks.com/buy?productId=2039", "demo-link": "https://codingblocks.com/take-demo.html", - "mentors": "Arnav Gupta,Tathagat Thapliyal,Kartik Mathur", + "mentors": "Sabeel Khan", + "mentorImg": "https://minio.cb.lk/public/sabeel-khan.jpeg", "description": "Learn building servers with NodeJS including MySQL, MongoDB, OAuth and WebSockets", "mentor-img-1": "https://minio.codingblocks.com/amoeba/a961f745-e3d1-4788-8057-1b27f72d42ff", "mentor-img-2": "https://minio.codingblocks.com/amoeba/e44da84c-cfc2-482b-8ff1-c99b5e548fd9", - "mentor-img-3": "https://minio.codingblocks.com/amoeba/c509cce7-b3ba-450f-bad4-c9a89a61bf91" - + "mentor-img-3": "https://minio.codingblocks.com/amoeba/c509cce7-b3ba-450f-bad4-c9a89a61bf91", + "startDate": "24th May", + "gradient": "bg-gradient-blue-light", + "interactiveClasses": "32 Live Interactive Classes", + "codingProblems": "200-300 hands on coding problems", + "projects": "10 Projects" }, - "aboutMentor":[ + "aboutMentor": [ { - "name":"Arnav Gupta", - "profile_pic_link":"https://minio.codingblocks.com/amoeba/a961f745-e3d1-4788-8057-1b27f72d42ff", + "name": "Arnav Gupta", + "profile_pic_link": "https://minio.codingblocks.com/amoeba/a961f745-e3d1-4788-8057-1b27f72d42ff", "summary": "Arnav Gupta, also popular as ChampionSwimmer, is an acclaimed Android developer and two timer GSoC-er. He has presented at large conferences like JSFOO, DroidCon, FOSSASIA and OSDConf. He has also worked with Sony, Micromax, Cyanogen and the likes. Arnav has also active contributed in the development of Android OS, Linux Kernel and has been a former student and a mentor in GSoC.", "email": "arnav@codingblocks.com" }, { - "name":"Tathagat Thapliyal", - "profile_pic_link":"https://minio.codingblocks.com/amoeba/e44da84c-cfc2-482b-8ff1-c99b5e548fd9", + "name": "Tathagat Thapliyal", + "profile_pic_link": "https://minio.codingblocks.com/amoeba/e44da84c-cfc2-482b-8ff1-c99b5e548fd9", "summary": "A Full-Stack Engineer and has worked with many amazing startups. He Always loves to build products and see it impacting people's needs. He has built applications using web technologies like React.js, React-Native, Ember.js, Node.js, GraphQL. He has given various talks on web technologies in Big conferences such as React Summit Amsterdam.", "email": "tathagat.thapliyal@codingblocks.com" }, { - "name":"Kartik Mathur", - "profile_pic_link":"https://minio.codingblocks.com/amoeba/c509cce7-b3ba-450f-bad4-c9a89a61bf91", + "name": "Kartik Mathur", + "profile_pic_link": "https://minio.codingblocks.com/amoeba/c509cce7-b3ba-450f-bad4-c9a89a61bf91", "summary": "Kartik Mathur is an NSIT graduate and extremely popular amongst his students for his engaging ways of teaching. His students are topping the charts in cracking Interviews across Top Tech and Product companies around the world with whooping packages. He is a Competitive programmer, a full stack Web developer and also contributes to many Start-ups in India and abroad. Known for his humour and memes, he can be usually located in Coding Blocks during the day or Starbucks in the evening.", "email": "kartik.mathur@codingblocks.com" } ], - "demoClass":[ + "demoClass": [ { - "youtubeID":"I2AcovnUHnU" + "youtubeID": "I2AcovnUHnU" }, { - "youtubeID":"dI6Xzh3JYjg" + "youtubeID": "dI6Xzh3JYjg" }, { - "youtubeID":"1H81005Ll14" + "youtubeID": "1H81005Ll14" } ], - "studentsSay":[ + "studentsSay": [ { - "name":"Anshul Mittal", - "story":"Coding Blocks helped in gaining enough experience to get internships at giants like Google and Rubrik.", - "image":"https://minio.codingblocks.com/codingblocks-assets/1536154281747.jpeg" + "name": "Anshul Mittal", + "story": "Coding Blocks helped in gaining enough experience to get internships at giants like Google and Rubrik.", + "image": "https://minio.codingblocks.com/codingblocks-assets/1536154281747.jpeg" }, { - "name":"Sidharth Bansal", - "story":"Hii I am Sidharth Bansal from Delhi technology university. I have done competitive boot camp from coding blocks. This gave me a great exposure to problem solving mindset.", - "image":"https://minio.codingblocks.com/codingblocks-assets/1537792831355.jpeg" + "name": "Sidharth Bansal", + "story": "Hii I am Sidharth Bansal from Delhi technology university. I have done competitive boot camp from coding blocks. This gave me a great exposure to problem solving mindset.", + "image": "https://minio.codingblocks.com/codingblocks-assets/1537792831355.jpeg" }, { - "name":"Samarth Jain", - "story":"My journey in the world of Competitive Programming started with the Bootcamp at Coding Blocks, which turned out to be a changing point in my life. The immense amount of knowledge I got during the course did not only develop my interest but also made me pursue this field later. A special thanks to Shubham bhaiya, Mayank bhaiya and Prateek bhaiya for being the guiding lights in my journey and always motivating us to follow our passion!", - "image":"https://minio.codingblocks.com/codingblocks-assets/1538401462569.jpeg" + "name": "Samarth Jain", + "story": "My journey in the world of Competitive Programming started with the Bootcamp at Coding Blocks, which turned out to be a changing point in my life. The immense amount of knowledge I got during the course did not only develop my interest but also made me pursue this field later. A special thanks to Shubham bhaiya, Mayank bhaiya and Prateek bhaiya for being the guiding lights in my journey and always motivating us to follow our passion!", + "image": "https://minio.codingblocks.com/codingblocks-assets/1538401462569.jpeg" } ], - "testTimelines":{ - "test_link_first" : "https://cb.lk/test/fond", - "test_link_second": "https://cb.lk/test/fond" - }, - "highlights":[{ - "head":"Opportunities unlocked for learner", - "description":"Students will develop various necessary skills to build professional websites/portals.Will get comfortable with JavaScript for both Frontend as well as Backend use-cases.Will be able to Build website from scratch and develop professional thinking ability.Will be able to build projects with backend in NodeJS.", - "icon":"https://cb-thumbnails.s3.ap-south-1.amazonaws.com/unlock.svg" + "testTimelines": { + "test_link_first": "https://cb.lk/test/fond", + "test_link_second": "https://cb.lk/test/fond" }, - { - "head":"Hands on Projects and Problems:", - "description":"ToDoList App - A task manager with features like 'mark as done', 'clear done tasks' and sorting tasks by their status.Shopping Cart- Build E-Commerce Website using ExpressJS, PostgreSQL and jQuery.Chat App -Realtime Chat Room using Socket.IO", - "icon":"https://cb-thumbnails.s3.ap-south-1.amazonaws.com/puzzle.svg" - }, - { - "head":"Why choose CB Live:", - "description":"Two-Way Interaction: Share screen with your mentor for any doubt resolution 24*7.Placement Support: From Interview recommendations to placement, we are there for you at every step.Get into Bigwigs: Our expert will help you crack interviews for Amazon, Microsoft, Apple, Google, and Facebook.", - "icon":"https://cb-thumbnails.s3.ap-south-1.amazonaws.com/question-mark.svg" - }, - { - "head":"This course is essential for you:", - "description":"Who has Basic Knowledge of Programming concepts.Who wants to step up as a Developer from a programmer.Who wants to work at product-based companies like Facebook, Amazon, Uber, etc. ", - "icon":"https://cb-thumbnails.s3.ap-south-1.amazonaws.com/scroll.svg" - } - ], - "schedule_days":{ - "days":"Mon, Wed, Sat", - "timming":"7:15 PM - 10:15 PM" + "highlights": [ + { + "head": "Opportunities unlocked for learner", + "description": "Students will develop various necessary skills to build professional websites/portals.Will get comfortable with JavaScript for both Frontend as well as Backend use-cases.Will be able to Build website from scratch and develop professional thinking ability.Will be able to build projects with backend in NodeJS.", + "icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/unlock.svg" + }, + { + "head": "Hands on Projects and Problems:", + "description": "ToDoList App - A task manager with features like 'mark as done', 'clear done tasks' and sorting tasks by their status.Shopping Cart- Build E-Commerce Website using ExpressJS, PostgreSQL and jQuery.Chat App -Realtime Chat Room using Socket.IO", + "icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/puzzle.svg" + }, + { + "head": "Why choose CB Live:", + "description": "Two-Way Interaction: Share screen with your mentor for any doubt resolution 24*7.Placement Support: From Interview recommendations to placement, we are there for you at every step.Get into Bigwigs: Our expert will help you crack interviews for Amazon, Microsoft, Apple, Google, and Facebook.", + "icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/question-mark.svg" + }, + { + "head": "This course is essential for you:", + "description": "Who has Basic Knowledge of Programming concepts.Who wants to step up as a Developer from a programmer.Who wants to work at product-based companies like Facebook, Amazon, Uber, etc. ", + "icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/scroll.svg" + } + ], + "schedule_days": { + "days": "Mon, Wed, Sat", + "timming": "7:15 PM - 10:15 PM" }, -"schedule": [ + "schedule": [ { "lecture": "Lecture 01", "description": "HTML - I: Text, List, Table, Media Tags" }, { - "lecture":"Lecture 02", + "lecture": "Lecture 02", "description": "HTML - II: Forms, Tables, Frames" }, { - "lecture":"Lecture 03", + "lecture": "Lecture 03", "description": "CSS - I: Stylesheets, selectors, color, background, box" }, { - "lecture":"Lecture 04", + "lecture": "Lecture 04", "description": "CSS - II: Combinators, pseudo classes, visibility" }, { - "lecture":"Lecture 05", + "lecture": "Lecture 05", "description": "CSS - III: Flexboxes, Media Queries, Responsive Design" }, { - "lecture":"Lecture 06", + "lecture": "Lecture 06", "description": "JS Basics: variables, functions, classes, objects" }, { - "lecture":"Lecture 07", + "lecture": "Lecture 07", "description": "JS DOM, BOM, events, basic interactions" }, { - "lecture":"Lecture 08", + "lecture": "Lecture 08", "description": "Advanced JS: closures, higher order functions" }, { - "lecture":"Lecture 09", + "lecture": "Lecture 09", "description": "Advanced JS: array, string, map, set, iterator operations" }, { - "lecture":"Lecture 10", + "lecture": "Lecture 10", "description": "Advanced JS: setTimeout, setInterval, callback functions" }, { - "lecture":"Lecture 11", + "lecture": "Lecture 11", "description": "Advanced JS: Event loop,Promises, async-await" }, { - "lecture":"Lecture 12", + "lecture": "Lecture 12", "description": "NodeJS: Intro, installation, basic scripting, fs operations" }, { - "lecture":"Lecture 13", + "lecture": "Lecture 13", "description": "NodeJS: module, require, NPM, packages" }, { - "lecture":"Lecture 14", + "lecture": "Lecture 14", "description": "ExpressJS: Introduction, basic web server" }, { - "lecture":"Lecture 15", + "lecture": "Lecture 15", "description": "ExpressJS: Middlewares, routers, REST API" }, { - "lecture":"Lecture 16", + "lecture": "Lecture 16", "description": "ExpressJS: HBS, Server rendering, form submission" }, { - "lecture":"Lecture 17", + "lecture": "Lecture 17", "description": "ExpressJS: Rest API, AJAX" }, { - "lecture":"Lecture 18", + "lecture": "Lecture 18", "description": " SQL Basics, MySQL, Sequelize" }, { - "lecture":"Lecture 19", + "lecture": "Lecture 19", "description": "Sequelize Advanced, Relationships, REST API with DB" }, { - "lecture":"Lecture 20", + "lecture": "Lecture 20", "description": "SQL vs NoSQL, CAP THeorem MongoDB" }, - { - "lecture":"Lecture 21", + { + "lecture": "Lecture 21", "description": "Socket.IO, Chat app, Realtime interactions" }, { - "lecture":"Lecture 22", + "lecture": "Lecture 22", "description": "Sessions, Cookies, User Management" }, { - "lecture":"Lecture 23", + "lecture": "Lecture 23", "description": "PassportJS, 3rd party logins" }, { - "lecture":"Lecture 24", + "lecture": "Lecture 24", "description": "Unit Testing, Coverage, Mocha, Chai" }, - { - "lecture":"Lecture 25", + { + "lecture": "Lecture 25", "description": "Deploying to Heroku" }, { - "Lecture":"Lecture 26", - "description":"Deploying to Digital Ocean" + "Lecture": "Lecture 26", + "description": "Deploying to Digital Ocean" + } + ], + "projects": [ + { + "project_name": "Movie Search App" + }, + { + "project_name": "3D Card" + }, + { + "project_name": "Snake Game" + }, + { + "project_name": "Todo List App with jQuery" + }, + { + "project_name": "Blog Website" + }, + { + "project_name": "Social Media App" + }, + { + "project_name": "E-Commerce Website(Major Project)" + }, + { + "project_name": "Chatting Application" + }, + { + "project_name": "Todo List Using ReactJS" } ] } From 188c587e72fbd2496337c69819fc4584a3887129 Mon Sep 17 00:00:00 2001 From: BipinKalra Date: Fri, 30 Apr 2021 18:36:45 +0530 Subject: [PATCH 7/9] changes in course and mentor logos --- src/live-classes.json | 24 +++++++++---------- .../master-data-science-with-python.json | 2 +- .../master-web-development-nodejs.json | 2 +- src/partials/liveCourseCards.hbs | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/live-classes.json b/src/live-classes.json index 59c8f07c5..262378697 100644 --- a/src/live-classes.json +++ b/src/live-classes.json @@ -59,7 +59,7 @@ "liveCourseCards": [ { "name": "Master DS and Algo with C++", - "icon": "https://minio.codingblocks.com/amoeba/efb2d77c-e577-406d-bb8c-f21a9beeb3a9.svg", + "icon": "https://images.codingblocks.com/img/newcourse_logo/c%2B%2B_white.png", "link": "/live-courses/master-c-plus-plus-ds-algo.html", "mentors": "Mohit Pandey", "interactiveClasses": "47 Live Interactive Classes", @@ -68,13 +68,13 @@ "classSchedule": "Classes four a week", "price": "15,999", "slashedPrice": "15,999", - "gradient": "card bg-gradient-blue-light t-align-c white", + "gradient": "bg-gradient-blue-light", "startDate": "24th May", "badge": "Beginner" }, { "name": "Master DS and Algo with Java", - "icon": "https://minio.codingblocks.com/amoeba/538d2648-a9ab-4a20-bac4-14017a014814.svg", + "icon": "https://images.codingblocks.com/img/newcourse_logo/Java_white.png", "link": "/live-courses/master-java-for-beginners.html", "mentors": "Monu Kumar", "interactiveClasses": "45 Live Interactive Classes", @@ -83,13 +83,13 @@ "classSchedule": "Classes four a week", "price": "15,999", "slashedPrice": "15,999", - "gradient": "card bg-gradient-purple t-align-c white", + "gradient": "bg-gradient-purple", "startDate": "24th May", "badge": "Beginner" }, { "name": "Master Algo.Java", - "icon": "https://minio.codingblocks.com/amoeba/538d2648-a9ab-4a20-bac4-14017a014814.svg", + "icon": "https://images.codingblocks.com/img/newcourse_logo/Java_white.png", "link": "/live-courses/master-advanced-data-structures-and-algorithms-using-java.html", "mentors": "Monu Kumar", "interactiveClasses": "37 Live Interactive Classes", @@ -98,13 +98,13 @@ "classSchedule": "Classes four a week", "price": "12,999", "slashedPrice": "12,999", - "gradient": "card bg-gradient-orange t-align-c white", + "gradient": "bg-gradient-orange", "startDate": "24th May", "badge": "Advance" }, { "name": "Master Algo++", - "icon": "https://minio.codingblocks.com/amoeba/2a7d7b2f-5c23-4d84-9b86-cfa78b1ab722.svg", + "icon": "https://images.codingblocks.com/img/newcourse_logo/c%2B%2B_white.png", "link": "/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.html", "mentors": "Mohit Pandey", "interactiveClasses": "34 Live Interactive Classes", @@ -113,13 +113,13 @@ "classSchedule": "Classes four a week", "price": "12,999", "slashedPrice": "12,999", - "gradient": "card bg-gradient-blue-dark t-align-c white", + "gradient": "bg-gradient-blue-dark", "startDate": "24th May", "badge": "Advance" }, { "name": "Master Data Science", - "icon": "https://minio.codingblocks.com/amoeba/0ee7474c-de3c-44d7-a704-646491c702e8.svg", + "icon": "https://images.codingblocks.com/img/newcourse_logo/ds_white.png", "link": "/live-courses/master-data-science-with-python.html", "mentors": "Princey Yadav", "interactiveClasses": "41 Live Interactive Classes", @@ -128,13 +128,13 @@ "classSchedule": "Classes four a week", "price": "19,999", "slashedPrice": "19,999", - "gradient": "card bg-gradient-green-light t-align-c white", + "gradient": "bg-gradient-green-light", "startDate": "24th May", "badge": "Advance" }, { "name": "Web Development with Node.JS", - "icon": "https://minio.codingblocks.com/amoeba/0ee7474c-de3c-44d7-a704-646491c702e8.svg", + "icon": "https://images.codingblocks.com/img/newcourse_logo/webdev_gradient.png", "link": "/live-courses/master-web-development-nodejs.html", "mentors": "Sabeel Khan", "interactiveClasses": "32 Live Interactive Classes", @@ -143,7 +143,7 @@ "classSchedule": "Classes four a week", "price": "27,999", "slashedPrice": "27,999", - "gradient": "card bg-gradient-pink t-align-c white", + "gradient": "bg-gradient-pink", "startDate": "24th May", "badge": "Advance" } diff --git a/src/live-courses/master-data-science-with-python.json b/src/live-courses/master-data-science-with-python.json index 953069d61..a0e9c14fa 100644 --- a/src/live-courses/master-data-science-with-python.json +++ b/src/live-courses/master-data-science-with-python.json @@ -30,7 +30,7 @@ ] }, "courseMeta": { - "icon": "https://images.codingblocks.com/img/newcourse_logo/Python_white.png", + "icon": "https://images.codingblocks.com/img/newcourse_logo/ds_white.png", "title": "Master Data Science with Python", "price": "27,999", "course-link": "https://dukaan.codingblocks.com/buy?productId=2043", diff --git a/src/live-courses/master-web-development-nodejs.json b/src/live-courses/master-web-development-nodejs.json index 3e0db7499..33ba44c6e 100644 --- a/src/live-courses/master-web-development-nodejs.json +++ b/src/live-courses/master-web-development-nodejs.json @@ -27,7 +27,7 @@ ] }, "courseMeta": { - "icon": "https://minio.codingblocks.com/amoeba/8363cfd5-40f7-499a-bd8d-33541baa0a5f.svg", + "icon": "https://images.codingblocks.com/img/newcourse_logo/webdev_gradient.png", "title": "Master FullStack Web with NodeJS", "price": "19,999", "course-link": "https://dukaan.codingblocks.com/buy?productId=2039", diff --git a/src/partials/liveCourseCards.hbs b/src/partials/liveCourseCards.hbs index b456bfc96..f84a7b225 100644 --- a/src/partials/liveCourseCards.hbs +++ b/src/partials/liveCourseCards.hbs @@ -1,13 +1,13 @@ {{#each liveCourseCards}}
-
+
Dedicated Placement Support
{{badge}}
-
+
From 937cfbd1877c3b5aaf67caec1e8ba29f8eabcf8b Mon Sep 17 00:00:00 2001 From: BipinKalra Date: Fri, 30 Apr 2021 18:39:23 +0530 Subject: [PATCH 8/9] gradients synced --- ...-advanced-data-structures-and-algorithms-for-interviews.json | 2 +- ...ster-advanced-data-structures-and-algorithms-using-java.json | 2 +- src/live-courses/master-c-plus-plus-ds-algo.json | 2 +- src/live-courses/master-data-science-with-python.json | 2 +- src/live-courses/master-java-for-beginners.json | 2 +- src/live-courses/master-web-development-nodejs.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json index 057190f12..239a7b6e5 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json @@ -41,7 +41,7 @@ "interactiveClasses": "34 Live Interactive Classes", "codingProblems": "200-300 hands on coding problems", "projects": "5 Projects", - "gradient": "bg-gradient-pink" + "gradient": "bg-gradient-blue-dark" }, "aboutMentor": [ { diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json index 37783ffe3..f9260ebb5 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json @@ -41,7 +41,7 @@ "interactiveClasses": "37 Live Interactive Classes", "codingProblems": "200-300 hands on coding problems", "projects": "5 Projects", - "gradient": "bg-gradient-green-light" + "gradient": "bg-gradient-orange" }, "aboutMentor": [ { diff --git a/src/live-courses/master-c-plus-plus-ds-algo.json b/src/live-courses/master-c-plus-plus-ds-algo.json index 89a3a9d2f..885123a5b 100644 --- a/src/live-courses/master-c-plus-plus-ds-algo.json +++ b/src/live-courses/master-c-plus-plus-ds-algo.json @@ -44,7 +44,7 @@ "mentor-img-1": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/mohit-pandey.jpeg", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5189", "startDate": "24th May", - "gradient": "bg-gradient-blue-dark", + "gradient": "bg-gradient-blue-light", "interactiveClasses": "47 Live Interactive Classes", "codingProblems": "200-300 hands on coding problems", "projects": "5 Projects" diff --git a/src/live-courses/master-data-science-with-python.json b/src/live-courses/master-data-science-with-python.json index a0e9c14fa..aad5a3dff 100644 --- a/src/live-courses/master-data-science-with-python.json +++ b/src/live-courses/master-data-science-with-python.json @@ -44,7 +44,7 @@ "interactiveClasses": "41 Live Interactive Classes", "codingProblems": "200-300 hands on coding problems", "projects": "5 Projects", - "gradient": "bg-gradient-yellow" + "gradient": "bg-gradient-green-light" }, "aboutMentor": [ { diff --git a/src/live-courses/master-java-for-beginners.json b/src/live-courses/master-java-for-beginners.json index 83fdc20af..bae640c44 100644 --- a/src/live-courses/master-java-for-beginners.json +++ b/src/live-courses/master-java-for-beginners.json @@ -36,7 +36,7 @@ "mentor-img-1": "https://images.codingblocks.com/img/mentor/Monu.png", "test_link_second": "https://dukaan.codingblocks.com/buy?productId=5202", "startDate": "24th May", - "gradient": "bg-gradient-blue-light", + "gradient": "bg-gradient-purple", "interactiveClasses": "45 Live Interactive Classes", "codingProblems": "200-300 hands on coding problems", "projects": "5 Projects" diff --git a/src/live-courses/master-web-development-nodejs.json b/src/live-courses/master-web-development-nodejs.json index 33ba44c6e..49368061f 100644 --- a/src/live-courses/master-web-development-nodejs.json +++ b/src/live-courses/master-web-development-nodejs.json @@ -39,7 +39,7 @@ "mentor-img-2": "https://minio.codingblocks.com/amoeba/e44da84c-cfc2-482b-8ff1-c99b5e548fd9", "mentor-img-3": "https://minio.codingblocks.com/amoeba/c509cce7-b3ba-450f-bad4-c9a89a61bf91", "startDate": "24th May", - "gradient": "bg-gradient-blue-light", + "gradient": "bg-gradient-pink", "interactiveClasses": "32 Live Interactive Classes", "codingProblems": "200-300 hands on coding problems", "projects": "10 Projects" From 1a239197f4fc7a5d7e19ac778479159b185ae220 Mon Sep 17 00:00:00 2001 From: BipinKalra Date: Fri, 30 Apr 2021 19:02:16 +0530 Subject: [PATCH 9/9] prices updated for all courses --- src/live-classes.json | 16 ++++++------- ...uctures-and-algorithms-for-interviews.json | 1 + ...-structures-and-algorithms-using-java.json | 1 + .../master-c-plus-plus-ds-algo.json | 3 ++- .../master-data-science-with-python.json | 1 + .../master-java-for-beginners.json | 1 + .../master-web-development-nodejs.json | 11 +++++---- src/partials/courseMeta.hbs | 24 +++++++++---------- src/partials/liveCourseCards.hbs | 16 ++++++------- 9 files changed, 39 insertions(+), 35 deletions(-) diff --git a/src/live-classes.json b/src/live-classes.json index 262378697..0d4a2413f 100644 --- a/src/live-classes.json +++ b/src/live-classes.json @@ -67,7 +67,7 @@ "projects": "5 Projects", "classSchedule": "Classes four a week", "price": "15,999", - "slashedPrice": "15,999", + "slashedPrice": "7999", "gradient": "bg-gradient-blue-light", "startDate": "24th May", "badge": "Beginner" @@ -82,7 +82,7 @@ "projects": "5 Projects", "classSchedule": "Classes four a week", "price": "15,999", - "slashedPrice": "15,999", + "slashedPrice": "7,999", "gradient": "bg-gradient-purple", "startDate": "24th May", "badge": "Beginner" @@ -97,7 +97,7 @@ "projects": "5 Projects", "classSchedule": "Classes four a week", "price": "12,999", - "slashedPrice": "12,999", + "slashedPrice": "6,499", "gradient": "bg-gradient-orange", "startDate": "24th May", "badge": "Advance" @@ -112,7 +112,7 @@ "projects": "5 Projects", "classSchedule": "Classes four a week", "price": "12,999", - "slashedPrice": "12,999", + "slashedPrice": "6,499", "gradient": "bg-gradient-blue-dark", "startDate": "24th May", "badge": "Advance" @@ -126,8 +126,8 @@ "codingProblems": "200-300 hands on coding problems", "projects": "8 Projects", "classSchedule": "Classes four a week", - "price": "19,999", - "slashedPrice": "19,999", + "price": "27,999", + "slashedPrice": "13,999", "gradient": "bg-gradient-green-light", "startDate": "24th May", "badge": "Advance" @@ -141,8 +141,8 @@ "codingProblems": "200-300 hands on coding problems", "projects": "10 Projects", "classSchedule": "Classes four a week", - "price": "27,999", - "slashedPrice": "27,999", + "price": "15,999", + "slashedPrice": "7,999", "gradient": "bg-gradient-pink", "startDate": "24th May", "badge": "Advance" diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json index 239a7b6e5..04274795b 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-for-interviews.json @@ -30,6 +30,7 @@ "icon": "https://images.codingblocks.com/img/newcourse_logo/c%2B%2B_white.png", "title": "Master Algo++", "price": "12,999", + "slashedPrice": "6,499", "course-link": "https://dukaan.codingblocks.com/buy?productId=2024", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Mohit Pandey", diff --git a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json index f9260ebb5..62be500ef 100644 --- a/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json +++ b/src/live-courses/master-advanced-data-structures-and-algorithms-using-java.json @@ -30,6 +30,7 @@ "icon": "https://images.codingblocks.com/img/newcourse_logo/Java_white.png", "title": "Master Algo.Java-Data Structures", "price": "12,999", + "slashedPrice": "6,499", "course-link": "https://dukaan.codingblocks.com/buy?productId=2035", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Monu Kumar", diff --git a/src/live-courses/master-c-plus-plus-ds-algo.json b/src/live-courses/master-c-plus-plus-ds-algo.json index 885123a5b..586e03bb6 100644 --- a/src/live-courses/master-c-plus-plus-ds-algo.json +++ b/src/live-courses/master-c-plus-plus-ds-algo.json @@ -35,7 +35,8 @@ "courseMeta": { "icon": "https://images.codingblocks.com/img/newcourse_logo/c%2B%2B_white.png", "title": "Master DS and Algo with C++", - "price": "17,999", + "price": "15,999", + "slashedPrice": "7,999", "course-link": "https://dukaan.codingblocks.com/buy?productId=2020&", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Mohit Pandey", diff --git a/src/live-courses/master-data-science-with-python.json b/src/live-courses/master-data-science-with-python.json index aad5a3dff..859b3fd8c 100644 --- a/src/live-courses/master-data-science-with-python.json +++ b/src/live-courses/master-data-science-with-python.json @@ -33,6 +33,7 @@ "icon": "https://images.codingblocks.com/img/newcourse_logo/ds_white.png", "title": "Master Data Science with Python", "price": "27,999", + "slashedPrice": "13,999", "course-link": "https://dukaan.codingblocks.com/buy?productId=2043", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Princey Yadav", diff --git a/src/live-courses/master-java-for-beginners.json b/src/live-courses/master-java-for-beginners.json index bae640c44..15698e2bc 100644 --- a/src/live-courses/master-java-for-beginners.json +++ b/src/live-courses/master-java-for-beginners.json @@ -28,6 +28,7 @@ "icon": "https://images.codingblocks.com/img/newcourse_logo/Java_white.png", "title": "Master DS and Algo with Java", "price": "15,999", + "slashedPrice": "7,999", "course-link": "https://dukaan.codingblocks.com/buy?productId=2028", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Monu Kumar", diff --git a/src/live-courses/master-web-development-nodejs.json b/src/live-courses/master-web-development-nodejs.json index 49368061f..8621cbcec 100644 --- a/src/live-courses/master-web-development-nodejs.json +++ b/src/live-courses/master-web-development-nodejs.json @@ -29,7 +29,8 @@ "courseMeta": { "icon": "https://images.codingblocks.com/img/newcourse_logo/webdev_gradient.png", "title": "Master FullStack Web with NodeJS", - "price": "19,999", + "price": "15,999", + "slashedPrice": "7,999", "course-link": "https://dukaan.codingblocks.com/buy?productId=2039", "demo-link": "https://codingblocks.com/take-demo.html", "mentors": "Sabeel Khan", @@ -46,10 +47,10 @@ }, "aboutMentor": [ { - "name": "Arnav Gupta", - "profile_pic_link": "https://minio.codingblocks.com/amoeba/a961f745-e3d1-4788-8057-1b27f72d42ff", - "summary": "Arnav Gupta, also popular as ChampionSwimmer, is an acclaimed Android developer and two timer GSoC-er. He has presented at large conferences like JSFOO, DroidCon, FOSSASIA and OSDConf. He has also worked with Sony, Micromax, Cyanogen and the likes. Arnav has also active contributed in the development of Android OS, Linux Kernel and has been a former student and a mentor in GSoC.", - "email": "arnav@codingblocks.com" + "name": "Sabeel Khan", + "profile_pic_link": "https://minio.cb.lk/public/sabeel-khan.jpeg", + "summary": "Sabeel is a CS Graduate from JMI.A competitive programmar, with an undying passion for teaching.He is proficient with C++ and Web Development related technologies like HTML, CSS, Javascript,NodeJS along with Python development.Web Series lover and always ready to explore new appetizing food.", + "email": "sabeelkhan@codingblocks.com" }, { "name": "Tathagat Thapliyal", diff --git a/src/partials/courseMeta.hbs b/src/partials/courseMeta.hbs index 64fc38425..909075b64 100644 --- a/src/partials/courseMeta.hbs +++ b/src/partials/courseMeta.hbs @@ -48,17 +48,17 @@
- {{price}} + {{slashedPrice}} +   {{price}}
Starting from {{startDate}}
- {{!--   16999 --}}
- {{price}} + {{slashedPrice}} +   {{price}}
Starting from {{startDate}}
- {{!--   16999 --}}
Buy Now
@@ -79,17 +79,17 @@
- {{price}} + {{slashedPrice}} +   {{price}}
Starting from {{startDate}}
- {{!--   16999 --}}
- {{price}} + {{slashedPrice}} +   {{price}}
Starting from {{startDate}}
- {{!--   16999 --}}
Buy Now
diff --git a/src/partials/liveCourseCards.hbs b/src/partials/liveCourseCards.hbs index f84a7b225..2d11b1fec 100644 --- a/src/partials/liveCourseCards.hbs +++ b/src/partials/liveCourseCards.hbs @@ -27,16 +27,14 @@
-
-
- ₹{{price}} -
-
- Startting from  - {{startDate}} -
+
+ ₹{{slashedPrice}}
- {{!--
{{slashedPrice}}
--}} +
{{price}}
+
+
+ Startting from  + {{startDate}}
Explore More