Skip to content

Commit 7702f53

Browse files
committed
add new home page and new 404 custom page
1 parent f41f79b commit 7702f53

File tree

15 files changed

+144
-99
lines changed

15 files changed

+144
-99
lines changed

β€Ždocs/index.en.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -17,54 +17,6 @@ tags:
1717

1818
πŸ‘¨β€πŸ’» **PythonBiellaGroup** is a community dedicated to Python, with the goal of studying and learning the programming language in all its aspects.
1919

20-
## ☎️ Contacts
21-
22-
Here are all our contacts and social profiles where you can reach us
23-
24-
::cards:: cols=4
25-
26-
- title: Telegram
27-
content: Telegram channel for communications and discussions within the community
28-
image: ./static/images/contacts/telegram.png
29-
url: https://t.me/pythonbiellagroup
30-
31-
- title: Github
32-
content: Our Github profile containing code and open source material
33-
image: ./static/images/contacts/github.png
34-
url: https://github.com/PythonBiellaGroup
35-
36-
- title: Eventbrite
37-
content: Take part of our events by grabbing your free tickets on Eventbrite
38-
image: ./static/images/contacts/eventbrite.png
39-
url: https://www.eventbrite.it/o/pythonbiellagroup-33249843991
40-
41-
- title: Youtube
42-
content: Youtube channel with all meetup and events videos
43-
image: ./static/images/contacts/youtube.png
44-
url: https://www.youtube.com/@PythonBiellaGroup
45-
46-
- title: Linkedin
47-
content: Official community Linkedin profile
48-
image: ./static/images/contacts/linkedin.png
49-
url: https://www.linkedin.com/company/pythonbiellagroup/
50-
51-
- title: Instagram
52-
content: Official community Instagram profile
53-
image: ./static/images/contacts/instagram.png
54-
url: https://www.instagram.com/pythonbiellagroup/
55-
56-
- title: Facebook
57-
content: Official community Facebook profile
58-
image: ./static/images/contacts/facebook.png
59-
url: https://www.facebook.com/pythonbiellagroup/
60-
61-
- title: Twitter
62-
content: Official community Twitter profile
63-
image: ./static/images/contacts/twitter.png
64-
url: https://twitter.com/PythonBiella/
65-
66-
::/cards::
67-
6820
## πŸš€ Materials
6921

7022
We believe that knowledge should be shared, and that's why we share all the materials (code, notebooks, slides, exercises) that are presented during our meetups on our [GitHub](https://github.com/PythonBiellaGroup), making it accessible to everyone.

β€Ždocs/index.md

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Home
3+
template: home.html
34
disquis: PythonBiellaGroup
45
hide:
56
- path
@@ -17,54 +18,6 @@ tags:
1718

1819
πŸ‘¨β€πŸ’» **PythonBiellaGroup** Γ¨ una community legata a Python che si pone l’obiettivo di studiare e apprendere l’omonimo linguaggio di programmazione in tutte le sue accezioni.
1920

20-
## ☎️ Contatti
21-
22-
Ecco tutti i nostri contatti e profili social dove puoi contattarci
23-
24-
::cards:: cols=4
25-
26-
- title: Telegram
27-
content: Canale Telegram che usiamo per comunicare e discutere all’interno della community
28-
image: ./static/images/contacts/telegram.png
29-
url: https://t.me/pythonbiellagroup
30-
31-
- title: Github
32-
content: Il nostro profilo Github con tutto il nostro codice e il materiale open source
33-
image: ./static/images/contacts/github.png
34-
url: https://github.com/PythonBiellaGroup
35-
36-
- title: Eventbrite
37-
content: Accedi ai nostri eventi prendendo il tuo biglietto gratuito su Eventbrite
38-
image: ./static/images/contacts/eventbrite.png
39-
url: https://www.eventbrite.it/o/pythonbiellagroup-33249843991
40-
41-
- title: Youtube
42-
content: Canale Youtube con tutti i video e le registrazioni delle serate
43-
image: ./static/images/contacts/youtube.png
44-
url: https://www.youtube.com/@PythonBiellaGroup
45-
46-
- title: Linkedin
47-
content: Profilo Linkedin ufficiale della community
48-
image: ./static/images/contacts/linkedin.png
49-
url: https://www.linkedin.com/company/pythonbiellagroup/
50-
51-
- title: Instagram
52-
content: Profilo Instagram ufficiale della community
53-
image: ./static/images/contacts/instagram.png
54-
url: https://www.instagram.com/pythonbiellagroup/
55-
56-
57-
- title: Facebook
58-
content: Profilo Facebook ufficiale della community
59-
image: ./static/images/contacts/facebook.png
60-
url: https://www.facebook.com/pythonbiellagroup/
61-
62-
- title: Twitter
63-
content: Profilo Twitter ufficiale della community
64-
image: ./static/images/contacts/twitter.png
65-
url: https://twitter.com/PythonBiella/
66-
67-
::/cards::
6821

6922
## πŸš€ Materiale
7023

@@ -81,9 +34,6 @@ All'interno potrai trovare:
8134
Qui puoi trovare il nostro [codice di condotta](code_conduct.md)
8235

8336

84-
85-
86-
8737
## 🀲 Vuoi aiutarci? Ti interessa il nostro progetto?
8838

8939
Contribuisci alla community!
-27.8 KB
Binary file not shown.
-15.4 KB
Binary file not shown.
-16.5 KB
Binary file not shown.
-35.1 KB
Binary file not shown.
-12.3 KB
Binary file not shown.
-20.6 KB
Binary file not shown.
-19.1 KB
Binary file not shown.
-16 KB
Binary file not shown.

0 commit comments

Comments
Β (0)