Skip to content

No trello #47

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

Merged
merged 3 commits into from
Apr 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
29 changes: 8 additions & 21 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 @@ -134,11 +134,13 @@ <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://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>Adesso organizziamo gli incontri con Eventbrite</strong>, dove abbiamo una pagina dedicata.
</p>
</a>
</section>
</div>
Expand Down Expand Up @@ -172,20 +174,6 @@ <h3>Facebook</h3>
</section>
</div>
</div>
<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.
</p>
</a>
</section>
</div>
</div>
</div>
</article>
</div>
Expand All @@ -206,7 +194,6 @@ <h2>Supported by</h2>
<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>
</ul>
</div>
</article>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pythonmilano",
"version": "2.0.0",
"description": "the site of pythonmilano.xyz",
"description": "The site of Python Milano",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -15,7 +15,7 @@
"keywords": [],
"author": "PyMi",
"license": "MIT+CC-BY-3.0",
"homepage": "http://pythonmilano.xyz",
"homepage": "http://milano.python.it",
"devDependencies": {
"live-server": "^1.2.1",
"node-sass": "^7.0.0"
Expand Down