Skip to content

Commit cbdc1db

Browse files
committed
Change the Projects Section design
1 parent cde8ef3 commit cbdc1db

File tree

2 files changed

+188
-378
lines changed

2 files changed

+188
-378
lines changed

src/constants/project.js

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,38 @@ export const myProjects = [
2121
// },
2222
// ],
2323
// },
24+
{
25+
title: "Android RAT Tool",
26+
desc: "Developed a tool for generating, patching, and managing Android Meterpreter payloads with compatibility for modern Android versions, including Android 15.",
27+
subdesc:
28+
"This educational tool streamlines the creation and deployment of Android Meterpreter payloads. It features a command-line interface to build, patch, sign, and manage APKs, and to launch Metasploit handlers. The patching functionality adds a visible UI to payloads, ensuring compatibility and functionality on the latest Android versions. The project demonstrates skills in Python scripting, security tool development, and understanding of Android application structure.",
29+
href: "https://github.com/sa-fw-an/Android-RAT",
30+
texture: "./textures/project/androidrat.mov",
31+
logo: "./assets/project/android-rat-logo.svg",
32+
logoStyle: {
33+
backgroundColor: "#0D1117",
34+
border: "0.2px solid #30363D",
35+
boxShadow: "0px 0px 60px 0px #10A37F4D",
36+
},
37+
spotlight: "./assets/spotlight4.png",
38+
tags: [
39+
{
40+
id: 1,
41+
name: "Python",
42+
path: "./assets/coding/python.svg",
43+
},
44+
{
45+
id: 2,
46+
name: "Metasploit",
47+
path: "./assets/coding/metasploit.svg",
48+
},
49+
{
50+
id: 3,
51+
name: "Debian",
52+
path: "./assets/coding/debian.svg",
53+
},
54+
],
55+
},
2456
{
2557
title: "Blockchain Voting System",
2658
desc: "A decentralized voting system leveraging blockchain technology to ensure secure, transparent, and anonymous electoral processes.",
@@ -145,38 +177,6 @@ export const myProjects = [
145177
},
146178
],
147179
},
148-
{
149-
title: "Android RAT Tool",
150-
desc: "Developed a tool for generating, patching, and managing Android Meterpreter payloads with compatibility for modern Android versions, including Android 15.",
151-
subdesc:
152-
"This educational tool streamlines the creation and deployment of Android Meterpreter payloads. It features a command-line interface to build, patch, sign, and manage APKs, and to launch Metasploit handlers. The patching functionality adds a visible UI to payloads, ensuring compatibility and functionality on the latest Android versions. The project demonstrates skills in Python scripting, security tool development, and understanding of Android application structure.",
153-
href: "https://github.com/sa-fw-an/Android-RAT",
154-
texture: "./textures/project/androidrat.mov",
155-
logo: "./assets/project/android-rat-logo.svg",
156-
logoStyle: {
157-
backgroundColor: "#0D1117",
158-
border: "0.2px solid #30363D",
159-
boxShadow: "0px 0px 60px 0px #10A37F4D",
160-
},
161-
spotlight: "./assets/spotlight4.png",
162-
tags: [
163-
{
164-
id: 1,
165-
name: "Python",
166-
path: "./assets/coding/python.svg",
167-
},
168-
{
169-
id: 2,
170-
name: "Metasploit",
171-
path: "./assets/coding/metasploit.svg",
172-
},
173-
{
174-
id: 3,
175-
name: "Debian",
176-
path: "./assets/coding/debian.svg",
177-
},
178-
],
179-
},
180180
{
181181
title: "AI Chat Application",
182182
desc: "Engineered a feature-rich, ChatGPT-like application with advanced file processing, multi-model support, and robust user management using Next.js 15 and React 19.",

0 commit comments

Comments
 (0)