-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
68 lines (57 loc) · 2.9 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Golangit!</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Golangit</h1>
<p class="header">go Italian user group</p>
<ul>
<li><a class="buttons github" target="_blank" href="https://github.com/golangit">GitHub Profile</a></li>
</ul>
</header>
<section>
<h3>
<a name="benvenuto-sul-sito-ufficiale-del-gruppo-italiano" class="anchor" href="#benvenuto-sul-sito-ufficiale-del-gruppo-italiano"><span class="octicon octicon-link"></span></a>Benvenuto sul sito ufficiale del gruppo di gopher italiani.</h3>
<p><img src="https://en.gravatar.com/userimage/60998715/29b9846cd80a0efc8b64b057edd0635b.png" alt="golangit"></p>
<p>Per ogni domanda o discussione partecipa alla comunità</p>
<p><a target="_blank" href="https://groups.google.com/forum/#!forum/golangit">https://groups.google.com/forum/#!forum/golangit</a></p>
<h3>I nostri progetti</h3>
<ul>
<li><strong><a target="_blank" href="https://gobyexample.it/">gobyexample.it</a></strong><br/>
<p>Traduzione italiana di <a target="_blank" href="https://gobyexample.com/">gobyexample.com</a>, un progetto per l'insegnamento di Go tramite esempi concreti commentati. Contributi e correzioni sono più che gradite. <br/>
Repo: <a target="_blank" href="https://github.com/golangit/gobyexample-it">https://github.com/golangit/gobyexample-it</a>.
<br/>
Traduzione by <a target="_blank" href="https://github.com/cortinico">cortinico</a> & <a target="_blank" href="https://github.com/thehowl">thehowl</a>
</p>
</li>
</ul>
</section>
<footer>
<p><small>Hosted on <a target="_blank" href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-47745444-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>