Completamento pagina evento Videogiochi Liberi

This commit is contained in:
Fabio Lovato 2023-05-21 17:01:29 +02:00
parent 12514b609c
commit 4f433803a4
3 changed files with 181 additions and 108 deletions

View File

@ -289,31 +289,87 @@ ul.share-icons li > * .label {
color: #e2e2e2;
outline: none;
}
.share-btn .widget-social__link-icon {
margin: 0;
}
.share-btn.mastodon { background: #3088d4; }
.share-btn.twitter { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook { background: #3B5998; }
.share-btn.linkedin { background: #4875B4; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.pinterest { background: #BD081C; }
.share-btn.reddit { background: #ff5700; }
.share-btn.email { background: #444444; }
.share-btn.whatsapp { background: #25d366; }
.share-btn.mastodon {
background: #3088d4;
}
.share-btn.twitter {
background: #55acee;
}
.share-btn.google-plus {
background: #dd4b39;
}
.share-btn.facebook {
background: #3B5998;
}
.share-btn.linkedin {
background: #4875B4;
}
.share-btn.stumbleupon {
background: #EB4823;
}
.share-btn.pinterest {
background: #BD081C;
}
.share-btn.reddit {
background: #ff5700;
}
.share-btn.email {
background: #444444;
}
.share-btn.whatsapp {
background: #25d366;
}
.share-btn.mastodon:hover { background: #3583c7; }
.share-btn.twitter:hover { background: #4c9ad6; }
.share-btn.google-plus:hover { background: #c64333; }
.share-btn.facebook:hover { background: #2f4779; }
.share-btn.linkedin:hover { background: #4069a2; }
.share-btn.stumbleupon:hover { background: #d3401f; }
.share-btn.pinterest:hover { background: #AD0000; }
.share-btn.reddit:hover { background: #e54e00; }
.share-btn.email:hover { background: #363636; }
.share-btn.mastodon:hover {
background: #3583c7;
}
.share-btn.twitter:hover {
background: #4c9ad6;
}
.share-btn.google-plus:hover {
background: #c64333;
}
.share-btn.facebook:hover {
background: #2f4779;
}
.share-btn.linkedin:hover {
background: #4069a2;
}
.share-btn.stumbleupon:hover {
background: #d3401f;
}
.share-btn.pinterest:hover {
background: #AD0000;
}
.share-btn.reddit:hover {
background: #e54e00;
}
.share-btn.email:hover {
background: #363636;
}
p {
margin: 0.5em 0;
@ -334,6 +390,7 @@ p{
line-height: 1em;
border: none;
}
.quick-div>.url {
text-decoration: none;
color: #fff;
@ -373,6 +430,11 @@ p{
transform: translateY(2px);
}
.big-button.green {
border-color: #007306;
color: #007306;
}
hr {
border: 2px dashed #bbb;
margin: 30px 0;
@ -389,3 +451,7 @@ hr{
margin: 0 0 0.5em 0;
color: #444;
}
.text-center {
text-align: center;
}

View File

@ -34,6 +34,10 @@ Esiste la necessità di creare alternative che siano accessibili a tuttɜ. **Min
L'evento si terrà da remoto, significa che potrai partecipare comodamente da casa collegandoti dal tuo computer all'indirizzo che invieremo poco prima dell'inizio. Consigliamo di attivare la webcam per vedersi tra partecipanti e interagire meglio, e di usare un computer per poter provare al momento Minetest o eventuali altri giochi proposti.
Conferma la tua presenza da qui:
{{< call-to-action title="✔️ Voglio partecipare" url="https://mobilizon.it/events/456231a8-aec2-43c6-97ba-fff1c974afa6" >}}
L'evento è organizzato in collaborazione con:
[![Etica Digitale](etica-digitale.png)](https://eticadigitale.org)

View File

@ -0,0 +1,3 @@
<div class="text-center">
<a href="{{ .Get "url" }}" class="big-button green" target="_blank">{{ .Get "title" }}</a>
</div>