Skip to content

Commit

Permalink
feat: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sspzoa committed Oct 8, 2024
1 parent 913984a commit 1c001f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@
body {
font-family: 'Wanted Sans Variable', sans-serif;
background-color: #FF6F61;
user-select: none;
}
</style>
</head>
<body>
<div class="h-[100dvh] flex flex-col justify-center items-center gap-12">
<div class="h-[100dvh] flex flex-col justify-center items-center gap-8">
<img draggable="false" src="static/logo.svg" alt="logo" class="h-24">
<div class="flex flex-row gap-4 text-lg text-white">
<a target="_blank" rel="noreferrer noopener" href="https://github.com/sspzoa/deening_app" class="cursor-pointer ease-in-out duration-300 hover:opacity-50">App</a>
<div class="flex flex-row gap-4 text-xl text-white">
<a target="_blank" rel="noreferrer noopener" href="https://github.com/sspzoa/deening_app" class="cursor-pointer ease-in-out duration-300 hover:opacity-50"><strong>App</strong></a>
<span>|</span>
<a target="_blank" rel="noreferrer noopener" href="https://github.com/sspzoa/deening-back" class="cursor-pointer ease-in-out duration-300 hover:opacity-50">Backend</a>
<a target="_blank" rel="noreferrer noopener" href="https://github.com/sspzoa/deening-back" class="cursor-pointer ease-in-out duration-300 hover:opacity-50"><strong>Backend</strong></a>
<span>|</span>
<a target="_blank" rel="noreferrer noopener" href="/docs" class="text-white cursor-pointer ease-in-out duration-300 hover:opacity-50">API Docs</a>
<a target="_blank" rel="noreferrer noopener" href="/docs" class="text-white cursor-pointer ease-in-out duration-300 hover:opacity-50"><strong>API Docs</strong></a>
</div>
</body>
</html>
12 changes: 12 additions & 0 deletions app/static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c001f8

Please sign in to comment.