Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ms and live-server #51

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
1fd6b58
Bump websocket-extensions from 0.1.1 to 0.1.4
dependabot[bot] Jun 6, 2020
4fbd408
Bump node-sass from 4.13.0 to 4.13.1
dependabot[bot] Sep 4, 2020
5677bf2
Merge pull request #39 from PythonMilano/dependabot/npm_and_yarn/node…
cstrap Oct 26, 2020
cf90bb5
Merge pull request #38 from PythonMilano/dependabot/npm_and_yarn/webs…
cstrap Oct 26, 2020
a6ef67f
Bump ini from 1.3.4 to 1.3.7
dependabot[bot] Dec 11, 2020
96b87e5
Bump y18n from 3.2.1 to 3.2.2
dependabot[bot] Mar 30, 2021
eaf3037
Bump hosted-git-info from 2.4.2 to 2.8.9
dependabot[bot] May 10, 2021
b7a49aa
Merge pull request #42 from PythonMilano/dependabot/npm_and_yarn/host…
cstrap Jul 27, 2021
107ad32
Merge pull request #41 from PythonMilano/dependabot/npm_and_yarn/y18n…
cstrap Jul 27, 2021
a947f86
Merge pull request #40 from PythonMilano/dependabot/npm_and_yarn/ini-…
cstrap Jul 27, 2021
d9a2597
Added podcast
cstrap Jul 27, 2021
bc6d2b7
Bump node-sass from 6.0.1 to 7.0.0
dependabot[bot] Feb 10, 2022
a38b715
Link ad intervistapythonista.com
cplacani Apr 20, 2022
eb53a80
Merge pull request #44 from PythonMilano/intervista
cstrap Apr 20, 2022
012af6b
Merge pull request #43 from PythonMilano/dependabot/npm_and_yarn/node…
keobox Apr 20, 2022
7418305
Bump tar from 6.1.2 to 6.1.11
dependabot[bot] Apr 20, 2022
f8d3d56
Fix copyright
cplacani Apr 20, 2022
20293f6
Merge pull request #45 from PythonMilano/dependabot/npm_and_yarn/tar-…
keobox Apr 20, 2022
b4b9b51
Remove the Trello card
cplacani Apr 20, 2022
3935d30
Remove milan tech scene link
cplacani Apr 20, 2022
a96eb81
Update package.json
cplacani Apr 20, 2022
0848f26
Merge pull request #47 from PythonMilano/no-trello
keobox Apr 20, 2022
d2dfbf8
LinkedIn
cplacani Apr 21, 2022
4e7aed3
LinkedIn icon
cplacani Apr 21, 2022
4e070d0
Fix typos
cplacani Apr 21, 2022
b31c578
Fix a typo
cplacani May 24, 2022
658641a
Update logos
cplacani May 27, 2022
7735e7f
Update node-sass to 7.0.1 and run npn i
cplacani Jun 1, 2022
728382d
Use non audit fix --force
cplacani Jun 1, 2022
e85a82a
Merge pull request #49 from PythonMilano/fix-dependabot
keobox Jun 1, 2022
4337ed4
Fix logos
cplacani Jun 8, 2022
de4e26e
Mirta Logo
cplacani Jun 18, 2022
cb0bb6e
Mirta new logo.
cplacani Sep 5, 2022
a1a0ea7
Fix Mirta Title
cplacani Sep 7, 2022
bce57dc
Djangojobs
cplacani Sep 14, 2022
2519d59
Add PythonItalia and DVision logos
cplacani Oct 16, 2022
f5158a9
Adding youtube channel
cplacani Nov 4, 2022
849d30e
Aggiunto link per iscrizione a slack
cstrap Nov 17, 2022
53867ab
Update slack link
cstrap Nov 24, 2022
7663916
Bump ms and live-server
dependabot[bot] Jan 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
npm-debug.log
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ target/
# Other
.idea/

node_modules
node_modules

# Mac
.DS_Store
19 changes: 19 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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" ]
Binary file added assets/img/CraftedSoftwareLogoFullCover400.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/Logo-Mirta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/PythonBiellaGroup-no-backgrou.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/dj_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/django-girls-italy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/dvision_logo_2019_medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/pycon22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/python-italia-logo-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 32 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<li><a href="#top">PyMi</a></li>
<li><a href="#next-meetup">Meetup</a></li>
<li><a href="#links">Contatti</a></li>
<li><a href="#sponsor">Supporter</a></li>
<li><a href="#sponsor">Supporters</a></li>
</ul>
</nav>

