start to make home nice
This commit is contained in:
parent
414d31a3cc
commit
a3ca2636e1
4 changed files with 96 additions and 81 deletions
|
|
@ -132,7 +132,6 @@ h1 {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
|
||||
#nostr-signup-button p {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,10 +4,22 @@
|
|||
<title>Seca home</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/css/seca.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>seca</h1>
|
||||
<div class="over-background">
|
||||
<h1>la seca</h1>
|
||||
<p>Bienvenido a la seca</p>
|
||||
</div>
|
||||
<div class="over-background">
|
||||
<button class="button-primary">Ver ofertas</button>
|
||||
<button class="button-primary">Crear oferta</button>
|
||||
<button class="button-primary">Buscar confiados</button>
|
||||
</div>
|
||||
<div class="over-background">
|
||||
<h2>Compraventas activas</h2>
|
||||
<p>Vaya, parece que no hay nada...</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,11 @@
|
|||
</figure>
|
||||
<p>Usa tu extensión de Nostr para darte de alta:</p>
|
||||
<form onsubmit="acceptInvite();return false">
|
||||
<button id="nostr-signup-button" type="submit" class="button-large button-nostr">
|
||||
<button
|
||||
id="nostr-signup-button"
|
||||
type="submit"
|
||||
class="button-large button-nostr"
|
||||
>
|
||||
<figure>
|
||||
<img
|
||||
src="/img/white_ostrich.svg"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<title>Hello World</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/css/seca.css">
|
||||
<link rel="stylesheet" href="/css/seca.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -14,13 +14,13 @@
|
|||
<img class="logo" src="/img/laseca_logo_white.png" width="25%" />
|
||||
</figure>
|
||||
<form onsubmit="login();return false">
|
||||
<button id="login-button" type="submit" class="button-large button-nostr">
|
||||
<button
|
||||
id="login-button"
|
||||
type="submit"
|
||||
class="button-large button-nostr"
|
||||
>
|
||||
<figure>
|
||||
<img
|
||||
src="/img/white_ostrich.svg"
|
||||
width="40%"
|
||||
margin="-5% -5%"
|
||||
/>
|
||||
<img src="/img/white_ostrich.svg" width="40%" margin="-5% -5%" />
|
||||
</figure>
|
||||
<p>Login con Nostr</p>
|
||||
</button>
|
||||
|
|
@ -47,8 +47,8 @@
|
|||
style="display: none"
|
||||
>
|
||||
<p>
|
||||
¡Atención! No se ha encontrado una extensión de Nostr en tu
|
||||
navegador. Puedes usar:
|
||||
¡Atención! No se ha encontrado una extensión de Nostr en tu navegador.
|
||||
Puedes usar:
|
||||
</p>
|
||||
<p><strong>Firefox</strong></p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue