-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (41 loc) · 2.08 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
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="BgLUG tornerà a breve" />
<meta name="keywords" content="linux, bglug, linux user group" />
<title>BgLUG - Bergamo Linux Users Group</title>
<link rel="stylesheet" href="style.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68895240-1', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
</head>
<body>
<div id="coming-soon">
<img src="bglogo.png" class="center" width="200" height="200" />
<h1>BgLUG</h1>
<p>Stiamo aggiornando il sito del BgLUG, iscriviti alla newsletter per essere informato appena torneremo online.</p>
<form action="http://bglug.us12.list-manage.com/subscribe/post?u=bcef2fbb6bc947b59162578e3&id=402b042a86" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="subscribe">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="indirizzo e-mail" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_bcef2fbb6bc947b59162578e3_402b042a86" tabindex="-1" value=""></div>
<input type="submit" value="Iscriviti" name="subscribe">
<div class="clear"></div>
</div>
</form>
<a href="http://bglug.it/scuole"><h1 class="ribbon">
<strong class="ribbon-content">Vai al sito del progetto scuole</strong>
</h1></a>
<a href="http://facebook.com/bglug"><h1 class="ribbon-fb">
<strong class="ribbon-fb-content">Vai alla pagina facebook</strong>
</h1></a>
</div>
</body>
</html>