-
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.
Deploy fermi-studenti/fermi-studenti.github.io to fermi-studenti/ferm…
…i-studenti.github.io:gh-pages
- Loading branch information
GitHub Actions
committed
Oct 22, 2023
0 parents
commit 3535765
Showing
114 changed files
with
26,856 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,171 @@ | ||
<!DOCTYPE html> | ||
<html lang="it" prefix="og: http://ogp.me/ns#"> | ||
|
||
<head> | ||
|
||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YTQDWNXD13"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() {dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-YTQDWNXD13'); | ||
</script> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="referrer" content="no-referrer-when-downgrade"> | ||
|
||
<title>Studenti del Liceo Fermi</title> | ||
<meta name="description" content="Il sito degli studenti del Liceo Scientifico E. Fermi di Padova."> | ||
|
||
|
||
<link rel="stylesheet" href="https://fermi-studenti.github.io/base.css"> | ||
<link rel="stylesheet" href="https://fermi-studenti.github.io/auto.css"> | ||
|
||
<link rel="preload" href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css as="style" | ||
onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript> | ||
<link rel="stylesheet" href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css> | ||
</noscript> | ||
|
||
|
||
|
||
|
||
<meta property="og:title" content="Studenti del Liceo Fermi"> | ||
<meta property="og:type" content="website"> | ||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
|
||
<header> | ||
<h1 class="site-header"> | ||
<a href="https://fermi-studenti.github.io">Studenti del Liceo Fermi</a> | ||
</h1> | ||
<nav> | ||
<ul> | ||
|
||
|
||
|
||
<li><a | ||
href="https://fermi-studenti.github.io/projects">Articoli</a></li> | ||
|
||
|
||
<li><a | ||
href="https://fermi-studenti.github.io/blog">Blog</a></li> | ||
|
||
|
||
<li><a | ||
href="https://fermi-studenti.github.io/giornalino">Giornalino</a></li> | ||
|
||
|
||
<li><a | ||
href="https://fermi-studenti.github.io/tags">Tag</a></li> | ||
|
||
|
||
<li><a | ||
href="https://fermi-studenti.github.io/about">Info</a></li> | ||
|
||
|
||
</ul> | ||
</nav> | ||
</header> | ||
|
||
|
||
<article class="post"> | ||
<header> | ||
<h1>404: Page not found</h1> | ||
</header> | ||
<div class="content"> | ||
The thing or page you're looking for cannot be found! | ||
Have a 404 derg instead: | ||
</div> | ||
<pre> | ||
^\ ^ | ||
/ \\ / \ | ||
/. \\/ \ |\___/| | ||
*----* / / | \\ \ __/ O O\ | ||
| / / / | \\ \_\/ \ \ | ||
/ /\/ / / | \\ _\/ '@___@ | ||
/ / / / | \\ _\/ |U | ||
| | / / | \\\/ | | ||
\ | /_ / | \\ ) \ _|_ | ||
\ \ ~-./_ _ | .- ; ( \_ _ _,\' | ||
~ ~. .-~-.|.-* _ {-, | ||
\ ~-. _ .-~ \ /\' | ||
\ } 404 { .* | ||
~. '-/ /.-~----. | ||
~- _ / >..----.\\\ | ||
~ - - - - ^}_ _ _ _ _ _ _.-\\\ | ||
</pre> | ||
</article> | ||
|
||
<footer> | ||
<p> | ||
|
||
<span class="icon-text"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href=https://www.instagram.com/liceofermi.rappresentanti/ aria-label="Open Instagram" target="_blank"> | ||
<span class="icon is-large"> | ||
<i class="fa-brands fa-instagram fa-lg" aria-hidden="true" title=Instagram></i> | ||
</span> | ||
</a> | ||
|
||
<a href=https://discord.gg/wQfZkGRsKH aria-label="Open Discord" target="_blank"> | ||
<span class="icon is-large"> | ||
<i class="fa-brands fa-discord fa-lg" aria-hidden="true" title=Discord></i> | ||
</span> | ||
</a> | ||
|
||
<a href=https://github.com/fermi-studenti aria-label="Open Github" target="_blank"> | ||
<span class="icon is-large"> | ||
<i class="fa-brands fa-github fa-lg" aria-hidden="true" title=Github></i> | ||
</span> | ||
</a> | ||
|
||
<a href=mailto:[email protected] aria-label="Open Email" target="_blank"> | ||
<span class="icon is-large"> | ||
<i class="fa-solid fa-envelope fa-lg" aria-hidden="true" title=Email></i> | ||
</span> | ||
</a> | ||
|
||
|
||
</span> | ||
|
||
</p> | ||
<p> | ||
|
||
|
||
</p> | ||
</footer> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
<!DOCTYPE html> | ||
<html lang="it" prefix="og: http://ogp.me/ns#"> | ||
|
||
<head> | ||
|
||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YTQDWNXD13"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() {dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-YTQDWNXD13'); | ||
</script> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="referrer" content="no-referrer-when-downgrade"> | ||
|
||
<title>Info Studenti Liceo Fermi Padova</title> | ||
<meta name="description" content="Il sito degli studenti del Liceo Scientifico E. Fermi di Padova."> | ||
|
||
|
||
<link rel="stylesheet" href="https://fermi-studenti.github.io/base.css"> | ||
<link rel="stylesheet" href="https://fermi-studenti.github.io/auto.css"> | ||
|
||
<link rel="preload" href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css as="style" | ||
onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript> | ||
<link rel="stylesheet" href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css> | ||
</noscript> | ||
|
||
|
||
|
||
|
||
<meta property="og:title" content="Info Studenti Liceo Fermi Padova"> | ||
<meta property="og:type" content="profile"> | ||
<meta property="og:locale" content="it_IT"> | ||
<meta property="og:url" content="https://fermi-studenti.github.io/about/"> | ||
<meta property="og:image" content="https://fermi-studenti.github.io/about/me.jpg"> | ||
<meta property="profile:first_name" content="Studenti"> | ||
<meta property="profile:last_name" content="Liceo Fermi Padova"> | ||
<meta property="profile:gender" content="none"> | ||
<meta property="profile:username" content="Studenti fermi"> | ||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
|
||
<header> | ||
<h1 class="site-header"> | ||
<a href="https://fermi-studenti.github.io">Studenti del Liceo Fermi</a> | ||
</h1> | ||
<nav> | ||
<ul> | ||
|
||
|
||
|
||
<li><a | ||
href="https://fermi-studenti.github.io/projects">Articoli</a></li> | ||
|
||
|
||
<li><a | ||
href="https://fermi-studenti.github.io/blog">Blog</a></li> | ||
|
||
|
||
<li><a | ||
href="https://fermi-studenti.github.io/giornalino">Giornalino</a></li> | ||
|
||
|
||
<li><a | ||
href="https://fermi-studenti.github.io/tags">Tag</a></li> | ||
|
||
|
||
<li><a class="active" | ||
href="https://fermi-studenti.github.io/about">Info</a></li> | ||
|
||
|
||
</ul> | ||
</nav> | ||
</header> | ||
|
||
|
||
<article class="post"> | ||
<header> | ||
<h1>About</h1> | ||
</header> | ||
<div class="content"> | ||
<p>Questo è un sito per gli studenti del Liceo "E. Fermi" di Padova.</p> | ||
|
||
</div> | ||
</article> | ||
|
||
<footer> | ||
<p> | ||
|
||
<span class="icon-text"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href=https://www.instagram.com/liceofermi.rappresentanti/ aria-label="Open Instagram" target="_blank"> | ||
<span class="icon is-large"> | ||
<i class="fa-brands fa-instagram fa-lg" aria-hidden="true" title=Instagram></i> | ||
</span> | ||
</a> | ||
|
||
<a href=https://discord.gg/wQfZkGRsKH aria-label="Open Discord" target="_blank"> | ||
<span class="icon is-large"> | ||
<i class="fa-brands fa-discord fa-lg" aria-hidden="true" title=Discord></i> | ||
</span> | ||
</a> | ||
|
||
<a href=https://github.com/fermi-studenti aria-label="Open Github" target="_blank"> | ||
<span class="icon is-large"> | ||
<i class="fa-brands fa-github fa-lg" aria-hidden="true" title=Github></i> | ||
</span> | ||
</a> | ||
|
||
<a href=mailto:[email protected] aria-label="Open Email" target="_blank"> | ||
<span class="icon is-large"> | ||
<i class="fa-solid fa-envelope fa-lg" aria-hidden="true" title=Email></i> | ||
</span> | ||
</a> | ||
|
||
|
||
</span> | ||
|
||
</p> | ||
<p> | ||
|
||
|
||
</p> | ||
</footer> | ||
</div> | ||
</body> | ||
|
||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.