Skip to content

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshyeahh committed Aug 25, 2024
1 parent 4ce9b7a commit 10c028d
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 110 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.vercel
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!--
Name : Aarti Rathi
Wesbite : https://shinchancode.github.io/3d-react-portfolio/
-->


<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "react-portfolio",
"homepage": "https://shinchancode.github.io/3d-react-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",

"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
Expand Down
Binary file added src/assets/bny.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/bny.png
Binary file not shown.
Binary file added src/assets/eic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import threejs from "./tech/threejs.svg";

import holopin from "./holopin.png";
import hf from "./hf.svg";
import bny from "./bny.png";
import bny from "./bny.jpeg";
import clg from "./clg.png";
import school from "./school.png";

Expand Down
8 changes: 4 additions & 4 deletions src/components/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const Contact = () => {
'template_5g175sf',
{
from_name: form.name,
to_name: "Aarti Rathi",
to_name: "Lakshya Verma",
from_email: form.email,
to_email: "aarti.rathi1710@gmail.com",
to_email: "verma.lakshya071@gmail.com",
message: form.message,
},
'FMQ4a1hK5NSAkumfj',
Expand Down Expand Up @@ -136,12 +136,12 @@ const Contact = () => {
<div className="mt-5 contact__options">
<article className="contact__option">
<MdEmail />
<a href="mailto:aarti.rathi1710@gmail.com" target="_blank" className="blue-text-gradient">aarti.rathi1710@gmail.com</a>
<a href="mailto:verma.lakshya071@gmail.com" target="_blank" className="blue-text-gradient">verma.lakshya071@gmail.com</a>
</article>
<article className="contact__option">
<BsWhatsapp />
<a href="https://api.whatsapp.com/send/?phone=917040031669&text&app_absent=0&lang=en" target="_blank" className="blue-text-gradient">
+91 7040031669
+91 9878801587
</a>
</article>
</div>
Expand Down
4 changes: 1 addition & 3 deletions src/components/Experience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ const ExperienceCard = ({ experience }) => {
{point}
</li>
))}
<a href={experience.link} className="align-center flex justify-center blue-text-gradient" target="_blank">
LINK
</a>

