Responsive Portfolio Website HTML5, CSS3, JavaScript (2024)
Responsive Portfolio Website HTML5, CSS3, JavaScript (2024), available at $69.99, has an average rating of 3.95, with 71 lectures, based on 62 reviews, and has 349 subscribers.
You will learn about Improve HTML5 and CSS3 skill Improve SCSS skill Improve Bootstrap5 skill Improve JavaScript skill How to develop responsive websites to render well on Mobile, Tablet, Laptop, and other devices How HTML5, CSS3, SCSS, Bootstrap5, and JavaScript come together How to create animations and transitions with CSS3 and JavaScript How to work with JavaScript pure instead of jQuery and jQuery plugins How to build a portfolio website using HTML5, CSS3, SCSS, Bootstrap5, and JavaScript Get acquainted with tools like Emmet plugin to improve coding speed Develop websites with dark and light mode using JavaScript This course is ideal for individuals who are Trainee Front-End Web Developers or Junior Front-End Web Developers or Mid-Level Front-End Web Developers It is particularly useful for Trainee Front-End Web Developers or Junior Front-End Web Developers or Mid-Level Front-End Web Developers.
Enroll now: Responsive Portfolio Website HTML5, CSS3, JavaScript (2024)
Summary
Title: Responsive Portfolio Website HTML5, CSS3, JavaScript (2024)
Price: $69.99
Average Rating: 3.95
Number of Lectures: 71
Number of Published Lectures: 71
Number of Curriculum Items: 71
Number of Published Curriculum Objects: 71
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Improve HTML5 and CSS3 skill
- Improve SCSS skill
- Improve Bootstrap5 skill
- Improve JavaScript skill
- How to develop responsive websites to render well on Mobile, Tablet, Laptop, and other devices
- How HTML5, CSS3, SCSS, Bootstrap5, and JavaScript come together
- How to create animations and transitions with CSS3 and JavaScript
- How to work with JavaScript pure instead of jQuery and jQuery plugins
- How to build a portfolio website using HTML5, CSS3, SCSS, Bootstrap5, and JavaScript
- Get acquainted with tools like Emmet plugin to improve coding speed
- Develop websites with dark and light mode using JavaScript
Who Should Attend
- Trainee Front-End Web Developers
- Junior Front-End Web Developers
- Mid-Level Front-End Web Developers
Target Audiences
- Trainee Front-End Web Developers
- Junior Front-End Web Developers
- Mid-Level Front-End Web Developers
Welcome to this Cheetah Academy training course. I hope that it will be a beneficial course for you and you will learn a lot from it and, as a result, improve your programming skills. This course aims to help people who are beginners in Front-End Web Development, do not have an acceptable portfolio to offer, or can not create a final product. In this training course, we intend to teach you the following items:
-
Improving your skills and taking a few steps to be professional.
-
Helping you learn the basic skills to create a valuable product.
-
Assisting you in creating a good and presentable portfolio.
If you know the basics of HTML5, CSS3, SASS, Bootstrap5, and JavaScript, but you do not know how to use them to create a personal website, this course will help you. This course will teach you how to create a personal website using HTML5, CSS3, SASS, Bootstrap5, and JavaScript. The following is the role of each of the tools, libraries, programming languages, and frameworks:
What is Figma’s role in this tutorial?
First, the website should be created using graphic applications such as Photoshop, Sketch, Adobe xd, and Figma. Then it will be coded by a Front-End Web Developer using languages, libraries, and web frameworks like HTML5, CSS3, SASS, Bootstrap5, JavaScript, jQuery, Vue.js, React, and Angular to become a static website. All components, colors, font sizes, margins, paddings, etc., are determined by Figma, and you must extract these values from the Figma file and convert them to code. In this course, we will turn a template implemented in Figma into a beautiful website, and you will learn how to extract photos, colors, font sizes, etc., from Figma.
What is HTML5’s role in this tutorial?
Most websites are now HTML-based, and it is the basis of today’s websites and web applications. Semantic tags such as MAIN, SECTION, HEADER, FOOTER, and ASIDE have been added to the last version of this language to differentiate sections of a website, called HTML5. It had been done by the DIV tag already, and the website’s page had been divided into different sections, and these DIV tags were distinguished using CLASS and ID.
What is the CSS3’s role in this tutorial?
HTML without CSS has no visual attractiveness, and you should use CSS to give a website color, glaze, and beauty. In this tutorial, we will use the third version of CSS called CSS3. In this version, many attractive features such as transition, animation, embedded fonts, and shadows have been added, by which you can make a website more attractive. This course uses CSS3 features extensively to improve your CSS3 knowledge.
What is the SASS’s role in this tutorial?
When we work with CSS, we can write CSS code faster using a special tool called SASS. SASS is a preprocessor for CSS and includes features such as variables, nesting, and inheritance to speed up the writing of CSS code. The browsers do not understand SASS codes, so when we write these codes, they are converted to CSS by a compiler to be understandable for the browsers. In this course, you will learn to work with SASS practically, improving your skill in SASS. Today, Front-End Web Developers should have the ability to work with a CSS preprocessor in their list skills.
What is Bootstrap5’s role in this tutorial?
When you create a website using HTML and CSS, you should create it responsive to make it visible properly on various devices such as mobile phones, tablets, laptops, and monitors with different dimensions. You can use media queries to do this, but an easier way is to use Bootstrap, which has a premade grid structure built in if you follow Bootstrap rules. Therefore, you will have a responsive website that displays well on different devices with different dimensions. When we recorded this tutorial, the latest version of Bootstrap was the fifth version, Bootstrap5. In this version, like the previous version, flex is used to create grids, and it has almost the same features as Bootstrap4 with minor changes. The most significant change is the removal of jQuery; in contrast, raw JavaScript has been employed.
What is JavaScript’s role in this tutorial?
The most popular programming language globally is JavaScript, and in this course, we will utilize JavaScript. We want to improve your JavaScript skills; the more you watch and practice this course, the more you practically learn JavaScript skills. We will not use jQuery and its plugins in this course because we want you to learn raw JavaScript. As you know, JavaScript is the basis of all JavaScript libraries and frameworks such as jQuery, React, Vue.js, Angular, and Svelte, so if you want to learn any of these libraries and frameworks, you should first learn JavaScript sufficiently. We want to improve your JavaScript skills because we believe JavaScript is the heart of the Front-End!
What are the features of this website?
-
This website has two dark and light modes; by clicking on a button, the website theme goes from dark to light and vice versa using JavaScript.
-
Meteor shower animation is included on this website.
-
Existence of a biography section to show critical skills, foreign languages, programming skills, years of experience in each field, and display other information.
-
Ability to display educational background and work experience in the resume section.
-
View the portfolio and details of each portfolio in the portfolio section
-
Display customer feedback in the Testimonial section
-
Personal resume download link
-
Personal social network links
Course Curriculum
Chapter 1: Getting Started
Lecture 1: Introduction
Lecture 2: Programming Languages and libraries that we will use
Lecture 3: The tools I will use
Lecture 4: Live server
Lecture 5: Visual studio code customization
Lecture 6: Emmet plugin to speed coding
Lecture 7: How to use Figma
Lecture 8: Shortcuts and multi line editing
Lecture 9: How to center align an element with absolute position
Lecture 10: How to create a triangle with CSS
Chapter 2: Creating a Fundamental Structure
Lecture 1: Base HTML5 code
Lecture 2: Install and configure SASS
Lecture 3: Multiple SCSS files using the SASS partials feature
Lecture 4: CSS reset
Lecture 5: Import Google fonts
Lecture 6: Install and configure Bootstrap5
Lecture 7: Import font icon
Lecture 8: Sidebar HTML
Lecture 9: Define theme colors
Lecture 10: Sidebar CSS style code
Lecture 11: Show the correct section by clicking on the sidebar item
Lecture 12: Responsive sidebar for all devices(Mobile, Tablet, Laptop, …)
Chapter 3: Home Section
Lecture 1: Introduction
Lecture 2: Home section HTML code
Lecture 3: Home section CSS style code
Lecture 4: Add Typed.js
Lecture 5: Meteor shower animation
Lecture 6: Home section responsive for all devices(Mobile, Tablet, Laptop, …)
Chapter 4: About Me Section
Lecture 1: Introduction
Lecture 2: Hero section HTML code
Lecture 3: Hero section CSS style code
Lecture 4: Hero section responsive for all devices(Mobile, Tablet, Laptop, …)
Lecture 5: Languages and skills section HTML code
Lecture 6: Languages and skills section CSS style code
Lecture 7: Languages and skills section responsive for all devices(Mobile, Tablet, Laptop)
Lecture 8: Certifications section HTML code
Lecture 9: Certifications section CSS style code
Lecture 10: Certifications section responsive for all devices(Mobile, Tablet, Laptop, …)
Lecture 11: Message me button link
Lecture 12: Add fill rate
Chapter 5: Resume Section
Lecture 1: Introduction
Lecture 2: Resume section HTML code
Lecture 3: Resume section CSS style code
Lecture 4: Resume section responsive for all devices(Mobile, Tablet, Laptop, …)
Chapter 6: Work Section
Lecture 1: Introduction
Lecture 2: Galley HTML code
Lecture 3: Implement shuffle.js on gallery
Lecture 4: Work modal HTML code
Lecture 5: Work modal CSS style code
Lecture 6: Work modal responsive for all devices(Mobile, Tablet, Laptop, …)
Lecture 7: Work modal dynamic content using JavaScript
Chapter 7: Testimonial Section
Lecture 1: Introduction
Lecture 2: Testimonial section HTML code
Lecture 3: Testimonial section CSS style code
Lecture 4: Testimonial section responsive for all devices(Mobile, Tablet, Laptop, …)
Lecture 5: Testimonial dynamic show feedback using JavaScript
Chapter 8: Contact Me Section
Lecture 1: Introduction
Lecture 2: Contact section HTML code
Lecture 3: Contact section CSS style code
Lecture 4: Contact section responsive for all devices(Mobile, Tablet, Laptop, …)
Chapter 9: Light Mode
Lecture 1: Introduction
Lecture 2: Toggle Mode Button
Lecture 3: Add Light SCSS
Lecture 4: Light Sidebar
Lecture 5: Light Home Section
Lecture 6: Light About Section
Lecture 7: Light Resume Section
Lecture 8: Light Work Section
Lecture 9: Light Testimonial Section
Lecture 10: Light Contact Section
Lecture 11: Light Sidebar Responsive
Instructors
-
Cheetah Academy
Web Development
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 6 votes
- 4 stars: 14 votes
- 5 stars: 40 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple