-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
94 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<meta http-equiv="refresh" content="0; url=src/index.html"> | ||
<meta http-equiv="refresh" content="0; url=src/index.html"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html lang="it-IT"> | ||
<head> | ||
<!-- META --> | ||
<meta charset="UTF-8"> | ||
<meta name="author" content="FLAK-ZOSO"> | ||
<meta name="keywords" content="HTML, CSS, JavaScript"> | ||
<meta name="description" content="Il Lioy ha un nuovo giornalino: Il Lioydiano"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- TITLE --> | ||
<title>Il Lioy ha un nuovo giornalino: Il Lioydiano</title> | ||
|
||
<!-- ICONS --> | ||
<link rel="icon" type="ico" href="../img/favicon.ico?"> | ||
|
||
<!-- STYLE --> | ||
<link rel="stylesheet" href="css/a.css"> | ||
<link rel="stylesheet" href="css/div.css"> | ||
<link rel="stylesheet" href="css/paragraph.css"> | ||
<link rel="stylesheet" href="css/Il-Lioydiano-mobile.css"> | ||
</head> | ||
|
||
<body id="body" class="bodyRed"> | ||
<!-- Autore e data --> | ||
<div id="intro"> | ||
<p class="paragraphRed"> | ||
Questo articolo è stato scritto da <a class="red-blue" href="Asia-Marcheluzzo.html">Asia Marcheluzzo</a> e formattato da <a class="red-blue" href="https://github.com/FLAK-ZOSO">FLAK-ZOSO</a>.<br> É stato pubblicato il 19 Dicembre 2021. | ||
</p> | ||
</div> | ||
|
||
<!-- Intestazione --> | ||
<h1 id="Titolo" class="titleRed">Il Lioy ha un nuovo giornalino</h1> | ||
|
||
<!-- Paragrafo --> | ||
<div id="bodyDiv"> | ||
<p id="Paragrafo" class="paragraphRed"> | ||
Da quest’anno il Liceo Lioy terrà un giornalino a cui si potrà accedere tramite <code class="square">QR Code</code> e sito.<br><br> | ||
|
||
<p class="paragraphRed">Ti senti portato per il giornalismo?<br> | ||
Hai una goccia di inchiostro nel sangue?<br> | ||
Sei innamorato delle notizie?<br><br> | ||
|
||
Questo è il progetto che fa per te!</p> | ||
|
||
<h1 class="titleRed">Partecipa!</h1> | ||
</p> | ||
<p class="paragraphRed"> | ||
Le richieste di partecipazione sono libere, per gli interessati compilare il modulo | ||
<a class="red-blue" href="https://docs.google.com/forms/d/e/1FAIpQLSevUqCIZbA3PxKKAHZzWSWSBtFdV0Yu2nyu1j-vniecgvmG4A/viewform?usp=pp_url" target="_blank">cliccando qui</a>.<br><br> | ||
|
||
In caso di problemi con il modulo puoi contattarci <a class="red-blue" href="email.html" target="_blank">qui</a>.<br> | ||
</p> | ||
</div> | ||
|
||
<!-- Citazione e fonte --> | ||
<h1 class="titleRed">VI ASPETTIAMO NUMEROSI!</h1> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#body { | ||
background-color: rgb(0, 0, 0); | ||
color: red; | ||
align-self: center; | ||
align-content: center; | ||
text-align: center; | ||
} | ||
#intro, #bodyDiv { | ||
border-radius: 20px; | ||
border: 1px white groove; | ||
width: 100%; | ||
margin-left: auto; | ||
margin-right: auto; | ||
background-color: black; | ||
} | ||
#Titolo { | ||
padding-bottom: 5px; | ||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | ||
font-size: x-large; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters