mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-01-05 14:16:41 +01:00
Fix bug and add a download link
This commit is contained in:
parent
367168b77a
commit
3ae98132f9
@ -1,5 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
|
||||
<!-- Animazione pulsanti -->
|
||||
@ -44,13 +43,11 @@
|
||||
|
||||
<!-- Titolo centrale del sito -->
|
||||
|
||||
<div style="font-family:verdana";align='center'><h1>1 Elettrici | Engim Veneto SFP Turazza</h1></div>
|
||||
<div style="verdana";align='center'><h1>1 Elettrici | Engim Veneto SFP Turazza</h1></div>
|
||||
<div align='center' style='padding:4px;'>
|
||||
|
||||
<!-- Immagine orario classe -->
|
||||
|
||||
<link rel="icon" href="orario.png">
|
||||
|
||||
<span style="border:2px; padding:4px; width:150px"><a href='https://1elci.it/orario/orario.html'>ORARIO</a></span>
|
||||
<span style="padding:4px; width:150px"><a href='https://1elci.it/calendario/calendario.html'>CALENDARIO</a></span>
|
||||
|
||||
|
@ -69,6 +69,9 @@
|
||||
<label for="switch">Toggle</label>
|
||||
</div>
|
||||
|
||||
<center>
|
||||
<a href="orario.png" download="Orario scuola">📤 Scarica l'orario</a>
|
||||
</center>
|
||||
<!-- Script per far funzionare l'animazione e per far funzionare lo switch light e dark -->
|
||||
|
||||
<script src="https://1elci.it/function.js"></script>
|
||||
|
15
style.css
15
style.css
@ -133,4 +133,19 @@ a:logo {
|
||||
.theme-dark {
|
||||
--color-background: #30110d;
|
||||
-color: #f2bc94;
|
||||
}
|
||||
|
||||
.download-orario {
|
||||
background: #2ab1ce;
|
||||
position: absolute;
|
||||
color: #fff;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user