Skip to content

Commit

Permalink
feat: update archive
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Apr 21, 2024
1 parent 9cbbbf4 commit 18d9239
Show file tree
Hide file tree
Showing 28 changed files with 84 additions and 0 deletions.
48 changes: 48 additions & 0 deletions pages/archive/photos/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,54 @@ const photos = [
{
src: "/images/archive/photos/IMG_8120.webp",
},
{
src: "/images/archive/photos/IMG_9942.webp",
},
{
src: "/images/archive/photos/IMG_9936.webp",
},
{
src: "/images/archive/photos/IMG_9910.webp",
},
{
src: "/images/archive/photos/IMG_9828.webp",
},
{
src: "/images/archive/photos/IMG_9125.webp",
},
{
src: "/images/archive/photos/IMG_9019.webp",
},
{
src: "/images/archive/photos/IMG_8924.webp",
},
{
src: "/images/archive/photos/IMG_8899.webp",
},
{
src: "/images/archive/photos/IMG_8880.webp",
},
{
src: "/images/archive/photos/IMG_8815.webp",
},
{
src: "/images/archive/photos/IMG_8736.webp",
},
{
src: "/images/archive/photos/IMG_0021.webp",
},
{
src: "/images/archive/photos/IMG_0053.webp",
},
{
src: "/images/archive/photos/IMG_0168.webp",
},
{
src: "/images/archive/photos/IMG_0213.webp",
},
{
src: "/images/archive/photos/IMG_0221.webp",
},
]

photos.reverse()
Expand Down
36 changes: 36 additions & 0 deletions pages/archive/posts/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,42 @@ const posts = [
src: '<div style="padding: 56.25% 0 0 0; position: relative"><div style="height:100%;left:0;position:absolute;top:0;width:100%"><iframe height="100%" width="100%;" src="https://embed.wave.video/BxJWyuZLr0yAivNJ" frameborder="0" allow="autoplay; fullscreen" scrolling="no"></iframe></div></div>',
type: "video",
},
{
src: "/images/archive/posts/design-engineer.webp",
type: "image",
},
{
src: "/images/archive/posts/figjam-3d.webp",
type: "image",
},
{
src: "/images/archive/posts/figma-figjam.webp",
type: "image",
},
{
src: "/images/archive/posts/google-maps-reviews-redesign.webp",
type: "image",
},
{
src: "/images/archive/posts/letter-section-redesign.webp",
type: "image",
},
{
src: "/images/archive/posts/life-changelog.webp",
type: "image",
},
{
src: "/images/archive/posts/review-form.webp",
type: "image",
},
{
src: "/images/archive/posts/review-logo.webp",
type: "image",
},
{
src: "/images/archive/posts/rmt-components.webp",
type: "image",
},
] as Post[]

posts.reverse()
Expand Down
Binary file added public/images/archive/photos/IMG_0021.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_0053.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_0071.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_0168.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_0213.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_0221.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_8736.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_8815.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_8880.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_8899.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_8924.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_9019.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_9125.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_9828.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_9910.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_9936.webp
Binary file not shown.
Binary file added public/images/archive/photos/IMG_9942.webp
Binary file not shown.
Binary file added public/images/archive/posts/design-engineer.webp
Binary file not shown.
Binary file added public/images/archive/posts/figjam-3d.webp
Binary file not shown.
Binary file added public/images/archive/posts/figma-figjam.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added public/images/archive/posts/life-changelog.webp
Binary file not shown.
Binary file added public/images/archive/posts/review-form.webp
Binary file not shown.
Binary file added public/images/archive/posts/review-logo.webp
Binary file not shown.
Binary file added public/images/archive/posts/rmt-components.webp
Binary file not shown.

0 comments on commit 18d9239

Please sign in to comment.