diff --git a/index.html b/index.html index e4b78ea..2d42231 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,49 @@ - Vite + React + TS + + + SNIGDHA OS - Arch based Linux Distribution for Penetration Testing and Ethical Hacking + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/package-lock.json b/package-lock.json index d194141..cbfc719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "octokit": "^3.1.2", "react": "^18.3.1", "react-dom": "^18.3.1", + "react-icons": "^5.4.0", "react-router-dom": "^6.22.3" }, "devDependencies": { @@ -3875,6 +3876,15 @@ "react": "^18.3.1" } }, + "node_modules/react-icons": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", + "license": "MIT", + "peerDependencies": { + "react": "*" + } + }, "node_modules/react-refresh": { "version": "0.14.2", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", diff --git a/package.json b/package.json index db367e2..b751aae 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,11 @@ }, "dependencies": { "lucide-react": "^0.344.0", + "octokit": "^3.1.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-router-dom": "^6.22.3", - "octokit": "^3.1.2" + "react-icons": "^5.4.0", + "react-router-dom": "^6.22.3" }, "devDependencies": { "@eslint/js": "^9.9.1", @@ -32,4 +33,4 @@ "typescript-eslint": "^8.3.0", "vite": "^5.4.2" } -} \ No newline at end of file +} diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index c5199e2..7bae1b8 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -1,50 +1,119 @@ import React from 'react'; -import { Github, Twitter } from 'lucide-react'; +import { Github, Gitlab } from 'lucide-react'; export function Footer() { return ( -