Skip to content

Commit 54e264a

Browse files
authored
Cleaning copied code from Python Pescara (#1)
* Update copyright * Remove non existent external references * Add missing images
1 parent e11a8d8 commit 54e264a

File tree

5 files changed

+3
-24
lines changed

5 files changed

+3
-24
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2025 Python Catania
3+
Copyright (c) 2023-2025 Python Pescara, 2025 Python Catania
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

images/apple-touch-icon.png

-11 Bytes
Loading

images/pythoncatania-square.png

1.49 KB
Loading

images/pythoncatania-wide.png

2.88 KB
Loading

index.html

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
<title>Python Catania 🐘</title>
66
<meta charset="utf-8" />
77
<meta http-equiv="Content-Security-Policy"
8-
content="default-src 'self'; img-src 'self' data:; child-src 'none'; style-src 'self' 'unsafe-inline'; script-src-elem 'self' 'unsafe-inline'; connect-src 'self' https://gateway.umami.is https://eu.umami.is https://api-gateway-eu.umami.dev https://api-gateway.umami.dev;" />
9-
<link rel="preconnect" href="https://api-gateway.umami.dev" crossorigin>
10-
<link rel="dns-prefetch" href="https://api-gateway.umami.dev">
11-
<script defer src="js/um.1736768315.js" data-website-id="04990c3f-8bee-4fe5-82a2-f5786067ce80"
12-
data-host-url="https://api-gateway.umami.dev" data-domains="catania.python.it"
13-
integrity="sha512-w97tPmB+oz1tQVkr4LwpK5qfWlMWf3VyxqrOtWEs12gGnMk3HdWDwvQrI9OLeyk9x3Et0MiKudacU6XucuR+OQ=="></script>
8+
content="default-src 'self'; img-src 'self' data:; child-src 'none'; style-src 'self' 'unsafe-inline'; script-src-elem 'self' 'unsafe-inline';" />
149
<link rel="stylesheet"
1510
integrity="sha512-5p/F4xMhdhwRdZfqEIx/sLK2yRCrc6LQJW3DP2zqt0rLeDohLL6bKglBBJvRKiOwDVqcyjlglNbSng1TrSSBhg=="
1611
href="css/pico.min.2.0.6.1.css" />
@@ -21,14 +16,11 @@
2116
<meta name="author" content="Python Catania" />
2217
<meta name="color-scheme" content="light dark" />
2318
<meta name="description" content="Gruppo della comunità Python di Catania" />
24-
<meta name="fediverse:creator" content="@catania@social.python.it" />
2519
<meta name="keywords" content="Python,Catania" />
2620
<meta name="robots" content="index, follow" />
2721
<meta name="theme-color" content="#13171f" />
2822
<meta name="twitter:card" content="summary_large_image" />
29-
<meta name="twitter:creator" content="@PythonCatania" />
3023
<meta name="twitter:description" content="Gruppo della comunità Python di Catania" />
31-
<meta name="twitter:site" content="@PythonCatania" />
3224
<meta name="twitter:title" content="Python Catania 🌋" />
3325
<meta name="viewport" content="width=device-width,initial-scale=1" />
3426
<meta property="og:author" content="Python Catania" />
@@ -221,21 +213,8 @@ <h2 id="community-partners">Community Partners</h2>
221213
</div>
222214
</main>
223215
<footer>
224-
<abbr title="Copyright">&copy;</abbr> 2023-2025 Python&nbsp;Catania
216+
<abbr title="Copyright">&copy;</abbr> 2025 Python&nbsp;Catania
225217
</footer>
226-
<script type="text/javascript">
227-
(() => {
228-
document.querySelectorAll('a').forEach(a => {
229-
if (a.host !== window.location.host && !a.getAttribute('data-umami-event')) {
230-
a.setAttribute('data-umami-event', "Click " + a.ariaLabel);
231-
a.setAttribute('data-umami-event-element', "anchor");
232-
a.setAttribute('data-umami-event-event', "onclick");
233-
a.setAttribute('data-umami-event-id', a.id);
234-
a.setAttribute('data-umami-event-url', a.href);
235-
}
236-
});
237-
})();
238-
</script>
239218
</body>
240219

241220
</html>

0 commit comments

Comments
 (0)