This repository was archived by the owner on Jun 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmaintenance.html
More file actions
43 lines (42 loc) · 1.55 KB
/
Copy pathmaintenance.html
File metadata and controls
43 lines (42 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Python Minas</title>
<link rel="stylesheet" type="text/css" href="/static/css/maintenance.css" />
</head>
<body>
<table class="maintenance">
<tbody>
<tr>
<td>
<h1>
<a href="#" title="Python Users Groups - Minas">
<img src="/static/img/logo-homepage.png" alt="Python Users Groups - Minas" />
</a>
</h1>
<h2>Página em manutenção, acompanhe através das mídias sociais!</h2>
<div class="social-bar">
<a href="https://groups.google.com/forum/#!forum/python-mg" title="Entre do nosso fórum, e tire suas dúvidas!" target="_blank">
<i class="social google-groups"></i>
</a>
<a href="http://www.meetup.com/Belo-Horizonte-Python-User-Group/" title="Participe ainda mais dos nossos encontros!" target="_blank">
<i class="social meetup"></i>
</a>
<a href="https://github.com/python-mg" title="Contribua com nossos projetos open-source!" target="_blank">
<i class="social github"></i>
</a>
<a href="https://twitter.com/pythonmg" title="Acompanhe em tempo real a comunidade!" target="_blank">
<i class="social twitter"></i>
</a>
<a href="https://www.youtube.com/channel/UCrQjZ8bHePsrAqaKgSmKPPQ" title="Assine nosso canal, e aprenda muito mais!" target="_blank">
<i class="social youtube"></i>
</a>
</div>
</ul>
</td>
</tr>
</tbody>
</table>
</body>
</html>