File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 220220]
221221
222222
223+ MALT_COMUNITY = [
224+ {
225+ 'title' : 'Mídias Sociais' ,
226+ 'text' : 'Siga a Python-MG nas mídias sociais para ficar por dentro' +
227+ ' dos encontros, novidades e postagens do nosso blog.' ,
228+ 'buttons' : [
229+ {
230+ 'text' : '<i class="fa fa-twitter fa-2x"></i> Twitter' ,
231+ 'href' : 'https://twitter.com/PythonMG'
232+ },
233+ {
234+ 'text' : '<i class="fa fa-facebook fa-2x"></i> Facebook' ,
235+ 'href' : 'https://facebook.com/uaipython'
236+ },
237+ ],
238+ },
239+ {
240+ 'title' : 'Meetup' ,
241+ 'text' : 'Nos encontramos duas vezes ao mês para trocar conhecimento.' +
242+ ' Veja nossa agenda de eventos.' ,
243+ 'buttons' : [
244+ {
245+ 'text' : '<i class="fa fa-calendar fa-2x"></i> Meetup' ,
246+ 'href' : 'http://www.meetup.com/' +
247+ 'Belo-Horizonte-Python-User-Group/'
248+ },
249+ ],
250+ },
251+ {
252+ 'title' : 'Lista de emails' ,
253+ 'text' : 'Para quem curte o bom e velho email, ' +
254+ 'temos a lista de discussão oficial do Grupy-DF no google groups.' ,
255+ 'buttons' : [
256+ {
257+ 'text' : '<i class="fa fa-envelope fa-2x"></i> Lista' ,
258+ 'href' : 'https://groups.google.com/forum/#!forum/python-mg'
259+ },
260+ ],
261+ },
262+ ]
263+
264+
223265def GET_AVATAR (autor , membros ):
224266 if autor in membros :
225267 if 'github' in membros [autor ]:
You can’t perform that action at this time.
0 commit comments