Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanw2457 committed Oct 13, 2024
1 parent 14a5793 commit aa07f8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
13 changes: 8 additions & 5 deletions src/components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ const About = () => {
</motion.div>

<motion.p variants={fadeIn("", "", 0.1, 1)} className="mt-4 text-secondary text-[17px] max-w-3xl leading-[30px]">
I'm a skilled software developer with experience in TypeScript and
JavaScript, and expertise in frameworks like React, Node.js, and
Three.js. I'm a quick learner and collaborate closely with clients to
create efficient, scalable, and user-friendly solutions that solve
real-world problems. Let's work together to bring your ideas to life!
Motivated and results-driven Computer Science student at Purdue University,
with a focus on Cybersecurity and Artificial Intelligence. Experienced in
innovative problem-solving and building technical solutions across various
domains. Proficient in Python, Java, AWS, and Git. Interned at Styl. App AI
and NJ's Cybersecurity Cell, developing cutting-edge technologies and
securing digital infrastructures. Passionate about driving impact, I founded
the BRHS Hackathon, securing $6,000+ in sponsorships and empowering youth
through STEM workshops. Seeking opportunities to collaborate, contribute, and grow.
</motion.p>

<div className='mt-20 flex flex-wrap gap-10'>
Expand Down
1 change: 1 addition & 0 deletions src/components/Experience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const ExperienceCard = ({ experience }) => (
iconStyle={{ background: experience.iconBg}}
icon={
<div className="flex justify-center items-center w-full h-full">

<img
src={experience.icon}
alt={experience.company_name}
Expand Down
6 changes: 5 additions & 1 deletion src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ import { // Change the values of the balls in index.js in the constants folder a
icon: "./src/constants/StylApp2024.png",
iconBg: "#E6DEDD",
date: "Aug 2024 - Present",
url: "",
points: [
"Developing a seamless onboarding process for improved company integration.",
"Manipulating image pixels with OpenPose, YOLO, SSD, to isolate clothing from humans and backgrounds.",
Expand All @@ -133,6 +134,7 @@ import { // Change the values of the balls in index.js in the constants folder a
icon: "https://www.njohsp.gov/home/showpublishedimage/904/638338783965370000",
iconBg: "#383E56",
date: "Jul 2024 - Aug 2024",
url: "https://2023-br-hacks-website.vercel.app/",
points: [
"Spearheaded the development of educational materials for online cybersecurity awareness applications used by 2,500+ schools K-12 across New Jersey.",
"Conducted in-depth research focusing on emerging cybersecurity threats and best practices including social engineering, phishing, and cryptography.",
Expand All @@ -145,6 +147,7 @@ import { // Change the values of the balls in index.js in the constants folder a
icon: "./src/constants/BRHacks2023.png",
iconBg: "#E6DEDD",
date: "Jan 2023 - Oct 2023",
url: "",
points: [
"Secured $6,000 in funding through grants and partnerships with Qualcomm, MLH, Women in STEM, Wolfram Alpha, Mathnasium, Code Ninjas, Eye Level, Gold’s Gym, and 20+ local businesses.",
"Organized a successful event with 200+ attendees and established an annual educational community event.",
Expand All @@ -158,6 +161,7 @@ import { // Change the values of the balls in index.js in the constants folder a
icon: "https://static.wixstatic.com/media/14885d_35c17b6084264a46b9951565fa1cedd7~mv2.png/v1/fill/w_330,h_330,al_c/14885d_35c17b6084264a46b9951565fa1cedd7~mv2.png",
iconBg: "#383E56",
date: "Mar 2023 - Aug 2023",
url: "",
points: [
"#1 Ranked Intern Spring and Summer Cohort, #1 Ranked Pitch Deck for Future Jetson Feature.",
"Collaborated with C-Level Executives on 30+ market research interviews to gain strategic insights.",
Expand Down Expand Up @@ -240,7 +244,7 @@ import { // Change the values of the balls in index.js in the constants folder a
{
name: "Rising Tides",
description:
"Focuses on implementing core algorithms and data structures to simulate real-world tide level analysis. It involves creating efficient solutions for data storage, retrieval, and manipulation, using structures such as arrays, linked lists, stacks, queues, and trees. The goal is to build a system that can analyze tide patterns efficiently, integrating concepts like time complexity and memory management to optimize performance to then predict tide changes.",
"Rising Tides focuses on implementing core algorithms and data structures to simulate real-world tide level analysis. It involves creating efficient solutions for data storage, retrieval, and manipulation, using structures such as arrays, linked lists, stacks, queues, and trees. The goal is to build a system that can analyze tide patterns efficiently, integrating concepts like time complexity and memory management to optimize performance to then predict tide changes.",
tags: [
{
name: "DataStructures",
Expand Down

0 comments on commit aa07f8a

Please sign in to comment.