From 9882e531d935a0edd41a078bcda0e1d6f8634464 Mon Sep 17 00:00:00 2001 From: Rajveer <142779809+root-0101@users.noreply.github.com> Date: Thu, 23 May 2024 17:00:14 +0000 Subject: [PATCH 1/2] updated products --- frontend/src/DB/product.json | 65 +++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index add83890..f3aa46a2 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -2801,5 +2801,68 @@ "image": "https://www.shutterstock.com/image-vector/vinnytsia-ukraine-may-7-2023-600nw-2299584421.jpg", "link": "https://discord.com/", "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": "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." + } ] From 30f21c4f9e37cf766186f8fe67f9563260c7bf15 Mon Sep 17 00:00:00 2001 From: cGoyal69 Date: Fri, 24 May 2024 17:46:41 +0530 Subject: [PATCH 2/2] Update Home.css --- frontend/src/style/Home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/style/Home.css b/frontend/src/style/Home.css index 6c501318..28cc1653 100644 --- a/frontend/src/style/Home.css +++ b/frontend/src/style/Home.css @@ -1,5 +1,6 @@ /* hero section starts */ .hero { + margin-top: 9.8vh; width: 100%; height: 90vh; position: relative; @@ -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; }