Skip to content

Commit 0848f26

Browse files
authored
Merge pull request #47 from PythonMilano/no-trello
No trello
2 parents 20293f6 + a96eb81 commit 0848f26

File tree

2 files changed

+10
-23
lines changed

2 files changed

+10
-23
lines changed

index.html

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<li><a href="#top">PyMi</a></li>
6666
<li><a href="#next-meetup">Meetup</a></li>
6767
<li><a href="#links">Contatti</a></li>
68-
<li><a href="#sponsor">Supporter</a></li>
68+
<li><a href="#sponsor">Supporters</a></li>
6969
</ul>
7070
</nav>
7171

@@ -134,11 +134,13 @@ <h3>Slack</h3>
134134
</div>
135135
<div class="4u 12u(mobile)">
136136
<section class="box style1">
137-
<a href="https://trello.com/b/0BEDDL3K/argomenti-incontri">
138-
<span class="icon featured fa-trello"></span>
139-
<h3>Trello</h3>
140-
<p>Abbiamo una Trello Board dove si possono proporre e votare gli argomenti di discussione per
141-
il meetup. Leggi la carta con le indicazioni su come fare!</p>
137+
<a href="https://pymi.eventbrite.com">
138+
<span class="icon featured fa-group"></span>
139+
<h3>Meetup</h3>
140+
<p>Agosto 2017: raggiunta quota <strong>575</strong>!<br>
141+
Abbiamo chiuso il canale Meetup per mancanza di sponsor.<br>
142+
<strong>Adesso organizziamo gli incontri con Eventbrite</strong>, dove abbiamo una pagina dedicata.
143+
</p>
142144
</a>
143145
</section>
144146
</div>
@@ -172,20 +174,6 @@ <h3>Facebook</h3>
172174
</section>
173175
</div>
174176
</div>
175-
<div class="row">
176-
<div class="4u 12u(mobile)">
177-
<section class="box style1">
178-
<a href="https://pymi.eventbrite.com">
179-
<span class="icon featured fa-group"></span>
180-
<h3>Meetup</h3>
181-
<p>Agosto 2017: raggiunta quota <strong>575</strong>!<br>
182-
Abbiamo chiuso il canale Meetup per mancanza di sponsor.<br>
183-
<strong>I nostri prossimi incontri li organizzeremo con Eventbrite</strong>, dove abbiamo una pagina dedicata.
184-
</p>
185-
</a>
186-
</section>
187-
</div>
188-
</div>
189177
</div>
190178
</article>
191179
</div>
@@ -206,7 +194,6 @@ <h2>Supported by</h2>
206194
<li><a href="http://www.genropy.org/" title="Softwell, core team di GenroPy"><img src="assets/img/logo_softwell.png"></a></li>
207195
<li><a href="https://www.oreilly.com/" title="O'reilly"><img src="assets/img/logo_oreilly.png"></a></li>
208196
<li><a href="https://www.microsoft.com/" title="Microsoft"><img src="assets/img/logo_microsoft.png"></a></li>
209-
<li><a href="https://www.milanotechscene.it/" title="Milano Tech Scene"><img src="assets/img/logo_mts.png"></a></li>
210197
</ul>
211198
</div>
212199
</article>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pythonmilano",
33
"version": "2.0.0",
4-
"description": "the site of pythonmilano.xyz",
4+
"description": "The site of Python Milano",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
@@ -15,7 +15,7 @@
1515
"keywords": [],
1616
"author": "PyMi",
1717
"license": "MIT+CC-BY-3.0",
18-
"homepage": "http://pythonmilano.xyz",
18+
"homepage": "http://milano.python.it",
1919
"devDependencies": {
2020
"live-server": "^1.2.1",
2121
"node-sass": "^7.0.0"

0 commit comments

Comments
 (0)