Skip to content

Commit

Permalink
apply app logo
Browse files Browse the repository at this point in the history
  • Loading branch information
minwook-shin committed Sep 5, 2023
1 parent f0ede5a commit e71a992
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ export default function Home() {
</div>

<div className="relative flex place-items-center before:absolute before:h-[300px] before:w-[480px] before:-translate-x-1/2 before:rounded-full before:bg-gradient-radial before:from-white before:to-transparent before:blur-2xl before:content-[''] after:absolute after:-z-20 after:h-[180px] after:w-[240px] after:translate-x-1/3 after:bg-gradient-conic after:from-sky-200 after:via-blue-200 after:blur-2xl after:content-[''] before:dark:bg-gradient-to-br before:dark:from-transparent before:dark:to-blue-700 before:dark:opacity-10 after:dark:from-sky-900 after:dark:via-[#0141ff] after:dark:opacity-40 before:lg:h-[360px] z-[-1]">
{/* <Image
<Image
className="relative dark:drop-shadow-[0_0_0.3rem_#ffffff70] dark:invert"
src="/next.svg"
alt="Next.js Logo"
width={180}
height={37}
src="/qiskit-classroom-icon.svg"
alt="Logo"
width={250}
height={250}
priority
/> */}
Preparing logo ...
/>
</div>

<div className="mb-32 grid text-center lg:max-w-5xl lg:w-full lg:mb-0 lg:grid-cols-2 lg:text-left">
Expand Down

0 comments on commit e71a992

Please sign in to comment.