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

Update Stories #41

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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 app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Page = () => {
</div>
<div className={styles.pictures}>
<img
src="/about/teams-pic1.png"
src="/about/teams-pic1.jpg"
alt="teams-pic1"
/>
<img
Expand Down
20 changes: 10 additions & 10 deletions modules/StoriesData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export const data = [
quote: "“The best way to describe the welcoming and tight-knit staff culture is nothing short of family.”",
carousel: [
{
image: "/stories/carousel/banner-image1.png"
image: "/stories/carousel/banner-image1.jpg"
},
{
image: "/stories/carousel/banner-image2.png"
image: "/stories/carousel/banner-image2.jpg"
}
]
},
Expand All @@ -20,10 +20,10 @@ export const data = [
quote: "“...the best memory I have ... is working on, and seeing other teams work on so many different parts of the event and then seeing it all come together in the end.”",
carousel: [
{
image: "/stories/carousel/top-left-image1.png"
image: "/stories/carousel/top-left-image1.jpg"
},
{
image: "/stories/carousel/top-left-image2.png"
image: "/stories/carousel/top-left-image2.jpg"
}
]
},
Expand All @@ -34,10 +34,10 @@ export const data = [
quote: "“I was grateful to see each unique team work together for 9 months and being able to see the final product made me so happy.”",
carousel: [
{
image: "/stories/carousel/top-right-image1.png"
image: "/stories/carousel/top-right-image1.jpg"
},
{
image: "/stories/carousel/top-right-image2.png"
image: "/stories/carousel/top-right-image2.jpg"
}
]
},
Expand All @@ -48,10 +48,10 @@ export const data = [
quote: "“Getting to work with motivated, talented members, improving event infrastructure, and organizing fun, team-bonding events helped me grow my technical and leadership skills...”",
carousel: [
{
image: "/stories/carousel/bottom-left-image1.png"
image: "/stories/carousel/bottom-left-image1.jpg"
},
{
image: "/stories/carousel/bottom-left-image2.png"
image: "/stories/carousel/bottom-left-image2.jpg"
}
]
},
Expand All @@ -62,10 +62,10 @@ export const data = [
quote: "“I loved being a part of an amazing design team and working with other creative individuals. Being able to see your work on a large scale event was something incredible to experience.”",
carousel: [
{
image: "/stories/carousel/bottom-right-image1.png"
image: "/stories/carousel/bottom-right-image1.jpg"
},
{
image: "/stories/carousel/bottom-right-image2.png"
image: "/stories/carousel/bottom-right-image2.jpg"
}
]
}
Expand Down
Binary file added public/about/teams-pic1.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 public/about/teams-pic1.png
Binary file not shown.
Binary file added public/stories/carousel/banner-image1.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 public/stories/carousel/banner-image1.png
Binary file not shown.
Binary file added public/stories/carousel/banner-image2.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 public/stories/carousel/banner-image2.png
Binary file not shown.
Binary file added public/stories/carousel/bottom-left-image1.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 public/stories/carousel/bottom-left-image1.png
Binary file not shown.
Binary file added public/stories/carousel/bottom-left-image2.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 public/stories/carousel/bottom-left-image2.png
Binary file not shown.
Binary file added public/stories/carousel/bottom-right-image1.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 public/stories/carousel/bottom-right-image1.png
Binary file not shown.
Binary file added public/stories/carousel/bottom-right-image2.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 public/stories/carousel/bottom-right-image2.png
Binary file not shown.
Binary file added public/stories/carousel/top-left-image1.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 public/stories/carousel/top-left-image1.png
Binary file not shown.
Binary file added public/stories/carousel/top-left-image2.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 public/stories/carousel/top-left-image2.png
Binary file not shown.
Binary file added public/stories/carousel/top-right-image1.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 public/stories/carousel/top-right-image1.png
Binary file not shown.
Binary file added public/stories/carousel/top-right-image2.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 public/stories/carousel/top-right-image2.png
Binary file not shown.