Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
navnee1h committed Aug 15, 2024
1 parent ff48b28 commit 598881e
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 37 deletions.
4 changes: 2 additions & 2 deletions components/apps/trash.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ export class Trash extends Component {
icon: "./themes/filetypes/php.png"
},
{
name: "Angular.js",
name: "Scrap.js",
icon: "./themes/filetypes/js.png"
},
{
name: "node_modules",
name: "payload",
icon: "./themes/Yaru/system/mc-home-logo.png"
},

Expand Down
35 changes: 31 additions & 4 deletions components/apps/vivek.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ function About() {
<div className="bg-white absolute rounded-full p-0.5 md:p-1 top-0 transform -translate-y-1/2 right-0"></div>
</div>
<ul className=" mt-4 leading-tight tracking-tight text-sm md:text-base w-5/6 md:w-3/4 emoji-list">
<li className=" list-pc"><span className=" font-medium">Cyber Forensic student skilled in ethical hacking, and cyber crime investigation, seeking opportunities for internships.</span>(Hit me up <a className='text-underline' href='mailto:[email protected]'><u>[email protected]</u></a>)</li>
<li className=" mt-3 list-building">I'm deeply passionate about cybersecurity, as seen in my projects like Passlord and keylogger.</li>
<li className=" list-pc"><span className=" font-medium">Cyber Forensic student skilled in ethical hacking,coding and cyber crime investigation, seeking opportunities for internships.</span>(Hit me up <a className='text-underline' href='mailto:[email protected]'><u>[email protected]</u></a>)</li>
<li className=" mt-3 list-building">I'm deeply passionate about cybersecurity, as seen in my projects like <a className='text-underline' href='https://github.com/navnee1h/passlord'><u>Passlord</u></a> and keylogger.</li>
<li className=" mt-3 list-time">Collaboration is key for me—I thrive on networking and learning from others, whether through internships or volunteering.</li>
<li className=" mt-3 list-star">I'm committed to continuous growth, attending workshops and engaging in tech communities like TinkerSpace.</li>
<li className=" mt-3 list-star">I'm committed to continuous growth, attending workshops and engaging in tech communities like TinkerSpace. </li>
</ul>
</>
)
Expand All @@ -144,7 +144,7 @@ function Education() {

<li className="list-disc">
<div className=" text-lg md:text-xl text-left font-bold leading-tight">
School of technology and applied sciences, edappally
MahatmaGandhi University
</div>
<div className=" text-sm text-gray-400 mt-0.5">2023 - present</div>
<div className=" text-sm md:text-base">BSc Cyber Forensic</div>
Expand Down Expand Up @@ -250,6 +250,33 @@ function Projects() {
],
domains: ["Python", "Keylogger", "Webhooks"]
},
{
name: "Reverse IP Lookup",
date: "Aug 2022 - May 2023",
link: "https://github.com/navnee1h/reverse_ip",
description: [
"Find another websites hosted on same server! ",
],
domains: ["Python", "ip", "lookup"]
},
{
name: "Local-Gallery",
date: "May 2024 - May 2024",
link: "https://github.com/navnee1h/Local-Gallery",
description: [
"Helps to host images in anyformat to localhost like a remote gallery.",
],
domains: ["js", "website", "gallery","server"]
},
{
name: "autohamster",
date: "Aug 2024 - Aug 2024",
link: "https://github.com/navnee1h/autohamster",
description: [
"Developed a Hamster kombat decision maker! ",
],
domains: ["Python", "server", "hack","hamsterkombat"]
},
];

const tag_colors = {
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/files/navaneeth-resume.pdf
Binary file not shown.

0 comments on commit 598881e

Please sign in to comment.