diff --git a/pages/index.tsx b/pages/index.tsx index c08b1b3..1b9965c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -2,122 +2,38 @@ import Head from 'next/head' import Image from 'next/image' import { Inter } from '@next/font/google' import styles from '../styles/Home.module.css' - +import Button from '../components/Button' const inter = Inter({ subsets: ['latin'] }) export default function Home() { return ( <> - Create Next App - + Lio's Gallery +
-
-

- Get started by editing  - pages/index.tsx -

-
- - By{' '} - Vercel Logo - -
-
- +
Next.js Logo -
- 13 -
- -

- Docs -> -

-

- Find in-depth information about Next.js features and API. -

-
- - -

- Learn -> -

-

- Learn about Next.js in an interactive course with quizzes! -

-
- - -

- Templates -> -

-

- Discover and deploy boilerplate example Next.js projects. -

-
- - -

- Deploy -> -

-

- Instantly deploy your Next.js site to a shareable URL - with Vercel. -

-
+
) -} +} \ No newline at end of file diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/thirteen.svg b/public/thirteen.svg deleted file mode 100644 index 8977c1b..0000000 --- a/public/thirteen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/styles/Home.module.css b/styles/Home.module.css index 27dfff5..c31e11d 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -73,7 +73,7 @@ } .center { - display: flex; + display: inline-flexbox; justify-content: center; align-items: center; position: relative; @@ -97,60 +97,17 @@ .center::before, .center::after { - content: ''; + content: ""; left: 50%; position: absolute; filter: blur(45px); transform: translateZ(0); } -.logo, -.thirteen { +.logo { position: relative; } -.thirteen { - display: flex; - justify-content: center; - align-items: center; - width: 75px; - height: 75px; - padding: 25px 10px; - margin-left: 16px; - transform: translateZ(0); - border-radius: var(--border-radius); - overflow: hidden; - box-shadow: 0px 2px 8px -1px #0000001a; -} - -.thirteen::before, -.thirteen::after { - content: ''; - position: absolute; - z-index: -1; -} - -/* Conic Gradient Animation */ -.thirteen::before { - animation: 6s rotate linear infinite; - width: 200%; - height: 200%; - background: var(--tile-border); -} - -/* Inner Square */ -.thirteen::after { - inset: 0; - padding: 1px; - border-radius: var(--border-radius); - background: linear-gradient( - to bottom right, - rgba(var(--tile-start-rgb), 1), - rgba(var(--tile-end-rgb), 1) - ); - background-clip: content-box; -} - /* Enable hover only on non-touch devices */ @media (hover: hover) and (pointer: fine) { .card:hover { @@ -164,10 +121,6 @@ } @media (prefers-reduced-motion) { - .thirteen::before { - animation: none; - } - .card:hover span { transform: none; } @@ -262,8 +215,7 @@ filter: invert(1); } - .logo, - .thirteen img { + .logo { filter: invert(1) drop-shadow(0 0 0.3rem #ffffff70); } }