mirror of
https://github.com/httpjamesm/launchpad-redirects.git
synced 2024-12-06 19:16:34 +01:00
feat: link to whatever social
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user