Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Giving Day] Update Website Images #869

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion new-dti-website/components/bottom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Bottom: React.FC = () => (
<div className="flex flex-row h-fit justify-start align-middle py-10 w-full md:order-last gap-x-10 md:gap-x-5 z-10">
<Image
className="self-center rounded-[16px]"
src="/images/home-3.png"
src="/images/home-3.jpg"
width={576}
height={576}
alt="DTI members on the slope"
Expand Down
4 changes: 2 additions & 2 deletions new-dti-website/components/slideshow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ interface SlideshowProps {

const imageNames = [
'full-team.png',
'family.png',
'collaboration.png',
'family.jpg',
'collaboration.jpg',
'event.png',
'initiative.png'
];
Expand Down
Binary file added new-dti-website/public/images/collaboration.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed new-dti-website/public/images/collaboration.png
Binary file not shown.
Binary file added new-dti-website/public/images/family.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed new-dti-website/public/images/family.png
Binary file not shown.
Binary file removed new-dti-website/public/images/folder_icon.png
Binary file not shown.
Binary file removed new-dti-website/public/images/hero_bg.png
Binary file not shown.
Binary file modified new-dti-website/public/images/home-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified new-dti-website/public/images/initiative.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions new-dti-website/public/images/outreach_1.svg

This file was deleted.

9 changes: 0 additions & 9 deletions new-dti-website/public/images/outreach_2.svg

This file was deleted.

9 changes: 0 additions & 9 deletions new-dti-website/public/images/outreach_3.svg

This file was deleted.

9 changes: 0 additions & 9 deletions new-dti-website/public/images/teaching_1.svg

This file was deleted.

9 changes: 0 additions & 9 deletions new-dti-website/public/images/teaching_2.svg

This file was deleted.

9 changes: 0 additions & 9 deletions new-dti-website/public/images/teaching_3.svg

This file was deleted.

Loading