Skip to content

Commit

Permalink
Added alumni card and setup types
Browse files Browse the repository at this point in the history
  • Loading branch information
TellToldTold committed May 17, 2024
1 parent 950f71e commit fdc2efc
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 500 deletions.
3 changes: 2 additions & 1 deletion pages/AboutUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ const sections: SectionAboutUsElement[] = [
{
title: "Mu Nu Chapter - Today",
description: "Today, the Mu Nu chapter of IEEE-HKN at the Polytechnic University of Turin is a vibrant reality carried forward by an ever-growing group of students passionate about computer science, electronics, and much more. For us, HKN represents a new way to acquire skills and knowledge while at the same time nurturing our passions in an inspiring and stimulating environment.",
year: "2023",
year: new Date().getFullYear().toString(),
},

]

export default function AboutUs() {
const sectionsRef = useRef<HTMLDivElement>(null);
const [svgWidth, setSvgWidth] = useState(0);
Expand Down
Loading

0 comments on commit fdc2efc

Please sign in to comment.