Skip to content

Commit

Permalink
Merge branch 'main' into feature/Add_Slidesgo
Browse files Browse the repository at this point in the history
  • Loading branch information
panwar8279 authored May 24, 2024
2 parents ea13868 + 317a25e commit f8b190c
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
65 changes: 65 additions & 0 deletions frontend/src/DB/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -2803,10 +2803,75 @@
"description": "A place where you can belong to a school club, a gaming group, or a worldwide art community. Where just you and a handful of friends can spend time together. A place that makes it easy to talk every day and hang out more often."
},
{

"productName": "Slidesgo",
"category": "AI",
"image": "slidesgo.png",
"link": "https://slidesgo.com/",
"description":"Slidesgo offers an extensive catalog of free Google Slides themes and PowerPoint templates for creative presentations."
}

"productName": "Intigriti",
"category": "ethical",
"image": "https://media.licdn.com/dms/image/D4E0BAQGuEpu0Xrph4w/company-logo_200_200/0/1702904021395/intigriti_logo?e=1724284800&v=beta&t=ZHMwYaL3urZ-MvaH4LdBCR5TIMLx2Sl2e3SarSUgae8",
"link": "https://www.intigriti.com/",
"description": "The Intigriti platform is built for bug bounty hunters, by bug bounty hunters."
},
{
"productName": "CyberChef",
"category": "ethical",
"image": "https://th.bing.com/th/id/OIP.KyzPtjDERPwHh2gXV8U2SwHaHa?rs=1&pid=ImgDetMain",
"link": "https://cyberchef.org/",
"description": "CyberChef is a simple, intuitive and powerful tool for exploring data formats, encryption and compression."
},
{
"productName": "RootMe",
"category": "ethical",
"image": "https://pbs.twimg.com/profile_images/925763062837252096/43MyHYBN_400x400.jpg",
"link": "https://www.root-me.org/?lang=en",
"description": "Root Me is a website where you can train your hacking skills on various exercises and virtual environments."
},
{
"productName": "CTFtime",
"category": "ethical",
"image": "https://www.securitynewspaper.com/snews-up/2019/10/Icons_CTF.png",
"link": " https://ctftime.org/",
"description": "A great website to have all the records of upcoming and live CTF events"
},
{
"productName": "PentesterLab",
"category": "ethical",
"image": "https://th.bing.com/th/id/OIP.Xzp0HEEbnkjHrWJehpksPgHaHy?rs=1&pid=ImgDetMain",
"link": "https://www.pentesterlab.com/",
"description": "It is a fantastic platform to develop strong fonudation of web app security."
},
{
"productName": "Linux Journey",
"category": "ethical",
"image": "https://linuxjourney.com/assets/jumbotron-60c93c2fc6bb16079b70fe2eccacaa05f2d6b002af4ff0667ddd8e283cbf81fd.png",
"link": "https://linuxjourney.com/",
"description": "Linux journey is one of the best platform to learn linux commands."
},
{
"productName": "Cybrary",
"category": "ethical",
"image": "https://gdm-catalog-fmapi-prod.imgix.net/ProductLogo/62142569-dd07-4797-96e6-4ba2f2956c13.png?auto=format&ixlib=react-9.0.3&w=4742",
"link": "https://www.cybrary.it/",
"description": "Cybrary offers accessible, affordable, and curated courses and paths for cybersecurity professionals at all levels."
},
{
"productName": "Exploit Database",
"category": "ethical",
"image": "https://www.mitchellpest.com/images/cta/pest.2403081343359.png",
"link": "https://www.exploit-db.com/",
"description": "A website curated a large list of exploits, bug and web-based vulnerability reported by security reesearcher"
},
{
"productName": "Proving Grounds",
"category": "ethical",
"image": "https://media.licdn.com/dms/image/C4E0BAQHaN2i1_8U4rw/company-logo_200_200/0/1677689983147/offensive_security_logo?e=1724284800&v=beta&t=cPqiAgwp7lSpLkoykY3iQNfKjMYSmUYqgnowysqsvmk",
"link": "https://www.offsec.com/labs/",
"description": "OffSec Proving Grounds (PG) Play and Practice is a modern network for practicing penetration testing skills on exploitable, real-world vectors."
}

]
3 changes: 2 additions & 1 deletion frontend/src/style/Home.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* hero section starts */
.hero {
margin-top: 9.8vh;
width: 100%;
height: 90vh;
position: relative;
Expand Down Expand Up @@ -175,7 +176,7 @@
display: grid;
grid-template-columns: repeat(4, 1fr);
margin: 10px;
margin-top: 8rem;
margin-top: 5rem;
gap: 20px;
animation: zoomIn 1s ease forwards;
}
Expand Down

0 comments on commit f8b190c

Please sign in to comment.