diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..93f1361
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,2 @@
+node_modules
+npm-debug.log
diff --git a/.gitignore b/.gitignore
index 9fb97b1..4e6ed50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,4 +59,7 @@ target/
# Other
.idea/
-node_modules
\ No newline at end of file
+node_modules
+
+# Mac
+.DS_Store
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..f8efe94
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,19 @@
+FROM node:16-alpine
+
+# Create app directory
+WORKDIR /usr/src/app
+
+# Install app dependencies
+# A wildcard is used to ensure both package.json AND package-lock.json are copied
+# where available (npm@5+)
+COPY package*.json ./
+
+RUN npm install
+# If you are building your code for production
+# RUN npm ci --only=production
+
+# Bundle app source
+COPY . .
+
+EXPOSE 8080
+CMD [ "npm", "run", "dev" ]
diff --git a/assets/img/CraftedSoftwareLogoFullCover400.jpeg b/assets/img/CraftedSoftwareLogoFullCover400.jpeg
new file mode 100644
index 0000000..876079f
Binary files /dev/null and b/assets/img/CraftedSoftwareLogoFullCover400.jpeg differ
diff --git a/assets/img/Logo-Mirta.png b/assets/img/Logo-Mirta.png
new file mode 100644
index 0000000..3e1a32a
Binary files /dev/null and b/assets/img/Logo-Mirta.png differ
diff --git a/assets/img/PythonBiellaGroup-no-backgrou.png b/assets/img/PythonBiellaGroup-no-backgrou.png
new file mode 100644
index 0000000..7a3784a
Binary files /dev/null and b/assets/img/PythonBiellaGroup-no-backgrou.png differ
diff --git a/assets/img/dj_logo.png b/assets/img/dj_logo.png
new file mode 100644
index 0000000..fa64f8c
Binary files /dev/null and b/assets/img/dj_logo.png differ
diff --git a/assets/img/django-girls-italy.png b/assets/img/django-girls-italy.png
new file mode 100644
index 0000000..c3457c4
Binary files /dev/null and b/assets/img/django-girls-italy.png differ
diff --git a/assets/img/dvision_logo_2019_medium.png b/assets/img/dvision_logo_2019_medium.png
new file mode 100644
index 0000000..94bf5a5
Binary files /dev/null and b/assets/img/dvision_logo_2019_medium.png differ
diff --git a/assets/img/pycon22.png b/assets/img/pycon22.png
new file mode 100644
index 0000000..44137bb
Binary files /dev/null and b/assets/img/pycon22.png differ
diff --git a/assets/img/python-italia-logo-black.png b/assets/img/python-italia-logo-black.png
new file mode 100644
index 0000000..ee5d207
Binary files /dev/null and b/assets/img/python-italia-logo-black.png differ
diff --git a/index.html b/index.html
index 49498f4..b9ee1b4 100644
--- a/index.html
+++ b/index.html
@@ -65,7 +65,7 @@
PyMi
Meetup
Contatti
- Supporter
+ Supporters
@@ -107,26 +107,24 @@ >>> Prossimo Meetup
+
+
@@ -186,15 +194,14 @@
Supported by
@@ -204,7 +211,7 @@
Supported by