-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from nnecec/dev
0.5
- Loading branch information
Showing
35 changed files
with
1,442 additions
and
1,180 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
...require('@nnecec/prettier-config'), | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import LeicaLogo from '../assets/leica.svg' | ||
import ZeissLogo from '../assets/zeiss.svg' | ||
|
||
export const logo = { | ||
leica: LeicaLogo, | ||
zeiss: ZeissLogo, | ||
} | ||
export { default as LeicaLogo } from '../assets/leica.svg' | ||
export { default as ZeissLogo } from '../assets/zeiss.svg' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import { Caveat } from 'next/font/google' | ||
|
||
import type { FrameMode } from '~/core/utils/types' | ||
|
||
const caveat = Caveat({ subsets: ['latin'] }) | ||
|
||
export const PolaroidFrame: FrameMode = { | ||
frame: { | ||
className: 'pt-6 pb-28 px-6 bg-white', | ||
items: [ | ||
{ | ||
children: 'T.S', | ||
props: { | ||
className: ['absolute bottom-8 left-6 text-4xl text-black', caveat.className], | ||
}, | ||
}, | ||
{ | ||
children: '1989', | ||
props: { | ||
className: ['absolute bottom-8 right-6 text-4xl text-black', caveat.className], | ||
}, | ||
}, | ||
], | ||
}, | ||
logo: 'insta', | ||
name: 'Polaroid', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import Image from 'next/image' | ||
|
||
import type { FrameMode } from '~/core/utils/types' | ||
|
||
import { LeicaLogo } from '../assets' | ||
|
||
export const XiaomiLeicaFrame: FrameMode = { | ||
frame: { | ||
className: 'pb-20 bg-white', | ||
items: [ | ||
{ | ||
children: 'XIAOMI 14 PRO', | ||
props: { | ||
className: 'absolute text-black bottom-6 left-5 font-bold', | ||
}, | ||
}, | ||
{ | ||
component: Image, | ||
props: { | ||
alt: 'leica svg', | ||
className: 'absolute text-black bottom-6 right-5', | ||
height: 30, | ||
src: LeicaLogo, | ||
width: 30, | ||
}, | ||
}, | ||
], | ||
}, | ||
logo: 'leica', | ||
name: 'Xiaomi x Leica', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
464a188
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
deco – ./
deco-nnecec.vercel.app
decox.vercel.app
deco-git-main-nnecec.vercel.app