This repository has been archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
43 lines (43 loc) · 2.41 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
<!DOCTYPE html>
<html>
<head>
<title>Mozilla Italia Links</title>
<meta content="uft-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<link href='http://fonts.googleapis.com/css?family=Fira+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<meta property="og:type" content="website" />
<meta property="og:title" content="Mozilla Italia Links" />
<meta property="og:description" content="I nostri riferimenti social e molto altro!" />
<meta property="og:url" content="http://mozillaitalia.github.io" />
<meta property="og:site_name" content="Mozilla Italia" />
<meta property="og:image" content="http://mozillaitalia.github.io/assets/mozilla-italia.png" />
<meta property="og:locale" content="it_IT" />
<meta name="twitter:site" content="@mozillaitalia" />
</head>
<body>
<div class="center">
<div class="imageblock">
<img src="assets/img/mozilla-italia.png" alt="Mozilla Italia Logo">
<img src="assets/img/header_nome.png" class="nome" alt="Comunità Mozilla Italia">
</div>
<h1>Scopri la nostra community!</h1>
<a href="http://www.mozillaitalia.org/" class="btn btn-green">Il sito</a>
<a href="http://forum.mozillaitalia.org/" class="btn btn-green">Il forum</a>
<a href="https://www.facebook.com/mozillaitalia" class="btn btn-green">Pagina Facebook</a>
<a href="https://twitter.com/mozillaitalia" class="btn btn-green">Account Twitter</a>
<a href="events.html" class="btn btn-red">Events</a>
<h1>Altri account social</h1>
<a href="https://www.facebook.com/MozillaItaly" class="btn btn-green">Mozilla Italy su Facebook</a>
<a href="https://twitter.com/mozillapr_it" class="btn btn-green">Mozilla Press Italia su Twitter</a>
<h1>Firefox Club in Italia</h1>
<a href="http://firefoxmilano.altervista.org/" class="btn btn-green">Firefox Club Milano</a>
<h1>App in Italiano o di Italiani per Firefox (os/Android)</h1>
<a href="apps.html" class="btn btn-green">Lista</a>
<h1>Lascia un tuo feedback (anonimo) per l'evento!</h1>
<a href="https://docs.google.com/forms/d/1kqvl2sfp1ZvAj0Zdy9PAI71CBHZsAtlcBf85zr9cWwY/viewform" class="btn btn-green">Compila il modulo</a>
</div>
<footer></footer>
</body>
</html>