Skip to content

Commit 8d0f039

Browse files
committed
Major website update, changed home page information, projects, and other info
1 parent 26fadfa commit 8d0f039

File tree

18 files changed

+376
-173
lines changed

18 files changed

+376
-173
lines changed

public/favicon.ico

4.19 KB
Binary file not shown.

public/favicon.jpg

15.4 KB
Loading

public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

public/projects/comealong.jpg

12.6 KB
Loading

public/projects/eagle.jpg

172 KB
Loading

public/projects/smartlamp.jpg

1.41 MB
Loading

public/projects/website.jpg

474 KB
Loading

src/app/art/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Art() {
2424
{section.images.map((src, idx) => (
2525
<div
2626
key={src}
27-
className="bg-white shadow-xl rounded-lg"
27+
className="bg-white shadow-xl rounded-lg cursor-pointer transform hover:scale-105 transition-transform duration-300 pop-in-div"
2828
style={{ border: "8px solid #FFFFFF" }}
2929
>
3030
<img

src/app/cv/page.js

Lines changed: 55 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const CV = () => {
1111
// Applying global text color and font class to the main container
1212
return (
1313
// The main container provides padding and centers the CV content.
14-
<div className="max-w-4xl mx-auto p-6 lg:p-10 shadow-2xl bg-white rounded-xl my-8 text-black chicle-regular">
14+
<div className="max-w-4xl mx-auto p-6 lg:p-10 shadow-2xl bg-white rounded-xl my-8 text-black chicle-regular pop-in-div">
1515
{/* MAIN CONTENT SECTIONS */}
1616
<main className=" space-y-8">
1717

@@ -24,11 +24,11 @@ const CV = () => {
2424
{/* Master's Degree */}
2525
<div>
2626
<div className="flex justify-between items-start">
27-
<h3 className="font-bold text-xl">Boston University, College of Engineering</h3>
28-
<span className="text-sm flex-shrink-0">Boston, MA | Dec 2026</span>
27+
<h3 className="font-bold text-lg">Boston University, College of Engineering</h3>
28+
<span className="text-sm flex-shrink-0">May 2026</span>
2929
</div>
3030
{/* Changed text-green to inherit black */}
31-
<p className="italic text-lg">M.S. in Electrical and Computer Engineering</p>
31+
<p className="italic text-md">M.S. in Electrical and Computer Engineering</p>
3232
<p className="text-sm">GPA: 3.74/4.00, College of Engineering Graduate Scholarship</p>
3333
<p className="text-sm mt-1">Relevant Coursework: Embedded Systems, Cybersecurity, High Performance Programming, Cloud Computing</p>
3434
</div>
@@ -37,7 +37,7 @@ const CV = () => {
3737
<div>
3838
<div className="flex justify-between items-start">
3939
<h3 className="font-bold text-lg">Boston University, College of Engineering</h3>
40-
<span className="text-sm flex-shrink-0">Sept 2023 – May 2025</span>
40+
<span className="text-sm flex-shrink-0">May 2025</span>
4141
</div>
4242
{/* Changed text-green to inherit black */}
4343
<p className="italic text-md">B.S. in Computer Engineering</p>
@@ -55,15 +55,28 @@ const CV = () => {
5555
{/* BU TA Role - Removed borders/padding/shadows */}
5656
<div className="mb-6">
5757
<div className="flex justify-between items-start">
58-
<h3 className="font-bold text-lg">Teaching Assistant</h3>
59-
<span className="text-sm flex-shrink-0">Sept 2023 – May 2025</span>
58+
<h3 className="font-bold text-lg">Machine Learning Teaching Assistant</h3>
59+
<span className="text-sm flex-shrink-0">Jan 2025 – May 2025</span>
60+
</div>
61+
{/* Changed text-green to inherit black */}
62+
<p className="text-md">Boston University Dept. of Electrical and Computer Engineering | Boston, MA</p>
63+
<ul className="list-disc ml-5 space-y-1 text-sm">
64+
<li>Performed grading for homework assignments on a number of machine learning topics including PCA, Neural Networks, Clustering, etc.</li>
65+
<li>Helped students understand homework and exam topics through office hours and Piazza</li>
66+
</ul>
67+
</div>
68+
69+
{/* BU TA Role - Removed borders/padding/shadows */}
70+
<div className="mb-6">
71+
<div className="flex justify-between items-start">
72+
<h3 className="font-bold text-lg">Computer Organization Teaching Assistant</h3>
73+
<span className="text-sm flex-shrink-0">Sept 2024 – Dec 2024</span>
6074
</div>
6175
{/* Changed text-green to inherit black */}
6276
<p className="text-md">Boston University Dept. of Electrical and Computer Engineering | Boston, MA</p>
63-
<p className="text-sm mt-1 mb-2">Courses: Computer Organization, Logic Design, Electric Circuits, Machine Learning</p>
6477
<ul className="list-disc ml-5 space-y-1 text-sm">
65-
<li>Facilitated learning in four undergraduate engineering courses (80+ students) by aiding students in completing coursework including lab work, homework, and exam preparation.</li>
66-
<li>Assisted students during lab sessions in modeling chip components and architecture with Verilog on FPGAs; labs ranged from creating simple muxes to multistage CPU pipelines with forwarding, hazard detection, etc.</li>
78+
<li>Aided students in completing coursework including lab work, homework, and exam preparation.</li>
79+
<li>Assisted students during computer architecture labs utilizing MIPS assembly, Verilog, and Vivado; labs ranged from writing MIPS assembly to building multistage CPU pipelines with forwarding, hazard detection, etc.</li>
6780
<li>Developed grading criteria and provided detailed feedback on homework, labs, and exams in collaboration with professors.</li>
6881
</ul>
6982
</div>
@@ -84,6 +97,36 @@ const CV = () => {
8497
</ul>
8598
</div>
8699

100+
{/* BU TA Role - Removed borders/padding/shadows */}
101+
<div className="mb-6">
102+
<div className="flex justify-between items-start">
103+
<h3 className="font-bold text-lg">Logic Design Teaching Assistant</h3>
104+
<span className="text-sm flex-shrink-0">Jan 2024 – May 2024</span>
105+
</div>
106+
{/* Changed text-green to inherit black */}
107+
<p className="text-md">Boston University Dept. of Electrical and Computer Engineering | Boston, MA</p>
108+
<ul className="list-disc ml-5 space-y-1 text-sm">
109+
<li>Aided students in completing coursework including lab work, homework, and exam preparation.</li>
110+
<li>Assisted students during lab sessions in modeling chip components with Verilog on FPGAs; labs ranged from creating simple muxes to creating custom games for an Artix A7 FPGA.</li>
111+
<li>Developed grading criteria and provided detailed feedback on homework, labs, and exams in collaboration with professors.</li>
112+
</ul>
113+
</div>
114+
115+
{/* BU TA Role - Removed borders/padding/shadows */}
116+
<div className="mb-6">
117+
<div className="flex justify-between items-start">
118+
<h3 className="font-bold text-lg">Electronic Circuits Lab Assistant</h3>
119+
<span className="text-sm flex-shrink-0">Sept 2023 – Dec 2023</span>
120+
</div>
121+
{/* Changed text-green to inherit black */}
122+
<p className="text-md">Boston University Dept. of Electrical and Computer Engineering | Boston, MA</p>
123+
<ul className="list-disc ml-5 space-y-1 text-sm">
124+
<li>Performed grading for lab assignments.</li>
125+
<li>Assisted students during lab sessions ranging from basic circuit design to heartbeat signal detection circuits.</li>
126+
<li>Helped troubleshoot and debug waveform generators, oscilloscopes, and other lab equipment.</li>
127+
</ul>
128+
</div>
129+
87130
{/* J&J Internship - Removed borders/padding/shadows */}
88131
<div>
89132
<div className="flex justify-between items-start">
@@ -149,8 +192,8 @@ const CV = () => {
149192
<h2 className="text-lg font-extrabold border-b pb-1 mb-4">SKILLS & LEADERSHIP</h2>
150193

151194
<div className="space-y-2 text-sm">
152-
<p><strong className="font-bold">Programming Languages:</strong> C, C++, Make, CMake, Python, BASH, SystemVerilog, CUDA, SQL</p>
153-
<p><strong className="font-bold">Software/Tools:</strong> Linux, Git, Valgrind, GDB, Jira, Wireshark, Visual Studio, Docker, GCP, Github Actions, Xilinx Vivado</p>
195+
<p><strong className="font-bold">Programming Languages:</strong> C, C++, Make, CMake, Python, BASH, TCL, Verilog, CUDA, Terraform, SQL, MATLAB, Javascript, HTML, CSS, Swift, Arduino</p>
196+
<p><strong className="font-bold">Software/Tools:</strong> Linux, Git, Valgrind, GDB, Jira, Wireshark, PyTorch, Visual Studio, Docker, GCP, Github Actions, Xilinx Vivado, Clearcase, Rhapsody UML, Next.js, React, Tailwindcss</p>
154197
<p><strong className="font-bold">Leadership:</strong> Running Club Elected Board (2023-2024), Eagle Scout (Troop 3 Groton, 2021)</p>
155198
</div>
156199
</section>

src/app/globals.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@
1414
--color-olive: #BFB48F;
1515
}
1616

17+
/* 1. Pop into existence animation */
18+
@keyframes popIn {
19+
0% {
20+
transform: scale(0.5); /* Start small */
21+
}
22+
100% {
23+
transform: scale(1); /* End at normal size */
24+
}
25+
}
26+
27+
.pop-in-div {
28+
animation: popIn 0.4s ease-out forwards;
29+
}
30+
1731
.chicle-regular {
1832
font-family: "Chicle", serif;
1933
font-weight: 400;
@@ -31,7 +45,7 @@
3145
}
3246

3347
a {
34-
@apply text-black hover:text-lightgreen;
48+
@apply text-black hover:text-lightgreen transition-colors duration-300;
3549
}
3650

3751
footer {

0 commit comments

Comments
 (0)