-
Notifications
You must be signed in to change notification settings - Fork 1
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
15 changed files
with
151 additions
and
106 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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,38 @@ | ||
.homepage_icon { | ||
fill: #fff; | ||
width: 3rem; | ||
display: inline-block; | ||
transition: all 0.2s ease-in-out; | ||
margin-left: 1.5rem; | ||
margin-right: 1.5rem; | ||
} | ||
|
||
.homepage_icon:hover { | ||
fill: #ccc; | ||
transform: scale(1.2); | ||
} | ||
|
||
.homepage_arrow { | ||
animation: pulse 2s infinite; | ||
} | ||
|
||
@keyframes pulse { | ||
0% { | ||
opacity: 0.5; | ||
transform: translateY(0); | ||
} | ||
50% { | ||
opacity: 1; | ||
transform: translateY(-0.2rem); | ||
} | ||
100% { | ||
opacity: 0.5; | ||
transform: translateY(0); | ||
} | ||
} | ||
|
||
/* mailchimp signup form on blog page */ | ||
#mc_embed_signup{ | ||
clear:left; | ||
width: 400px; | ||
} |
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,16 @@ | ||
{% extends "main.html" %} | ||
|
||
<!-- Content --> | ||
{% block content %} | ||
<div style="text-align: center;"> | ||
<img src="/static/images/logo/PBG_logo_W@300x.png" alt="404 Image" style="width: 50%; max-width: 400px;"> | ||
<h1 style="font-size: 24px;">404 - Not found</h1> | ||
<p style="font-size: 16px;">Ops!✨ Sembra che tu abbia perso la strada nel mondo del 404. | ||
|
||
Non preoccuparti, la pagina che cerchi sembra essersi nascosta per un po'. Ma non temere, ci sono ancora molte cose interessanti da scoprire qui! | ||
|
||
Torna indietro e continua la tua esplorazione, potresti trovare qualcosa di sorprendente lungo il percorso! | ||
|
||
Buona fortuna! 🌟🗺️</p> | ||
</div> | ||
{% endblock %} |
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,86 @@ | ||
{% extends "main.html" %} | ||
{% block tabs %} | ||
{{ super() }} | ||
|
||
<!-- The big featured header --> | ||
<header | ||
style="background-image: url('static/images/logo/pbg_site_cover.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100vh;"> | ||
|
||
|
||
<div style="text-align: center; padding-top: calc(65vh - 100px);"> | ||
|
||
<h1 style="color: white;"> | ||
C’è sempre qualcosa da imparare per migliorarci e crescere…insieme! | ||
</h1> | ||
|
||
|
||
<a href="https://t.me/pythonbiellagroup" title="Canale telegram della community PBG"> | ||
<span class="twemoji homepage_icon"> | ||
{% include ".icons/fontawesome/brands/telegram.svg" %} | ||
</span> | ||
</a> | ||
|
||
<a href="https://github.com/PythonBiellaGroup" title="Il nostro profilo Github con tutto il nostro codice e il materiale open source"> | ||
<span class="twemoji homepage_icon"> | ||
{% include ".icons/fontawesome/brands/square-github.svg" %} | ||
</span> | ||
</a> | ||
|
||
<a href="https://www.eventbrite.it/o/pythonbiellagroup-33249843991" title="Accedi ai nostri eventi prendendo il tuo biglietto gratuito su Eventbrite"> | ||
<span class="twemoji homepage_icon"> | ||
{% include ".icons/fontawesome/solid/ticket.svg" %} | ||
</span> | ||
</a> | ||
|
||
<a href="https://www.youtube.com/@PythonBiellaGroup" title="Canale Youtube con tutti i video e le registrazioni delle serate"> | ||
<span class="twemoji homepage_icon"> | ||
{% include ".icons/fontawesome/brands/square-youtube.svg" %} | ||
</span> | ||
</a> | ||
|
||
<a href="https://www.linkedin.com/company/pythonbiellagroup/" title="Profilo Linkedin ufficiale della community"> | ||
<span class="twemoji homepage_icon"> | ||
{% include ".icons/fontawesome/brands/linkedin.svg" %} | ||
</span> | ||
</a> | ||
|
||
<a href="https://www.facebook.com/pythonbiellagroup/" title="Profilo Facebook ufficiale della community"> | ||
<span class="twemoji homepage_icon"> | ||
{% include ".icons/fontawesome/brands/square-facebook.svg" %} | ||
</span> | ||
</a> | ||
|
||
<a href="https://www.instagram.com/pythonbiellagroup/" title="Profilo Instagram ufficiale della community"> | ||
<span class="twemoji homepage_icon"> | ||
{% include ".icons/fontawesome/brands/square-instagram.svg" %} | ||
</span> | ||
</a> | ||
|
||
<a href="https://twitter.com/PythonBiella/" title="Profilo Twitter ufficiale della community"> | ||
<span class="twemoji homepage_icon"> | ||
{% include ".icons/fontawesome/brands/square-x-twitter.svg" %} | ||
</span> | ||
</a> | ||
|
||
</div> | ||
|
||
<div style="text-align: center; padding-top: 2rem;"> | ||
|
||
<a href="#benvenut" title="Home"> | ||
<span class="twemoji homepage_icon homepage_arrow" style="width: 2rem"> | ||
{% include ".icons/octicons/chevron-down-24.svg" %} | ||
</span> | ||
</a> | ||
|
||
</div> | ||
|
||
</header> | ||
|
||
|
||
|
||
{% endblock %} | ||
|
||
|
||
{% block footer %} | ||
{{ super() }} | ||
{% endblock %} |