Skip to content

Commit

Permalink
parecchie aggiunte sostanziali
Browse files Browse the repository at this point in the history
ad esempio il primo mercoldì stanno inserite delle informazioni statiche per vedere come uscirebbe
  • Loading branch information
loperfido committed Nov 5, 2024
1 parent a4bc407 commit 4424faa
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 5 deletions.
180 changes: 180 additions & 0 deletions 6_11_24.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
<!DOCTYPE html>
<html lang="it">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>6/11/24</title>
<link rel="stylesheet" href="style.css">
</head>

<body>
<nav>
<a class="sinistra" href="index.html"></a>
<a class="centro" id="giorno">Mer 22 Nov 2024</a>
<a class="destra" id="settimana_successiva"></a>
<a class="destra_destra" id="settimana_precedente"></a>
</nav>

<br><br><br><br>
<article class="span">
<p>Acustica</p>
<table>
<tr>
<td>Mixer</td>
<td>Cristian Loperfido</td>
</tr>
<tr>
<td>Monitor</td>
<td>Andrea Goffredo</td>
</tr>
</table>

<br>
<p>Cantici</p>
<table>
<tr>
<td>Iniziale</td>
<td>133</td>
</tr>
<tr>
<td>Centrale</td>
<td>183</td>
</tr>
<tr>
<td>Finale</td>
<td>28</td>
</tr>
</table>

<br>
<p>Microfonisti</p>
<table>
<tr>
<td>Sinistra</td>
<td>Cristian Loperfido</td>
</tr>
<tr>
<td>Centro</td>
<td>Andrea Goffredo</td>
</tr>
<tr>
<td>Destra</td>
<td>Marco Goffredo</td>
</tr>
</table>

<br>
<p>Uscieri</p>
<table>
<tr>
<td>Primo</td>
<td>Cristian Loperfido</td>
</tr>
<tr>
<td>Secondo</td>
<td>Andrea Goffredo</td>
</tr>
<tr>
<td>Terzo</td>
<td>Marco Goffredo</td>
</tr>
<tr>
<td>Monstascale</td>
<td>Cristian Loperfido</td>
</tr>
<tr>
<td>Asta</td>
<td>Cristian Loperfido</td>
</tr>
</table>

<br>
<p>Adunanza</p>
<table>
<tr>
<td>Presidente</td>
<td>Cristian Loperfido</td>
</tr>
<tr>
<td>Preghiera Inizio</td>
<td>Andrea Goffredo</td>
</tr>
<tr>
<td>Preghiera Fine</td>
<td>Marco Goffredo</td>
</tr>
</table>

<br>
<p>Mercoledì</p>
<table>
<tr>
<td>Tesori</td>
<td>Cristian Loperfido</td>
</tr>
<tr>
<td>Gemme</td>
<td>Andrea Goffredo</td>
</tr>
<tr>
<td>Lettura Bibbia</td>
<td>Marco Goffredo</td>
</tr>

<tr>
<td>Efficaci Ministero 1</td>
<td>Andrea Goffredo</td>
</tr>
<tr>
<td>Efficaci Ministero 2</td>
<td>Andrea Goffredo</td>
</tr>
<tr>
<td>Efficaci Ministero 3</td>
<td>Andrea Goffredo</td>
</tr>

<tr>
<td>Vita Cristiana</td>
<td>Cristian Loperfido</td>
</tr>
<tr>
<td>Bisogni Locali</td>
<td>Marco Goffredo</td>
</tr>
<tr>
<td>Conduttore Studio</td>
<td>Cristian Loperfido</td>
</tr>
<tr>
<td>Lettore Studio</td>
<td>Andrea Goffredo</td>
</tr>
</table>

<br>
<p>Domenica</p>
<table>
<tr>
<td>Oratore</td>
<td>Cristian Loperfido</td>
</tr>
<tr>
<td>Conduttore Rivista</td>
<td>Andrea Goffredo</td>
</tr>
<tr>
<td>Lettore Rivista</td>
<td>Marco Goffredo</td>
</tr>
</table>
</article>

<footer>
<a class="sinistra" href="bug.html">Bug</a>
<a class="destra" href="info.html">?</a>
</footer>
</body>

</html>
2 changes: 1 addition & 1 deletion bug.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Info</title>
<title>Bug</title>
<link rel="stylesheet" href="style.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1><b>Night</b>Role</h1>
<br><br><br>

<div>
<br><a href="">Mer 6 Nov 24</a><br><br>
<br><a href="6_11_24.html">Mer 6 Nov 24</a><br><br>
<hr>

<br><a href="">Dom 10 Nov 24</a><br><br>
Expand Down
92 changes: 89 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ div hr {

footer {
position: absolute;
position: fixed;

bottom: 0;
width: 100%;

Expand All @@ -109,8 +111,9 @@ footer a {
color: black;
text-decoration: none;
font-size: 11px;
padding-bottom: 20px;

padding-bottom: 15px;
background-color: #ffffe0;
padding-top: 10px;
}

footer a:hover {
Expand All @@ -135,7 +138,7 @@ footer .destra {
article {
width: 80%;
margin-left: 10%;
height: 452px;
height: 470px;

/* Nasconde la barra di scorrimento */
scrollbar-width: none;
Expand Down Expand Up @@ -296,4 +299,87 @@ article t {
font-weight: 100;
opacity: 20%;
font-size: 10px;
}

/* Date */

nav {
padding-top: 10px;
padding-bottom: 10px;
position: absolute;
top: 0;
width: 100%;
position: fixed;
display: flex;
background-color: #e0e0af;
border-bottom: 3px solid darkgoldenrod;
}

nav a {
color: black;
text-decoration: none;
font-size: 15px;
}

nav a:hover {
text-decoration: underline;
}

nav .sinistra {
width: 28%;
text-align: left;
padding-left: 20px;
}

nav .centro {
width: 33%;
text-align: center;
}

nav .destra {
width: 20%;
text-align: right;

}

nav .destra_destra {
width: 2%;
text-align: right;
margin-right: 10px;
margin-left: 15px;
}

.span {
width: 90%;
margin-left: 5%;
height: 550px;
}

.span p {
text-align: center;
border: 1px solid #ffffe0;
border-bottom: 0px;
font-weight: 800;
background-color: darkgoldenrod !important;
padding-bottom: 5px;
padding-top: 5px;
color: white;
}

table {
width: 100%;
border-collapse: collapse;
background-color: #dddd9b;
}

td {
width: 50%;
/* colore bordi */
border: 2px solid #ffffe0;
padding: 5px;
text-align: center;
}

tr:nth-child(even) {
background-color: #e0e0af;
}

0 comments on commit 4424faa

Please sign in to comment.