Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5366d14
feat: resize sponsorship carrousel
anyulled Nov 12, 2024
9613251
build(deps): bump @sentry/react from 8.37.1 to 8.38.0
dependabot[bot] Nov 13, 2024
485ab39
build(deps): bump @sentry/react from 8.38.0 to 8.41.0
dependabot[bot] Nov 28, 2024
6ae04ba
build(deps): bump sass from 1.80.3 to 1.81.0
dependabot[bot] Nov 29, 2024
72caba7
fix: clicking the sponsorship button should navigate in the same page
anyulled Nov 29, 2024
ebf7847
fix: remove overlapping on the sponsorship section
anyulled Nov 29, 2024
de205b8
feat: using 2024 edition images
anyulled Nov 29, 2024
cb6af63
feat: using 2024 edition images
anyulled Nov 29, 2024
c7766f2
Merge branch 'main' into feat/resize-carrousel
anyulled Nov 29, 2024
e53e30c
Merge branch 'main' into feat/resize-carrousel
anyulled Dec 19, 2024
e0051a3
build(deps-dev): bump prettier from 3.3.3 to 3.4.2
dependabot[bot] Dec 19, 2024
91a5156
build(deps): bump @types/node from 22.9.0 to 22.10.2
dependabot[bot] Dec 19, 2024
a9684a0
build(deps): bump nanoid from 3.3.7 to 3.3.8
dependabot[bot] Dec 19, 2024
3f60b6b
build(deps): bump path-to-regexp and express
dependabot[bot] Dec 19, 2024
5bcb688
build(deps): bump react-router-dom from 6.28.0 to 7.0.2 (#591)
dependabot[bot] Dec 20, 2024
c424c2a
build(deps-dev): bump @testing-library/jest-dom from 6.4.6 to 6.6.3 (…
dependabot[bot] Dec 20, 2024
b73721c
feat: resize sponsorship carrousel
anyulled Nov 12, 2024
07879de
fix: clicking the sponsorship button should navigate in the same page
anyulled Nov 29, 2024
937f28c
fix: remove overlapping on the sponsorship section
anyulled Nov 29, 2024
bda3bea
feat: using 2024 edition images
anyulled Nov 29, 2024
57542e1
feat: using 2024 edition images
anyulled Nov 29, 2024
41ebcdc
feat: sponsorship button is a relative path
anyulled Dec 20, 2024
389fa5b
Merge remote-tracking branch 'origin/feat/resize-carrousel' into feat…
anyulled Dec 20, 2024
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
Binary file modified public/images/sponsorship/image_1.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 modified public/images/sponsorship/image_2.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 modified public/images/sponsorship/image_3.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 modified public/images/sponsorship/image_4.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 modified public/images/sponsorship/image_5.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 modified public/images/sponsorship/image_6.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 modified public/images/sponsorship/image_7.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 modified public/images/sponsorship/image_8.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 modified public/images/sponsorship/image_9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions src/views/sponsorship/Sponsorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const StyleMoreIcon = styled.img`
const Sponsorship: FC<React.PropsWithChildren<unknown>> = () => {
const {width} = useWindowSize();
const plugins = [
new AutoPlay({duration: 2000, direction: "NEXT", stopOnHover: false}),
new AutoPlay({duration: 2000, direction: "NEXT", stopOnHover: false})
];

const handleCLick = () => {
Expand Down Expand Up @@ -137,56 +137,56 @@ const Sponsorship: FC<React.PropsWithChildren<unknown>> = () => {
<Flicking plugins={plugins} circular={true}>
<img
alt="DevBcn 2023 - sponsors"
width="1080"
height="720"
width="540"
height="360"
src="/images/sponsorship/image_1.jpg"
/>
<img
alt="DevBcn 2023 - sponsors"
width="1080"
height="720"
width="540"
height="360"
src="/images/sponsorship/image_2.jpg"
/>
<img
alt="DevBcn 2023 - sponsors"
width="1080"
height="720"
width="540"
height="360"
src="/images/sponsorship/image_3.jpg"
/>
<img
alt="DevBcn 2023 - sponsors"
width="1080"
height="720"
width="540"
height="360"
src="/images/sponsorship/image_4.jpg"
/>
<img
alt="DevBcn 2023 - sponsors"
width="1080"
height="720"
width="540"
height="360"
src="/images/sponsorship/image_5.jpg"
/>
<img
alt="DevBcn 2023 - sponsors"
width="1080"
height="720"
width="540"
height="360"
src="/images/sponsorship/image_6.jpg"
/>
<img
alt="DevBcn 2023 - sponsors"
width="1080"
height="720"
width="540"
height="360"
src="/images/sponsorship/image_7.jpg"
/>
<img
alt="DevBcn 2023 - sponsors"
width="1080"
height="720"
width="540"
height="360"
src="/images/sponsorship/image_8.jpg"
/>
<img
alt="DevBcn 2023 - sponsors"
width="1080"
height="720"
width="540"
height="360"
src="/images/sponsorship/image_9.jpg"
/>
</Flicking>
Expand Down Expand Up @@ -343,4 +343,4 @@ const Sponsorship: FC<React.PropsWithChildren<unknown>> = () => {
);
};

export default Sponsorship;
export default Sponsorship;
Loading