</ul>
</VerticalTimelineElement>
);
Expand Down
6 changes: 3 additions & 3 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const Footer = () => {
<div className="footer text-center">
<p>
&#x3c;&#47;&#x3e; with ❤️ by
<a href="https://shinchancode.github.io/3d-react-portfolio/" target="_blank">
<a href="https://github.com/lakshyeahh/3d-react-portfolio" target="_blank">
{" "}
Aarti Rathi
Lakshyeah
</a>
😎
🙇
</p>
<p className="pink-text-gradient">No. of Visitors | <img className="visitcounter" src="https://hitwebcounter.com/counter/counter.php?page=9795911&style=0025&nbdigits=5&type=page&initCount=459" title="Counter Widget" Alt="Visit counter For Websites" border="0" /></p>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Navbar = () => {
className={`top2 ${"text-secondary"
} hover:text-white text-[15px] font-medium cursor-pointer`}
>
<a href="https://drive.google.com/drive/folders/13YGuvdkXQdyFzfuJd3YdUaG99dhCPz22?pli=1" target="_blank">Resume</a>
<a href="https://drive.google.com/file/d/1ew_dFaR3BhhBCHiMdsQZyJsA9ORsF0wj/view?usp=sharing" target="_blank">Resume</a>
</div>
</div>
</div>
Expand Down
17 changes: 1 addition & 16 deletions src/components/Profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,7 @@ import "./Profile.scss";
const Profile = () => {
return (
<>
<motion.div id="tech" variants={textVariant()}>
<h2 className={`${styles.sectionHeadText} text-center`}>
Profile Section
</h2>
</motion.div>
<div className='my-skills'>
{profiles.map((profile) => (
<div className="skill" data-aos="fade-up" data-aos-delay="200">
<div className="icon-container">
<a href={profile.link} target="_blank">
<img src={profile.icon} />
</a>
</div>
</div>
))}
</div>

</>
);
};
Expand Down
115 changes: 45 additions & 70 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,18 @@ import {

const achievements = [
{
title: "8th Position : Selected for the final round of 12th CSI InApp International Student Project awards 2023.",
title: "1st Position : Nightsprint Hackathon: Emerged as the top performer in a highly competitive hackathon, surpassing 25 other teams.",
},
{
title: "Twice State level Table-Tennis Winner (2021 and 2022)",
title: "10th Position: Prasunet Hackathon: Ranked in the top 10 out of over 3400 registered participants in web development branch.",
},
{
title: "1st Position : Consecutive four times Winner of UdChalo Scholarship (2019 - 2023)",
title: "1st Position : SAASC LEAGUE WINNER: Secured first place in a multidisciplinary competition involving quizzing, debating, and public speaking, outpacing 10 teams from across the college.",
},
{
title: "Branch Head of Information Technology Department (2021 - 2022)",
},
{
title: "Selected in top 100 candidates for Google Cloud Training among 20k Students.",
},
{
title: "Got Education Scholarship Scheme for Army Personnel(ESSA) Scholarship (2015 - 2023)",
},
{
title: "Played Nationals in Throwball for U-14 category. (2015)",
title: "Participated in : PEC MUN '23Represented a country in a Model United Nations event with over 100 registered participants, contributing to debates and drafting resolutions on global issues.",
},

]

const technologies = [
Expand Down Expand Up @@ -306,89 +298,72 @@ import {

const experiences = [
{
title: "Software Devloper",
company_name: "Bank of New York Mellon",
title: "Software Devloper Trainee",
company_name: "Forage",
icon: bny,
iconBg: "#383E56",
date: "Aug 2023 - Present",
link: "",
points: [
"Software build is now used internally in the company and by the company’s clients for operating Netx360 and Netx360+.",
"Resolved more than 50+ Software Composition Analysis (SCA) and vulnerabilities issues.",
"Adapted Agile methodologies, CI/CD, and Test-Driven Programming to uphold strong programming practices.",
"Using technologies like Java, SpringBoot, C#, .NET and AngularJS.",
],
link: "https://drive.google.com/drive/folders/13FK-YewFDv8ALmzKglPBmb6Z3oenuYoP",
},
{
title: "Research Intern",
company_name: "National Security Council Secretriat",
icon: "https://img.icons8.com/external-flaticons-lineal-color-flat-icons/64/null/external-national-security-agency-crowdfunding-flaticons-lineal-color-flat-icons-2.png",
iconBg: "#383E56",
date: "Mar 2022 - Oct 2023",
link: "",
iconBg: "#0BD8B6",
date: "July 2024 - July 2024",

points: [
"Creating a system for secure fine-grained next-generation access control and authorization of digital assets and operations using policy based cryptosystem.",
"Collaborating with cross-functional technologies like spring boot, react etc. to integrate high-quality products.",
"Participating in code reviews and providing constructive feedback to other developers.",
"Completed a self-paced program, gained hands-on experience in financial data analysis and coding skills in React,",
"and JavaScript; contributed to an open-source project, and improved technical contribution skills."
],
link: "https://github.com/codewithrathi",

},
{
title: "DSA Mentor",
company_name: "GeeksforGeeks (Intern)",
icon: "https://img.icons8.com/color/344/GeeksforGeeks.png",
title: "Introduction to Embedded Systems Software and Development Environments",
company_name: "University of Colorado Boulder",
icon: "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/http://coursera-university-assets.s3.amazonaws.com/a6/7035b7e00b401383be4e5856b8bdaa/Boulder-FL-VERT-B---cropped.png?auto=format%2Ccompress&dpr=1&w=56px&h=56px&auto=format%2Ccompress&dpr=2",
iconBg: "#E6DEDD",
date: "May 2022 - Apr 2023",
date: "June 2024 - Aug 2024",
link: "",
points: [
"Teaching Assistant : Teaching Assistant for online batches of Data Structures, Algorithms, and Competitive programming with an average rating of 4.9*.",
"Responsible for reviewing and writing articles based on Data Structures and Algorithms.",
"Completed a hands-on course in Embedded Systems Software, focusing on ARM-based microcontrollers, software configuration management, and build system development using GNU Toolchain GCC and Git."
],
link: "https://drive.google.com/drive/folders/1efpnfKpRTvtujtSgHwRIJdrMFiWrBFHt",
link: "https://www.cloudskillsboost.google/public_profiles/48dcd029-03b4-437b-9dd3-ef7d65958eb0",
},
{
title: "Technical Content Writer",
company_name: "GeeksforGeeks",
icon: "https://img.icons8.com/color/344/GeeksforGeeks.png",
iconBg: "#383E56",
date: "Dec 2020 - July 2022",
title: "Website Team Lead",
company_name: "E-Summit '24",
icon: "https://www.citywoofer.com/blog/wp-content/uploads/2023/04/esummit-283x400.jpg",
iconBg: "#6E56CF",
date: "Feb 2024 - Mar 2024",
link: "",
points: [
"Creative and experienced content writer with 2+ years of experience.",
"Attracted over 10000+ visitors to the company website with powerful educational content.",
"Wrote 100+ articles and improved 300+ articles on topics like Data Structures, Algorithms, Mathematics and related engineering topics",

"Led a team of 7 in the development of a live JavaScript website for the EIC's flagship inter-college event, delivering a comprehensive digital ",
"catalogue that significantly enhanced participant engagement and user experience."
],
link: "https://auth.geeksforgeeks.org/user/_shinchancode",
link: "https://github.com/codewithrathi",
},
{
title: "Google Cloud Training",
company_name: "Google Cloud",
icon: "https://img.icons8.com/fluency/344/google-cloud.png",
title: "Executive Membeer",
company_name: "ACM CSS",
icon: "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Association_for_Computing_Machinery_%28ACM%29_logo.svg/1200px-Association_for_Computing_Machinery_%28ACM%29_logo.svg.png",
iconBg: "#E6DEDD",
date: "Jan 2021 - Apr 2021",
date: "Aug 2024 - Present",
link: "",
points: [
"Introduction to GCP and more functionalities with free access to quests, skill badges.",
"Collaborating with cross-functional technologies.",
"Got introduced to Computing, Application Development, Big Data and Machine Learning using Google Cloud's on training platform Qwiklabs",
"Additional self-paced labs were provided to practice on Qwiklabs a platform by Google",
"Manage students and coordinate their involvement in the Society where more than 800 students are enrolled.",

],
link: "https://www.cloudskillsboost.google/public_profiles/48dcd029-03b4-437b-9dd3-ef7d65958eb0",
link: "https://drive.google.com/drive/folders/1efpnfKpRTvtujtSgHwRIJdrMFiWrBFHt",
},
{
title: "Hacktoberfest",
company_name: "GitHub",
icon: hf,
iconBg: "#E6DEDD",
date: "Oct (2020 - 2022)",
title: "Active Membere Cyber Security Mission 3.0",
company_name: "Chandigarh Police",
icon: "https://static.theprint.in/wp-content/uploads/2023/02/ANI-20230214005215.jpg",
iconBg: "rgba(255, 255, 255, 255)",
date: "Nov 2022 - July 2024",
link: "",
points: [
"Hacktoberfest is an annual worldwide event held during the month of October. The event encourages open source developers to contribute to repositories through pull requests (PR).",
"GitHub hosts many open source repositories that contribute to this event.",
"Advocate awareness on cyber threats, preventive measures, and hon mass interaction skills through regular drives in Tricity.",

],
link: "https://dev.to/shinchancode",
link: "https://auth.geeksforgeeks.org/user/_shinchancode",
},


];

const educations = [
Expand Down
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
build: {
chunkSizeWarningLimit: 100000000
chunkSizeWarningLimit: 100000000
},
base: "/3d-react-portfolio",
base: "/",
})

0 comments on commit 10c028d

Please sign in to comment.