Expand Down Expand Up @@ -107,26 +107,24 @@ <h2> >>> Prossimo Meetup</h2>
<div class="wrapper style3">
<article id="links">
<header>
<h2>Unisciti a gruppo</h2>
<h2>Unisciti al gruppo</h2>
<p>Chiunque è il benvenuto.</p>
</header>
<div class="container">
<div class="row">
<div class="4u 12u(mobile)">
<section class="box style1">
<a href="https://pymi.eventbrite.com">
<span class="icon featured fa-group"></span>
<h3>Meetup</h3>
<p>Agosto 2017: raggiunta quota <strong>575</strong>!<br>
Abbiamo chiuso il canale Meetup per mancanza di sponsor.<br>
<strong>I nostri prossimi incontri li organizzeremo con Eventbrite</strong>, dove abbiamo una pagina dedicata.
<a href="https://intervistapythonista.com">
<span class="icon featured fa-microphone"></span>
<h3>Podcast</h3>
<p>Ascolta "Intervista Pythonista" sulle principali piattaforme tra cui Spotify e Google Podcast.
</p>
</a>
</section>
</div>
<div class="4u 12u(mobile)">
<section class="box style1">
<a href="https://pythonmilano.herokuapp.com/">
<a href="https://bit.ly/pymislack">
<span class="icon featured fa-slack"></span>
<h3>Slack</h3>
<p>Canale di comunicazione veloce per organizzare i meetup e anche per far quattro chiacchiere.</p>
Expand All @@ -136,11 +134,10 @@ <h3>Slack</h3>
</div>
<div class="4u 12u(mobile)">
<section class="box style1">
<a href="https://trello.com/b/0BEDDL3K/argomenti-incontri">
<span class="icon featured fa-trello"></span>
<h3>Trello</h3>
<p>Abbiamo una Trello Board dove si possono proporre e votare gli argomenti di discussione per
il meetup. Leggi la carta con le indicazioni su come fare!</p>
<a href="https://www.linkedin.com/company/python-milano">
<span class="icon featured fa-linkedin"></span>
<h3>LinkedIn</h3>
<p>La nostra pagina su LinkedIn.</p>
</a>
</section>
</div>
Expand Down Expand Up @@ -169,7 +166,18 @@ <h3>Github</h3>
<a href="https://www.facebook.com/PythonMilano">
<span class="icon featured fa-facebook"></span>
<h3>Facebook</h3>
<p>La nostra Facebook Page!</p>
<p>La nostra pagina su Facebook.</p>
</a>
</section>
</div>
</div>
<div class="row">
<div class="4u 12u(mobile)">
<section class="box style1">
<a href="https://www.youtube.com/@pythonmilano">
<span class="icon featured fa-youtube"></span>
<h3>YouTube</h3>
<p>Il nostro canale YouTube.</p>
</a>
</section>
</div>
Expand All @@ -186,15 +194,14 @@ <h2>Supported by</h2>
</header>
<div>
<ul class="sponsors-logo">
<li><a href="https://www.jetbrains.com/" title="JetBrains"><img src="assets/img/logo_jetbrains.png"></a></li>
<li><a href="https://www.elastic.co/" title="elastic"><img src="assets/img/logo_elastic.png"></a></li>
<li><a href="http://www.codemotionworld.com/" title="Codemotion"><img src="assets/img/logo_codemotion.png"></a></li>
<li><a href="https://www.pycon.it/" title="PyCon Italia"><img src="assets/img/logo_pyconit.png"></a></li>
<li><a href="https://www.truelite.it/" title="Truelite Srl"><img src="assets/img/logo_truelite.png"></a></li>
<li><a href="http://www.genropy.org/" title="Softwell, core team di GenroPy"><img src="assets/img/logo_softwell.png"></a></li>
<li><a href="https://www.oreilly.com/" title="O'reilly"><img src="assets/img/logo_oreilly.png"></a></li>
<li><a href="https://www.microsoft.com/" title="Microsoft"><img src="assets/img/logo_microsoft.png"></a></li>
<li><a href="https://www.milanotechscene.it/" title="Milano Tech Scene"><img src="assets/img/logo_mts.png"></a></li>
<li><a href="http://www.python.it/comunita/" title="Python Italia"><img src="assets/img/python-italia-logo-black.png"></a></li>
<li><a href="https://www.dvisionlab.com/" title="D/VISION lab"><img src="assets/img/dvision_logo_2019_medium.png"></a></li>
<li><a href="https://djangogirls.org/en/pyconitalia/" title="Django Girls Italia"><img src="assets/img/django-girls-italy.png"></a></li>
<li><a href="https://linktr.ee/PythonBiellaGroup" title="Python Biella"><img src="assets/img/PythonBiellaGroup-no-backgrou.png"></a></li>
<li><a href="https://www.codemotion.com" title="Codemotion"><img src="assets/img/logo_codemotion.png"></a></li>
<li><a href="https://www.craftedsoftware.org" title="Crafted Software"><img src="assets/img/CraftedSoftwareLogoFullCover400.jpeg"></a></li>
<li><a href="https://www.mirta.com" title="Mirta"><img src="assets/img/Logo-Mirta.png"></a></li>
<li><a href="https://djangojobs.net" title="Djangojobs"><img src="assets/img/dj_logo.png"></a></li>
</ul>
</div>
</article>
Expand All @@ -204,7 +211,7 @@ <h2>Supported by</h2>
<article id="footer" class="container">
<div class="footer-wrapper">
<ul id="copyright">
<li>PyMi &copy; 2013-2017</li>
<li>PyMi &copy; 2013-2022</li>
<li>Designed by Zanza00, based on <a href="http://html5up.net">HTML5 UP</a></li>
<li>Logo by <a href="https://www.facebook.com/TU-VES-1442116032759831/">Giulia Treves</a></li>
</ul>
Expand Down
Loading