File tree 12 files changed +18
-17
lines changed
12 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ export async function GET(request: Request) {
56
56
style = { { justifyContent : 'space-between' } }
57
57
>
58
58
< Bunny tw = "h-64 w-64" />
59
- < div tw = "h-[128px] w-[2px] bg-gray -600 mx-8" />
59
+ < div tw = "h-[128px] w-[2px] bg-stone -600 mx-8" />
60
60
< div tw = "flex flex-col" >
61
- < p tw = "text-gray -200 text-5xl" style = { { fontFamily : '"Ubuntu"' } } >
61
+ < p tw = "text-stone -200 text-5xl" style = { { fontFamily : '"Ubuntu"' } } >
62
62
{ title }
63
63
</ p >
64
- < p tw = "text-gray -200 text-3xl" style = { { fontFamily : '"Sofia"' } } >
64
+ < p tw = "text-stone -200 text-3xl" style = { { fontFamily : '"Sofia"' } } >
65
65
{ description }
66
66
</ p >
67
67
</ div >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const revalidate = 604800;
9
9
export default async function Gallery ( ) {
10
10
const urls = await getImageUrls ( ) ;
11
11
return (
12
- < div className = "flex flex-1 flex-col h-full gap-y-10 w-full justify-start mb-12 text-gray -200" >
12
+ < div className = "flex flex-1 flex-col h-full gap-y-10 w-full justify-start mb-12 text-stone -200" >
13
13
< div >
14
14
< p className = "sm:text-3xl text-3xl" > Gallery</ p >
15
15
< p className = "sm:text-xl text-xl" > Sometimes I 📸 stuff.</ p >
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ export default function RootLayout({
17
17
< html lang = "en" className = { portfolioFont . className } >
18
18
< body >
19
19
< Providers >
20
- < main className = "text-cappuccino no-scrollbar flex h-full min-h-screen w-full flex-col items-center justify-center bg-gradient-to-tr from-black to-gray-800 bg-fixed sm:p-24 p-6" >
20
+ < main className = "text-cappuccino no-scrollbar flex h-full min-h-screen w-full flex-col items-center justify-center bg-gradient-to-tr from-black to-stone-800 bg-fixed sm:p-24 p-6" >
21
+ { /* <main className="text-cappuccino no-scrollbar flex h-full min-h-screen w-full flex-col items-center justify-center bg-stone-950 bg-fixed sm:p-24 p-6"> */ }
21
22
< Navigation />
22
23
{ children }
23
24
{ /* <Footer /> */ }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function NotFound() {
9
9
src = "/bunnysden.svg"
10
10
className = "h-4/5 w-4/5 flex-1 md:h-1/3 md:w-1/3"
11
11
/>
12
- < p className = "text-md text-center md:text-xl text-gray -200" >
12
+ < p className = "text-md text-center md:text-xl text-stone -200" >
13
13
404: You ain't gonna find anything here
14
14
</ p >
15
15
< ExoticLink aria-label = "Go to homepage" noEnlarge href = "/" >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default function Home() {
16
16
src = "bunnysden.svg"
17
17
className = "h-4/5 w-4/5 flex-1 md:h-1/3 md:w-1/3"
18
18
/>
19
- < div className = "font-mono text-2xl text-gray -300 max-w-full" >
19
+ < div className = "font-mono text-2xl text-stone -300 max-w-full" >
20
20
< Typewriter
21
21
options = { { cursor : '█' } }
22
22
onInit = { ( typewriter ) => {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const metadata = {
6
6
7
7
export default function Projects ( ) {
8
8
return (
9
- < div className = "flex flex-1 flex-col h-full gap-y-10 w-full justify-start mb-12 text-gray -200" >
9
+ < div className = "flex flex-1 flex-col h-full gap-y-10 w-full justify-start mb-12 text-stone -200" >
10
10
< div >
11
11
< p className = "sm:text-3xl text-3xl" > Projects</ p >
12
12
< p className = "sm:text-xl text-xl" > I 🤍 building things.</ p >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { PERSONAL } from '@/constants/data.mjs';
7
7
8
8
export default function AboutMe ( ) {
9
9
return (
10
- < div className = "flex max-w-5xl flex-1 flex-col content-center items-center justify-center text-gray -200 md:flex-row" >
10
+ < div className = "flex max-w-5xl flex-1 flex-col content-center items-center justify-center text-stone -200 md:flex-row" >
11
11
< motion . div
12
12
initial = { { scale : 0.3 , opacity : 0 } }
13
13
animate = { { scale : 1 , opacity : 1 } }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function GallerySkeleton() {
9
9
key = { index }
10
10
className = "w-full xl:w-1/3 2xl:w-1/4 flex justify-center"
11
11
>
12
- < div className = "h-[1024px] w-[512px] bg-gray -200 rounded-lg" />
12
+ < div className = "h-[1024px] w-[512px] bg-stone -200 rounded-lg" />
13
13
</ div >
14
14
) ) }
15
15
</ div >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default function Menu({ isOpen }: MenuProps) {
22
22
leave = "transition duration-500 ease-out"
23
23
leaveFrom = "transform scale-100 opacity-100"
24
24
leaveTo = "transform scale-60 opacity-0"
25
- className = "z-90 fixed inset-0 flex flex-col bg-gradient-to-tr from-black to-gray -800"
25
+ className = "z-90 fixed inset-0 flex flex-col bg-gradient-to-tr from-black to-stone -800"
26
26
>
27
27
< div className = "flex flex-1 flex-col items-center justify-center space-y-4 text-2xl" >
28
28
{ MENUS . map ( ( menu : MenuInput ) =>
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function Navigation() {
17
17
return (
18
18
< >
19
19
< div className = "fixed left-1/2 bottom-4 transform -translate-x-1/2 z-50 md:left-6 lg:bottom-auto md:top-6 md:transform-none" >
20
- < div className = "max-sm:bg-gradient-to-bl from-gray -700/40 to-gray -800/50 backdrop-blur-md md:backdrop-blur-none p-1 lg:p-0 rounded-full" >
20
+ < div className = "from-stone -700/40 to-stone -800/50 backdrop-blur-md md:backdrop-blur-none p-1 lg:p-0 rounded-full" >
21
21
< Hamburger
22
22
aria-label = "Open menu"
23
23
size = { 24 }
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export default function ProfileCard() {
61
61
< div className = "w-full max-w-lg" style = { { perspective : '1000px' } } >
62
62
< div
63
63
ref = { cardRef }
64
- className = "transition-transform duration-100 transform-gpu shadow-2xl rounded-xl bg-gradient-to-tr from-gray -800/50 p-4 to-gray -900/50"
64
+ className = "transition-transform duration-100 transform-gpu shadow-2xl rounded-xl bg-gradient-to-tr from-stone -800/50 p-4 to-stone -900/50"
65
65
style = { { transformStyle : 'preserve-3d' } }
66
66
>
67
67
< div className = "flex flex-col items-center pb-2" >
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export default function ProjectCard({
118
118
< Card
119
119
isFooterBlurred
120
120
className = { clsx (
121
- 'dark border-none h-72 w-full max-w-[512px] bg-gradient-to-bl from-gray -700/40 to-gray -800/50' ,
121
+ 'dark border-none h-72 w-full max-w-[512px] bg-gradient-to-bl from-stone -700/40 to-stone -800/50' ,
122
122
highlight ? 'animate-glow' : '' ,
123
123
) }
124
124
isBlurred
@@ -127,13 +127,13 @@ export default function ProjectCard({
127
127
>
128
128
{ showClickMe &&
129
129
( hideProjectCardOverlay ? null : (
130
- < div className = "absolute flex backdrop-blur-md h-full w-full inset-0 z-10 rounded-lg bg-gradient-to-b from-black/50 to-gray -900/50 items-center justify-center" >
130
+ < div className = "absolute flex backdrop-blur-md h-full w-full inset-0 z-10 rounded-lg bg-gradient-to-b from-black/50 to-stone -900/50 items-center justify-center" >
131
131
< p className = "animate-pulse text-xl" >
132
132
Click me for more info!
133
133
</ p >
134
134
</ div >
135
135
) ) }
136
- < CardHeader className = "justify-between py-1 absolute rounded-xl bg-gradient-to-bl from-gray -700/90 to-gray -800/80 top-1 w-[calc(100%_-_8px)] shadow-lg ml-1 z-10" >
136
+ < CardHeader className = "justify-between py-1 absolute rounded-xl bg-gradient-to-bl from-stone -700/90 to-stone -800/80 top-1 w-[calc(100%_-_8px)] shadow-lg ml-1 z-10" >
137
137
< div className = "flex flex-col" >
138
138
< p className = "text-lg items-start sm:text-xl" > { title } </ p >
139
139
</ div >
@@ -166,7 +166,7 @@ export default function ProjectCard({
166
166
{ /* Back face */ }
167
167
< Card
168
168
className = { clsx (
169
- 'dark border-none h-72 w-full max-w-[512px] bg-gradient-to-bl from-gray -700/40 to-gray -800/50' ,
169
+ 'dark border-none h-72 w-full max-w-[512px] bg-gradient-to-bl from-stone -700/40 to-stone -800/50' ,
170
170
highlight ? 'animate-glow' : '' ,
171
171
) }
172
172
isPressable
You can’t perform that action at this time.
0 commit comments