Skip to content

Commit

Permalink
Merge pull request #4 from Project263/feature/TA-1
Browse files Browse the repository at this point in the history
TA-1. Update main screen
  • Loading branch information
rLukoyanov authored Aug 19, 2024
2 parents 1fceee0 + 5f76fa3 commit 30e41b4
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 70 deletions.
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions public/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 2 additions & 10 deletions src/app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
align-items: center;
position: relative;
padding: 4rem 0;
flex-direction: column;
gap: 12px;
}

.center::before {
Expand Down Expand Up @@ -210,16 +212,6 @@
}
}

@media (prefers-color-scheme: dark) {
.vercelLogo {
filter: invert(1);
}

.logo {
filter: invert(1) drop-shadow(0 0 0.3rem #ffffff70);
}
}

@keyframes rotate {
from {
transform: rotate(360deg);
Expand Down
67 changes: 7 additions & 60 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,84 +6,31 @@ export default function Home() {
return (
<main className={styles.main}>
<div className={styles.description}>
<p>
Get started by editing&nbsp;
<code className={styles.code}>src/app/page.tsx</code>
</p>
<div>
<a
href="https://vercel.com?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer">
By{' '}
<Image
src="/vercel.svg"
alt="Vercel Logo"
className={styles.vercelLogo}
width={100}
height={24}
priority
/>
</a>
</div>
<p>Админка&nbsp;</p>
</div>

<div className={styles.center}>
<Image
className={styles.logo}
src="/next.svg"
src="/Logo.svg"
alt="Next.js Logo"
width={180}
height={37}
height={180}
priority
/>
<h1>Меняем вас к лучшему</h1>
</div>

<div className={styles.grid}>
<a
href="https://nextjs.org/docs?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
href="https://auth.theaesthetics.ru"
className={styles.card}
target="_blank"
rel="noopener noreferrer">
<h2>
Docs <span>-&gt;</span>
Вход <span>-&gt;</span>
</h2>
<p>Find in-depth information about Next.js features and API.</p>
</a>

<a
href="https://nextjs.org/learn?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
className={styles.card}
target="_blank"
rel="noopener noreferrer">
<h2>
Learn <span>-&gt;</span>
</h2>
<p>Learn about Next.js in an interactive course with&nbsp;quizzes!</p>
</a>

<a
href="https://vercel.com/templates?framework=next.js&utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
className={styles.card}
target="_blank"
rel="noopener noreferrer">
<h2>
Templates <span>-&gt;</span>
</h2>
<p>Explore starter templates for Next.js.</p>
</a>

<a
href="https://vercel.com/new?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
className={styles.card}
target="_blank"
rel="noopener noreferrer">
<h2>
Deploy <span>-&gt;</span>
</h2>
<p>
Instantly deploy your Next.js site to a shareable URL with Vercel.
</p>
<p>Вход в админку</p>
</a>
</div>
</main>
Expand Down

0 comments on commit 30e41b4

Please sign in to comment.