From 0dd9ddad08a025992a420e95567f0bb3de3b640d Mon Sep 17 00:00:00 2001 From: Aswath SA Date: Sun, 12 Oct 2025 00:52:06 +0530 Subject: [PATCH 1/3] Add Aswath to person directory --- src/app/Aswath/page.tsx | 171 ++++++++++++++++++++++++++++++++++++++++ src/app/page.tsx | 24 ++++++ 2 files changed, 195 insertions(+) create mode 100644 src/app/Aswath/page.tsx diff --git a/src/app/Aswath/page.tsx b/src/app/Aswath/page.tsx new file mode 100644 index 0000000..8d00f73 --- /dev/null +++ b/src/app/Aswath/page.tsx @@ -0,0 +1,171 @@ +// import Link from "next/link"; +import Navbar from "@/components/Navbar"; + +export default function Aswath() { + + return ( +
+ +
+ + {/* Professional Profile Card */} +
+
+ {/* Professional Header */} +
+
+
+
+ A +
+
+
+

+ Aswath S A +

+

Computer Science & Engineering Student

+

Third Year | Age 19

+
+ +
+
+
+
+ + {/* Professional Content */} +
+ + {/* Professional Summary */} +
+

+ πŸ“‹ + Summary +

+

+ Dedicated third-year Computer Science and Engineering student with a strong foundation in software development, + strategic planning, and community engagement. Passionate about leveraging technology to create meaningful + solutions and drive innovation. Experienced in leading student initiatives and fostering collaborative + learning environments. +

+
+ + {/* Contact & Social Media */} +
+

+ πŸ“ž + Contact & Social Media +

+
+ + {/* Email */} +
+
+
+ + + + +
+ +
+
+ + {/* GitHub */} +
+
+
+ + + +
+
+

GitHub

+ + @Aswath2005 + +
+
+
+ + {/* LinkedIn */} +
+
+
+ + + +
+
+

LinkedIn

+ + Aswath S A + +
+
+
+ + {/* Instagram */} +
+
+
+ + + +
+
+

Instagram

+ + @aswath2_4 + +
+
+
+
+
+ + {/* Technical Skills */} +
+

+ πŸ› οΈ + Technical Skills & Competencies +

+
+
+

Programming Languages

+
+ JavaScript + Python + C +
+
+ +
+

Web Technologies

+
+ HTML5 + CSS3 + Next.js +
+
+ +
+

Leadership & Management

