Skip to content

Commit a901402

Browse files
committed
added icons in cheatsheet and curriculum
1 parent 37cd9d7 commit a901402

File tree

13 files changed

+111
-53
lines changed

13 files changed

+111
-53
lines changed

CheatSheets/CSS Flexbox-Cheatsheet.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/css.png" width="200px" />
2+
3+
14
# CSS Flexbox CheatSheet
25

36
### Display Property
@@ -126,4 +129,4 @@
126129

127130
## Learn More about CSS Flexbox from here:
128131

129-
[![Learn More about CSS Flexbox from here](http://img.youtube.com/vi/3nLglJtUHjA/0.jpg)](http://www.youtube.com/watch?v=3nLglJtUHjA "CSS Crash Course")
132+
[![Learn More about CSS Flexbox from here](http://img.youtube.com/vi/3nLglJtUHjA/0.jpg)](http://www.youtube.com/watch?v=3nLglJtUHjA)

CheatSheets/CSS Grid-CheatSheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/css.png" width="200px" />
2+
13
# CSS Grid Cheatsheet
24
## 1. Grid container properties
35

@@ -136,4 +138,4 @@
136138

137139
## Learn More about CSS Grid from here:
138140

139-
[![CSS Grid Tutorial for Beginners](https://i.ytimg.com/vi/ULp7wPJ-rzQ/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAF_KnaTkQYj55zEN0fDGX-74JVKQ)](https://www.youtube.com/watch?v=ULp7wPJ-rzQ&ab_channel=VishalRajput "CSS Grid Tutorial for Beginners")
141+
[![CSS Grid Tutorial for Beginners](https://i.ytimg.com/vi/ULp7wPJ-rzQ/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAF_KnaTkQYj55zEN0fDGX-74JVKQ)](https://www.youtube.com/watch?v=ULp7wPJ-rzQ&ab_channel=VishalRajput)

CheatSheets/CSS-CheatSheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/css.png" width="200px" />
2+
13
# CSS CheatSheet
24

35
## Adding CSS to HTML (3 methods & precedence)
@@ -336,4 +338,4 @@ div {
336338
# Learn More about CSS from here:
337339

338340

339-
[![CSS Crash Course](http://img.youtube.com/vi/Qu0dbQxm6II/0.jpg)](http://www.youtube.com/watch?v=Qu0dbQxm6II "CSS Crash Course")
341+
[![CSS Crash Course](http://img.youtube.com/vi/Qu0dbQxm6II/0.jpg)](http://www.youtube.com/watch?v=Qu0dbQxm6II)

CheatSheets/Git-Cheatsheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/git.png" width="200px" />
2+
13
# Git CheatSheet
24

35

@@ -28,4 +30,4 @@
2830

2931
# Learn More about Github from here:
3032

31-
[![Learn Git and GitHub from scratch](http://img.youtube.com/vi/ng_3YZHnz8U/0.jpg)](http://www.youtube.com/watch?v=ng_3YZHnz8U "Learn Git and GitHub from scratch")
33+
[![Learn Git and GitHub from scratch](http://img.youtube.com/vi/ng_3YZHnz8U/0.jpg)](http://www.youtube.com/watch?v=ng_3YZHnz8U)

CheatSheets/GitHub-Cheatsheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/github.png" width="200px" />
2+
13
# GitHub CheatSheet
24

35
# **How to Contribute to an Open Source Project**
@@ -57,4 +59,4 @@ Remember, contributing to open source is a collaborative effort, and it's import
5759

5860
# Learn More about GitHub from here:
5961

60-
[![Learn Git and GitHub from scratch](http://img.youtube.com/vi/ng_3YZHnz8U/0.jpg)](http://www.youtube.com/watch?v=ng_3YZHnz8U "Learn Git and GitHub from scratch")
62+
[![Learn Git and GitHub from scratch](http://img.youtube.com/vi/ng_3YZHnz8U/0.jpg)](http://www.youtube.com/watch?v=ng_3YZHnz8U)

CheatSheets/HTML-CheatSheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/html.png" width="200px" />
2+
13
# HTML CheatSheet
24

35
## Basic Structure
@@ -190,4 +192,4 @@
190192

191193
# Learn More about HTML from here:
192194

193-
[![HTML Crash Course](http://img.youtube.com/vi/EOwWXNBKtBM/0.jpg)](http://www.youtube.com/watch?v=EOwWXNBKtBM "HTML Crash Course")
195+
[![HTML Crash Course](http://img.youtube.com/vi/EOwWXNBKtBM/0.jpg)](http://www.youtube.com/watch?v=EOwWXNBKtBM)

CheatSheets/JS-CheatSheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/js.png" width="200px" />
2+
13
# JavaScript CheatSheet
24

35
### ****Adding JavaScript to a web page****
@@ -315,4 +317,4 @@ console.log(sum); // 6
315317

316318
## Learn More about JS from here:
317319

318-
[![JavaScript Tutorial for Beginners](https://img.youtube.com/vi/9Shi7sbrHqY/sddefault.jpg)](https://www.youtube.com/watch?v=9Shi7sbrHqY&ab_channel=VishalRajput "JavaScript Tutorial for Beginners")
320+
[![JavaScript Tutorial for Beginners](https://img.youtube.com/vi/9Shi7sbrHqY/sddefault.jpg)](https://www.youtube.com/watch?v=9Shi7sbrHqY&ab_channel=VishalRajput)

CheatSheets/JavaScript DOM-Cheatsheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/js.png" width="200px" />
2+
13
# JavaScript DOM Cheatsheet
24

35
### What is DOM?
@@ -84,4 +86,4 @@ myButton.addEventListener("click", function() {
8486

8587

8688
## Learn More about JavaScript DOM from here:
87-
[![JS DOM Tutorial for Beginners](https://i.ytimg.com/vi/85jzHRTVdsc/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDs_B6goLnSFqU6x2aesa56jJmg_Q)](https://www.youtube.com/watch?v=85jzHRTVdsc&t=5s&ab_channel=VishalRajput "JS DOM Tutorial for Beginners")
89+
[![JS DOM Tutorial for Beginners](https://i.ytimg.com/vi/85jzHRTVdsc/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDs_B6goLnSFqU6x2aesa56jJmg_Q)](https://www.youtube.com/watch?v=85jzHRTVdsc&t=5s&ab_channel=VishalRajput)

Course Curriculum/CSS.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/css.png" width="200px" />
2+
13
# Let's Dive Into CSS 🎨💻
24

35
[![CSS Crash Course](http://img.youtube.com/vi/Qu0dbQxm6II/0.jpg)](http://www.youtube.com/watch?v=Qu0dbQxm6II)
@@ -17,11 +19,11 @@ In this tutorial, you’ll learn:
1719
- 🖼️ Changing element rendering with CSS display property.
1820
- 📐 Positioning elements with CSS, using absolute, relative, fixed, and sticky positioning.
1921

20-
### 📝 Notes:
22+
# 📝 Notes:
2123

2224
[CSS CheatSheet](https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/CheatSheets/CSS-CheatSheet.md)
2325

24-
### 📌🔨 **Task:**
26+
# 📌🔨 **Task:**
2527

2628
- You need to design all the assignments you have solved so far using CSS.
2729
- Apply your knowledge of CSS syntax, selectors, box model, layout, typography, colors, and backgrounds to the design.
@@ -53,11 +55,11 @@ In this tutorial, you’ll learn:
5355
- 💪 Combining Flex-Grow, Flex-Shrink, and Flex-Basis with Flex Property
5456
- 🙋 Aligning Individual Elements with Align-Self Property
5557

56-
### 📝 Notes:
58+
# 📝 Notes:
5759

5860
[CSS Flexbox CheatSheet](https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/CheatSheets/CSS%20Flexbox-Cheatsheet.md)
5961

60-
### 📌🔨 **Task:**
62+
# 📌🔨 **Task:**
6163

6264
1. Now, you have all required knowledge to completely design the assignment you solved earlier.
6365
2. Create your portfolio, it should contain all section and it’s should be responsive. You can inspiration from this portfolio.
@@ -81,11 +83,11 @@ In this tutorial, you’ll learn:
8183
- 🖼️ Using grid-template-areas for a more visual way of defining grid areas.
8284
- 🎨 Enhancing layout design with additional CSS properties.
8385

84-
### 📝 Notes:
86+
# 📝 Notes:
8587

8688
[CSS Grid CheatSheet](https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/CheatSheets/CSS%20Grid-CheatSheet.md)
8789

88-
### 📌🔨 **Task:**
90+
# 📌🔨 **Task:**
8991

9092
🎉👨‍💻 Encourage to create beautiful layouts using CSS Grid like below and share on social media.
9193

Course Curriculum/Git-GitHub.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/Icons/github.png" width="200px" />
2+
3+
14
# Introduction to Git & GitHub 🎬
25

36
[![Git & GitHub Crash Course](http://img.youtube.com/vi/ng_3YZHnz8U/0.jpg)](http://www.youtube.com/watch?v=ng_3YZHnz8U)
@@ -17,13 +20,13 @@ In this tutorial, you’ll learn:
1720
- 👀 Reviewing pull requests on GitHub and next steps for improving Git and GitHub skills.
1821

1922

20-
### 📝 Notes:
23+
# 📝 Notes:
2124

2225
[Git CheatSheet](https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/CheatSheets/Git-Cheatsheet.md)
2326

2427
[GitHub CheatSheet](https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/CheatSheets/GitHub-Cheatsheet.md)
2528

26-
### **📌🔨 Task:**
29+
# **📌🔨 Task:**
2730

2831
1. 📂 Create a repository named **Frontend Developer Essential,** and upload all your completed and upcoming assignments there.
2932
2. 📣 Share your **GitHub profile** on LinkedIn and Twitter using **#FrontendWithVishal**, and mention me to get feedback on your work.

0 commit comments

Comments
 (0)