Riaggiunte le icone

main-old
Antonio De Lucreziis 3 years ago
parent a2582c884b
commit b9444b4687

@ -3,6 +3,8 @@ body.dark-mode {
--bg: #282828; --bg: #282828;
--fg: #a6cc92; --fg: #a6cc92;
/* --fg: #6eac4d; */ /* --fg: #6eac4d; */
/* Magari questo: */
/* --fg: #a3b09c; */
--bg-dark: hsl(10, 10%, 20%); --bg-dark: hsl(10, 10%, 20%);
--bg-darker: hsl(10, 10%, 17%); --bg-darker: hsl(10, 10%, 17%);

@ -5,6 +5,7 @@
{{define "body"}} {{define "body"}}
<section> <section>
<h2> <h2>
<i class="fas fa-link"></i>
Link Utili Link Utili
</h2> </h2>
<p class="center"> <p class="center">

@ -4,7 +4,10 @@
{{define "body"}} {{define "body"}}
<section> <section>
<h2>Account di Poisson</h2> <h2>
<i class="fas fa-user"></i>
Account di Poisson
</h2>
<div class="card-list"> <div class="card-list">
<form class="card" action="/login" method="POST"> <form class="card" action="/login" method="POST">
<div class="title"> <div class="title">

@ -4,7 +4,10 @@
{{define "body"}} {{define "body"}}
<section> <section>
<h2>Notizie Importanti</h2> <h2>
<i class="far fa-newspaper"></i>
Notizie Importanti
</h2>
<div class="card-list"> <div class="card-list">
{{ range .Articles }} {{ range .Articles }}
{{ if .Important }} {{ if .Important }}

@ -5,6 +5,7 @@
{{define "body"}} {{define "body"}}
<section> <section>
<h2> <h2>
<i class="fas fa-users"></i>
Lista degli Utenti Lista degli Utenti
</h2> </h2>
<p> <p>

Loading…
Cancel
Save