+
+ Strategic Planning + Community Engagement +
+
+
+
+
+
+
+
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 41ec1ea..8e52b3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,6 +18,30 @@ export default function Home() {
+ {/* Aswath Card */} + +
+
+
+
+ A +
+
+
+

+ Aswath S A +

+

+ Computer Science Student +

+

+ Age: 19 β€’ Third Year +

+
+
+
+ + {/* David Brown Card */}
From 13ca9d0d99bc6ac6e3d6443065cebd9265449cf3 Mon Sep 17 00:00:00 2001 From: Aswath SA Date: Sun, 12 Oct 2025 11:37:12 +0530 Subject: [PATCH 2/3] Enhance Aswath profile: Add modern design, experience section, card flip animation --- src/app/Aswath/page.tsx | 175 ++++++++++++++++++++++++++-------------- src/app/page.tsx | 56 +++++++++---- 2 files changed, 156 insertions(+), 75 deletions(-) diff --git a/src/app/Aswath/page.tsx b/src/app/Aswath/page.tsx index 8d00f73..a24bc8f 100644 --- a/src/app/Aswath/page.tsx +++ b/src/app/Aswath/page.tsx @@ -4,28 +4,29 @@ import Navbar from "@/components/Navbar"; export default function Aswath() { return ( -
+
{/* Professional Profile Card */}
-
+
{/* Professional Header */} -
-
-
-
+
+
+
+
+
A
-

+

Aswath S A

-

Computer Science & Engineering Student

-

Third Year | Age 19

-
+

Software Engineer | Computer Science Student

+

Third Year Student | Technology Consultant

+
@@ -33,42 +34,97 @@ export default function Aswath() {
{/* Professional Content */} -
+
{/* Professional Summary */} -
-

- πŸ“‹ - Summary +
+

+ Professional Summary

-

- Dedicated third-year Computer Science and Engineering student with a strong foundation in software development, - strategic planning, and community engagement. Passionate about leveraging technology to create meaningful - solutions and drive innovation. Experienced in leading student initiatives and fostering collaborative - learning environments. +

+ Third-year Computer Science and Engineering student with demonstrated expertise in software development, + strategic planning, and organizational leadership. Focused on leveraging advanced technology solutions + to address complex challenges and drive measurable innovation. Proven track record in leading cross-functional + student initiatives and establishing collaborative academic environments.

+ {/* Experience */} +
+

+ Experience +

+
+ + {/* MuLearn Experience */} +
+
+
+
+

+ Campus Co-lead & Community Lead +

+

ΞΌLearn UCEK

+

+ Leading campus initiatives and fostering community engagement in technology and learning programs. +

+
+
+
+ + {/* GDGOC Experience */} +
+
+
+
+

+ Co-organizer & Strategist +

+

GDGOC UCEK

+

+ Strategic planning and event coordination for Google Developer Groups on Campus initiatives. +

+
+
+
+ + {/* IEDC Experience */} +
+
+
+
+

+ Operations Officer +

+

Legacy IEDC UCEK

+

+ Managing operational activities and supporting entrepreneurship development initiatives. +

+
+
+
+
+
+ {/* Contact & Social Media */}
-

- πŸ“ž - Contact & Social Media +

+ Contact Information

{/* Email */} -
+
-
+
@@ -76,16 +132,16 @@ export default function Aswath() {
{/* GitHub */} -
+
-
+
@@ -93,16 +149,16 @@ export default function Aswath() {
{/* LinkedIn */} -
+
-
+
@@ -110,16 +166,16 @@ export default function Aswath() {
{/* Instagram */} -
+
-
+
@@ -130,34 +186,33 @@ export default function Aswath() { {/* Technical Skills */}
-

- πŸ› οΈ - Technical Skills & Competencies +

+ Skills

-
-
-

Programming Languages

-
- JavaScript - Python - C +
+
+

Programming Languages

+
+ JavaScript + Python + C
-
-

Web Technologies

-
- HTML5 - CSS3 - Next.js +
+

Web Technologies

+
+ HTML5 + CSS3 + Next.js
-
-

Leadership & Management

-
- Strategic Planning - Community Engagement +
+

Leadership & Management

+
+ Strategic Planning + Community Engagement
diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e52b3f..0890f04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,23 +20,49 @@ export default function Home() { {/* Aswath Card */} -
-
-
-
- A +
+
+ + {/* Front of Card */} +
+
+
+
+ A +
+
+
+

+ Aswath S A +

+

+ Software Engineer | CS Student +

+

+ Technology Consultant β€’ Third Year +

+
-
-

- Aswath S A -

-

- Computer Science Student -

-

- Age: 19 β€’ Third Year -

+ + {/* Back of Card */} +
+
+
+ πŸ‘¨β€πŸ’» +
+
+

+ Aswath S A +

+

+ Full Stack Developer +

+

+ Click to view profile β†’ +

+
+
From f93de2b7c53e7f9c3a2bf3c7bbf5b2c261e4d657 Mon Sep 17 00:00:00 2001 From: Aswath SA Date: Sun, 12 Oct 2025 11:49:54 +0530 Subject: [PATCH 3/3] Update title to Computer Science Engineering on profile and homepage --- src/app/Aswath/page.tsx | 2 +- src/app/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/Aswath/page.tsx b/src/app/Aswath/page.tsx index a24bc8f..aad7249 100644 --- a/src/app/Aswath/page.tsx +++ b/src/app/Aswath/page.tsx @@ -24,7 +24,7 @@ export default function Aswath() {

Aswath S A

-

Software Engineer | Computer Science Student

+

Computer Science Engineering

Third Year Student | Technology Consultant

diff --git a/src/app/page.tsx b/src/app/page.tsx index 0890f04..d2eb5a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function Home() { Aswath S A

- Software Engineer | CS Student + Computer Science Engineering

Technology Consultant β€’ Third Year