-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (36 loc) · 1.56 KB
/
index.html
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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>GolangSP</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="página da comunidade de desenvolvedores Go (golang) de São Paulo, Brasil">
<link rel="stylesheet" href="css/golangsp.css">
</head>
<body>
<div><img src="img/golangsp01.png" /></div>
<div>Entre em contato conosco:</div>
<div>[email protected]</div>
<div> </div>
<div><a href="https://invite.slack.golangbridge.org/">ou entre no canal #saopaulo no Slack de Go</a></div>
<div> </div>
<div>Veja nosso calendário de reuniões em nosso Meetup</div>
<div><a href="https://meetup.com/golangbr/">meetup.com/golangbr/</a></div>
<div> </div>
<div>E buscamos patrocínio para nossas reuniões e camisetas.<br />
Ficaremos muito felizes com o apoio da sua empresa :D</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108371757-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108371757-1');
</script>
</body>
</html>