Skip to content

Commit

Permalink
feat: add stickers
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent ea78c3a commit e7bd519
Show file tree
Hide file tree
Showing 34 changed files with 861 additions and 24 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"keen-slider": "^6.8.6",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"react-draggable": "^4.4.6"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
Expand Down
22 changes: 22 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/app/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
}

section {
position: relative;
background-color: #fcfcfc;
scroll-snap-align: center;
padding-block: $main-padding-mobile-block;
padding-inline: $main-padding-mobile-inline;

@media (min-width: $tablet-breakpoint) {
height: 100vh;
overflow: hidden;
overflow-x: hidden;
}

@media (min-width: $mobile-breakpoint) {
Expand Down
43 changes: 43 additions & 0 deletions src/app/assets/stickers/banana-can.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions src/app/assets/stickers/bread.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions src/app/assets/stickers/capybara.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions src/app/assets/stickers/dco-sticker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions src/app/assets/stickers/figjam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions src/app/assets/stickers/grape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e7bd519

Please sign in to comment.