feat: link to whatever social

This commit is contained in:
httpjamesm
2023-05-24 00:03:07 -04:00
parent 15fe550183
commit d287d7db7e
2 changed files with 14 additions and 7 deletions
+5
View File
@@ -35,6 +35,11 @@ body {
align-items: center;
}
.hero .container a {
text-decoration: none;
color: white;
}
.hero .container .title {
display: flex;
gap: 1rem;
+9 -7
View File
@@ -46,13 +46,15 @@
</div>
<section class="hero">
<div class="container">
<div class="title">
<img
src="/static/assets/logo.png"
alt="Whatever Social Logo"
/>
<h1>Launchpad</h1>
</div>
<a href="https://whatever.social">
<div class="title">
<img
src="/static/assets/logo.png"
alt="Whatever Social Logo"
/>
<h1>Launchpad</h1>
</div>
</a>
<form action="/">
<div class="url-input">
<input