Skip to content

Commit 935d14c

Browse files
committed
Updated site
1 parent 43b6495 commit 935d14c

File tree

204 files changed

+23732
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+23732
-25
lines changed

assets/css/stylesheet.08f7d74f0ada0f975d29ae436285b61ed7a719d05f350cb888d00341642995a2.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

en/404.html

Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="auto">
3+
4+
<head><meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="robots" content="index, follow">
8+
<title>404 Page not found | Website</title>
9+
<meta name="keywords" content="">
10+
<meta name="description" content="Team Paolo&#39;s website.">
11+
<meta name="author" content="AlBovo, Cryingfreeman74, ZazaMan">
12+
<link rel="canonical" href="https://pascalctf.github.io/en/404.html">
13+
<link crossorigin="anonymous" href="/assets/css/stylesheet.08f7d74f0ada0f975d29ae436285b61ed7a719d05f350cb888d00341642995a2.css" integrity="sha256-CPfXTwraD5ddKa5DYoW2HtenGdBfNQy4iNADQWQplaI=" rel="preload stylesheet" as="style">
14+
<link rel="icon" href="https://pascalctf.github.io/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalctf.github.io/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalctf.github.io/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="https://pascalctf.github.io/apple-touch-icon.png">
18+
<link rel="mask-icon" href="https://pascalctf.github.io/safari-pinned-tab.svg">
19+
<meta name="theme-color" content="#2e2e33">
20+
<meta name="msapplication-TileColor" content="#2e2e33">
21+
<link rel="alternate" hreflang="en" href="https://pascalctf.github.io/en/404.html">
22+
<link rel="alternate" hreflang="it" href="https://pascalctf.github.io/it/404.html">
23+
<noscript>
24+
<style>
25+
#theme-toggle,
26+
.top-link {
27+
display: none;
28+
}
29+
30+
</style>
31+
<style>
32+
@media (prefers-color-scheme: dark) {
33+
:root {
34+
--theme: rgb(29, 30, 32);
35+
--entry: rgb(46, 46, 51);
36+
--primary: rgb(218, 218, 219);
37+
--secondary: rgb(155, 156, 157);
38+
--tertiary: rgb(65, 66, 68);
39+
--content: rgb(196, 196, 197);
40+
--code-block-bg: rgb(46, 46, 51);
41+
--code-bg: rgb(55, 56, 62);
42+
--border: rgb(51, 51, 51);
43+
}
44+
45+
.list {
46+
background: var(--theme);
47+
}
48+
49+
.list:not(.dark)::-webkit-scrollbar-track {
50+
background: 0 0;
51+
}
52+
53+
.list:not(.dark)::-webkit-scrollbar-thumb {
54+
border-color: var(--theme);
55+
}
56+
}
57+
58+
</style>
59+
</noscript>
60+
<meta property="og:url" content="https://pascalctf.github.io/en/404.html">
61+
<meta property="og:site_name" content="Website">
62+
<meta property="og:title" content="404 Page not found">
63+
<meta property="og:description" content="Team Paolo&#39;s website.">
64+
<meta property="og:locale" content="en">
65+
<meta property="og:type" content="website">
66+
<meta name="twitter:card" content="summary">
67+
<meta name="twitter:title" content="404 Page not found">
68+
<meta name="twitter:description" content="Team Paolo&#39;s website.">
69+
70+
</head>
71+
72+
<body class="list" id="top">
73+
<script>
74+
if (localStorage.getItem("pref-theme") === "dark") {
75+
document.body.classList.add('dark');
76+
} else if (localStorage.getItem("pref-theme") === "light") {
77+
document.body.classList.remove('dark')
78+
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
79+
document.body.classList.add('dark');
80+
}
81+
82+
</script>
83+
84+
<header class="header">
85+
<nav class="nav">
86+
<div class="logo">
87+
<a href="https://pascalctf.github.io/en/" accesskey="h" title="Home (Alt + H)">
88+
<img src="https://pascalctf.github.io/apple-touch-icon.png" alt="" aria-label="logo"
89+
height="35">Home</a>
90+
<div class="logo-switches">
91+
<button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
92+
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
93+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
94+
stroke-linejoin="round">
95+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
96+
</svg>
97+
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
98+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
99+
stroke-linejoin="round">
100+
<circle cx="12" cy="12" r="5"></circle>
101+
<line x1="12" y1="1" x2="12" y2="3"></line>
102+
<line x1="12" y1="21" x2="12" y2="23"></line>
103+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
104+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
105+
<line x1="1" y1="12" x2="3" y2="12"></line>
106+
<line x1="21" y1="12" x2="23" y2="12"></line>
107+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
108+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
109+
</svg>
110+
</button>
111+
<ul class="lang-switch"><li>|</li>
112+
<li>
113+
<a href="https://pascalctf.github.io/it/" title="Italian"
114+
aria-label=":it: It">🇮🇹 It</a>
115+
</li>
116+
</ul>
117+
</div>
118+
</div>
119+
<ul id="menu">
120+
<li>
121+
<a href="https://pascalctf.github.io/en/projects/" title="📒 Projects">
122+
<span>📒 Projects</span>
123+
</a>
124+
</li>
125+
<li>
126+
<a href="https://pascalctf.github.io/en/ctf/" title="⚙ Writeups">
127+
<span>⚙ Writeups</span>
128+
</a>
129+
</li>
130+
<li>
131+
<a href="https://pascalctf.github.io/en/competitions/" title="🏆 Competitions">
132+
<span>🏆 Competitions</span>
133+
</a>
134+
</li>
135+
</ul>
136+
</nav>
137+
</header>
138+
<main class="main">
139+
<div class="not-found">404</div>
140+
</main>
141+
142+
<footer class="footer">
143+
<span>&copy; 2025 <a href="https://pascalctf.github.io/en/">Website</a></span> ·
144+
145+
<span>
146+
Powered by
147+
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
148+
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
149+
</span>
150+
</footer>
151+
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
152+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
153+
<path d="M12 6H0l6-6z" />
154+
</svg>
155+
</a>
156+
157+
<script>
158+
let menu = document.getElementById('menu')
159+
if (menu) {
160+
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
161+
menu.onscroll = function () {
162+
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
163+
}
164+
}
165+
166+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
167+
anchor.addEventListener("click", function (e) {
168+
e.preventDefault();
169+
var id = this.getAttribute("href").substr(1);
170+
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
171+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
172+
behavior: "smooth"
173+
});
174+
} else {
175+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
176+
}
177+
if (id === "top") {
178+
history.replaceState(null, null, " ");
179+
} else {
180+
history.pushState(null, null, `#${id}`);
181+
}
182+
});
183+
});
184+
185+
</script>
186+
<script>
187+
var mybutton = document.getElementById("top-link");
188+
window.onscroll = function () {
189+
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
190+
mybutton.style.visibility = "visible";
191+
mybutton.style.opacity = "1";
192+
} else {
193+
mybutton.style.visibility = "hidden";
194+
mybutton.style.opacity = "0";
195+
}
196+
};
197+
198+
</script>
199+
<script>
200+
document.getElementById("theme-toggle").addEventListener("click", () => {
201+
if (document.body.className.includes("dark")) {
202+
document.body.classList.remove('dark');
203+
localStorage.setItem("pref-theme", 'light');
204+
} else {
205+
document.body.classList.add('dark');
206+
localStorage.setItem("pref-theme", 'dark');
207+
}
208+
})
209+
210+
</script>
211+
</body>
212+
213+
</html>

0 commit comments

Comments
 (0)