Skip to content

Commit

Permalink
Merge pull request #503 from psqaure11/pragya
Browse files Browse the repository at this point in the history
Course added
  • Loading branch information
avinash201199 authored Oct 10, 2023
2 parents 5f9e7bb + a0d7a56 commit 562d86f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,20 @@ Website - https://cognitiveclass.ai/courses/docker-essentials <br>
<br>
</details>

<details>
<summary>Ethical Hacking</summary>
<br>
Great Learning Academy- Introduction to Ethical Hacking<br>
Website - https://www.mygreatlearning.com/academy/learn-for-free/courses/introduction-to-ethical-hacking<br>
<br>
Alison - Diploma in Ethical Hacking<br>
Website-https://alison.com/course/diploma-in-ethical-hacking<br>
<br>
Class Central - Ethical Hacking Course Certification<br>
Website-https://www.classcentral.com/classroom/cybrary-ethical-hacking-course-certification-80344<br>
<br>
</details>

<details>
<summary>Flutter</summary>
<br>
Expand Down
29 changes: 26 additions & 3 deletions src/components/data/allcourses.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,15 +741,16 @@
]
},

{
{
"title": "Database Management System",
"cards": [{
"icon": "fa-solid fa-cloud-arrow-down",
"name": "Full Database management course",
"source": "GREAT LEARNING ACADEMY",
"link": "https://www.mygreatlearning.com/academy/learn-for-free/courses/database-management-system"
},

}
]
},
{
"title": "Docker",
"cards": [{
Expand Down Expand Up @@ -815,6 +816,28 @@
}
]
},
{
"title": "Ethical Hacking",
"cards": [{
"icon": "fa-solid fa-user-secret",
"name": "Introduction to Ethical Hacking",
"source": "Great Learning Academy",
"link": "https://www.mygreatlearning.com/academy/learn-for-free/courses/introduction-to-ethical-hacking"
},
{
"icon":"fa-solid fa-user-secret",
"name": "Diploma in Ethical Hacking",
"source": "Alison",
"link":" https://alison.com/course/diploma-in-ethical-hacking"
},
{
"icon": "fa-solid fa-user-secret",
"name": "Ethical Hacking Course Certification",
"source": "Class Central",
"link": "https://www.classcentral.com/classroom/cybrary-ethical-hacking-course-certification-80344"
}
]
},
{
"title": "GitHub",
"cards": [{
Expand Down

0 comments on commit 562d86f

Please sign in to comment.