From d4de8fece79172752298699f0c8338a38805db75 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Thu, 28 Nov 2024 14:47:50 -0500 Subject: [PATCH] Revert "New Website: Home Page, Hero Section, and Footer Improvements" This reverts commit b02381e344850bfa07e4110a5ae2e3b13e2fe92e. --- new-dti-website/components/footer.tsx | 4 +--- new-dti-website/components/slideshow.tsx | 4 ++-- new-dti-website/components/team/TeamHero.tsx | 7 ++++--- new-dti-website/public/email.svg | 2 +- new-dti-website/public/facebook.svg | 2 +- new-dti-website/public/github.svg | 2 +- new-dti-website/public/instagram.svg | 2 +- new-dti-website/public/linkedin.svg | 2 +- new-dti-website/public/medium.svg | 2 +- new-dti-website/src/app/apply/page.tsx | 6 +++--- new-dti-website/src/app/course/page.tsx | 10 ++++++---- new-dti-website/src/app/initiatives/page.tsx | 6 +++--- new-dti-website/src/app/page.tsx | 2 +- new-dti-website/src/app/products/page.tsx | 8 +++++--- new-dti-website/src/app/sponsor/page.tsx | 7 ++++--- new-dti-website/tailwind.config.ts | 4 +--- 16 files changed, 36 insertions(+), 34 deletions(-) diff --git a/new-dti-website/components/footer.tsx b/new-dti-website/components/footer.tsx index 4ab677218..989b635c7 100644 --- a/new-dti-website/components/footer.tsx +++ b/new-dti-website/components/footer.tsx @@ -51,9 +51,7 @@ const Footer: React.FC = ({ theme }) => ( theme === 'dark' ? 'bg-black text-neutral-50' : 'bg-[#F5F5F5] text-[#0C0404]' } w-full h-[146px] md:px-10 lg:px-[60px] flex justify-between items-center md:flex-row flex-col`} > -
+
© {new Date().getFullYear()} Cornell Digital Tech & Innovation Project Team
diff --git a/new-dti-website/components/slideshow.tsx b/new-dti-website/components/slideshow.tsx index bce08c477..ae1bf4528 100644 --- a/new-dti-website/components/slideshow.tsx +++ b/new-dti-website/components/slideshow.tsx @@ -19,10 +19,10 @@ const imageNames = [ const ImageHeader: React.FC<{ imageName: string }> = ({ imageName }) => (
Folder - + cornell-dti - + {imageName}
diff --git a/new-dti-website/components/team/TeamHero.tsx b/new-dti-website/components/team/TeamHero.tsx index b96740f1f..cb22b73f7 100644 --- a/new-dti-website/components/team/TeamHero.tsx +++ b/new-dti-website/components/team/TeamHero.tsx @@ -157,10 +157,11 @@ const TeamHero = () => {
-

- Working together +

+ Working{' '} + together

-

+

We are Cornell DTI. But individually, we are a{' '} talented, diverse group of students from different colleges and countries striving to make a difference in the Cornell community and diff --git a/new-dti-website/public/email.svg b/new-dti-website/public/email.svg index 423ea6146..4c9f21790 100644 --- a/new-dti-website/public/email.svg +++ b/new-dti-website/public/email.svg @@ -1,6 +1,6 @@ - + diff --git a/new-dti-website/public/facebook.svg b/new-dti-website/public/facebook.svg index 7cbaf36d8..fff7f5de8 100644 --- a/new-dti-website/public/facebook.svg +++ b/new-dti-website/public/facebook.svg @@ -1,3 +1,3 @@ - + diff --git a/new-dti-website/public/github.svg b/new-dti-website/public/github.svg index c632eccc4..cabbe1ba7 100644 --- a/new-dti-website/public/github.svg +++ b/new-dti-website/public/github.svg @@ -1,3 +1,3 @@ - + diff --git a/new-dti-website/public/instagram.svg b/new-dti-website/public/instagram.svg index 379205358..3471daa5d 100644 --- a/new-dti-website/public/instagram.svg +++ b/new-dti-website/public/instagram.svg @@ -1,3 +1,3 @@ - + diff --git a/new-dti-website/public/linkedin.svg b/new-dti-website/public/linkedin.svg index 9e37e545e..eed973c99 100644 --- a/new-dti-website/public/linkedin.svg +++ b/new-dti-website/public/linkedin.svg @@ -1,3 +1,3 @@ - + diff --git a/new-dti-website/public/medium.svg b/new-dti-website/public/medium.svg index c2753a4f1..d64b9ee48 100644 --- a/new-dti-website/public/medium.svg +++ b/new-dti-website/public/medium.svg @@ -1,6 +1,6 @@ - + diff --git a/new-dti-website/src/app/apply/page.tsx b/new-dti-website/src/app/apply/page.tsx index a2ba641ca..050fca178 100644 --- a/new-dti-website/src/app/apply/page.tsx +++ b/new-dti-website/src/app/apply/page.tsx @@ -28,11 +28,11 @@ const ApplyHero = () => (

- Down to innovate? + Down to innovate?

-

+

We strive for inclusivity, and encourage passionate applicants to apply regardless of experience. We'd love to work with someone like you.

diff --git a/new-dti-website/src/app/course/page.tsx b/new-dti-website/src/app/course/page.tsx index 1cf0aa8cd..e3de1f1be 100644 --- a/new-dti-website/src/app/course/page.tsx +++ b/new-dti-website/src/app/course/page.tsx @@ -81,13 +81,15 @@ export default function Courses() {
-

- Teaching the community +

+ Teaching the{' '} + community

-

+

A project team is meant, above all, to be a learning experience. Given our mission of community impact, we want to help everyone{' '} - learn and grow through our training course in{' '} + learn and grow + through our training course in{' '} product development.

diff --git a/new-dti-website/src/app/initiatives/page.tsx b/new-dti-website/src/app/initiatives/page.tsx index dcdb0538d..dbe42ecb0 100644 --- a/new-dti-website/src/app/initiatives/page.tsx +++ b/new-dti-website/src/app/initiatives/page.tsx @@ -24,11 +24,11 @@ const InitiativeHero = () => (

- Invigorating growth + Invigorating growth

-

+

What sets us apart from other project teams is our desire to{' '} share our discoveries with other students and members of the greater Ithaca community. diff --git a/new-dti-website/src/app/page.tsx b/new-dti-website/src/app/page.tsx index 0a53d58b4..1d05b9f01 100644 --- a/new-dti-website/src/app/page.tsx +++ b/new-dti-website/src/app/page.tsx @@ -96,7 +96,7 @@ const Home: React.FC = () => {

- Building the Future of Tech @ Cornell + Cornell Digital Tech & Innovation Project Team

{width < LAPTOP_BREAKPOINT && } diff --git a/new-dti-website/src/app/products/page.tsx b/new-dti-website/src/app/products/page.tsx index 2f48dc026..9b4fb3232 100644 --- a/new-dti-website/src/app/products/page.tsx +++ b/new-dti-website/src/app/products/page.tsx @@ -29,11 +29,13 @@ export default function Page() {
-
- Real impact +
+ Real + + impact
-

+

Each of our projects address an unfulfilled need that exists in our community using {' '} diff --git a/new-dti-website/src/app/sponsor/page.tsx b/new-dti-website/src/app/sponsor/page.tsx index 985a45291..f19cf1764 100644 --- a/new-dti-website/src/app/sponsor/page.tsx +++ b/new-dti-website/src/app/sponsor/page.tsx @@ -35,10 +35,11 @@ const SponsorHero = () => {

-

- Let's collaborate +

+ Let's{' '} + collaborate

-

+

The generous contributions of our supporters and sponsors allow our team to continue building products and hosting initiatives to{' '} help the Cornell and Ithaca communities. diff --git a/new-dti-website/tailwind.config.ts b/new-dti-website/tailwind.config.ts index 193f15398..13cc77f1b 100644 --- a/new-dti-website/tailwind.config.ts +++ b/new-dti-website/tailwind.config.ts @@ -62,9 +62,7 @@ module.exports = { card: { DEFAULT: 'hsl(var(--card))', foreground: 'hsl(var(--card-foreground))' - }, - heroPrimary: 'rgba(255, 255, 255)', - heroSecondary: 'rgba(255, 255, 255, 0.7)' + } }, borderRadius: { lg: 'var(--radius)',