-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
147 lines (123 loc) · 4.02 KB
/
contact.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>Gitoyen</title>
<link rel="stylesheet" href="/theme/css/main.css">
<link href="https://gitoyen.net/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Gitoyen RSS Feed">
<script src="/theme/scripts/jquery-2.1.4.min.js"></script>
<script src="/theme/scripts/jquery.sticky.js"></script>
<script src="/theme/scripts/mine.js"></script>
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner">
<div id="headerContainer">
<div id="logo">
<a href="/index.html"></a>
</div>
<div class="burger">
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<nav>
<ul>
<li >
<a href="/">Accueil</a>
</li>
<li >
<a href="/gitoyen.html">Gitoyen</a>
</li>
<li >
<a href="/services-de-gitoyen.html">Nos Services</a>
</li>
<li >
<a href="/cote-technique.html">Côté technique</a>
</li>
<li >
<a href="/blog.html">Blog</a>
</li>
<li class="active">
<a href="/contact.html">Contact</a>
</li>
<li class="icon twitter"><a href="https://twitter.com/gitoyen"> </a></li>
<li class="icon rss"><a href="https://gitoyen.net/feeds/all.rss.xml"> </a></li>
</ul>
</nav>
</div>
</header><!-- /#banner -->
<div class="cacheMenu"></div>
<div class="container">
<div id="content-contact">
<h2>Contactez-nous</h2>
<h3>Par mail</h3>
<div class="row">
<section class="mails">
<ul>
<li> <strong>contact@</strong> - un bon premier point de contact</li>
<li> <strong>noc@</strong> - si vous avez des soucis « opérateur » (problèmes de routage, de transit,…)</li>
<li> <strong>peering@</strong> - si vous souhaitez établir une session de peering avec nous </li>
<li> <strong>abuse@</strong> - l'adresse est lue ;)</li>
</ul>
</section>
</div>
<h3>Par IRC</h3>
<div class="row">
<section class="irc">
<ul>
<li><strong>#gitoyen</strong>- Canal de Gitoyen</li>
<li><strong><a href="http://geeknode.net">GeekNode</a> </strong>- Réseau</li>
<li><strong>irc.geeknode.net </strong>- Serveur</li>
</ul>
</section>
</div>
<h3>Par courrier</h3>
<div class="row">
<section class="courrier">
<p class="adresse">
<strong>Gitoyen<br></strong>
21 ter rue Voltaire<br>
75011 Paris
</p>
</section>
</div>
<h3>Sur Twitter</h3>
<div class="row">
<section class="cpt-twitter">
<ul>
<li><a href="https://twitter.com/gitoyen">@gitoyen</a> pour la communication formelle, et les annonces.</li>
<li><a href="https://twitter.com/as20766">@as20766</a> plus informel..</li>
</ul>
</section>
</div>
<h3>Contact d'urgence</h3>
<div class="row">
<section class="urgence">
En cas d'extrême urgence, et si le contact mail `contact@` ne réponds pas,
Gitoyen peut aussi être contacté par téléphone via le numéro fournit dans la
base de donné du RIPE.<br>
<strong>whois -h whois.ripe.net AS20766</strong>
</section>
</div>
<h2>Outils pour les opérateurs</h2>
<ul>
<li><a href="http://lg.gitoyen.net/">Looking-glass</a></li>
<li><a href="http://ring.nlnog.net/">Ring nlnog</a></li>
<li><a href="http://debian.gitoyen.net/">Mirroir debian</a></li>
<li><a href="http://observium.gitoyen.net/">Observium</a></li>
<li><a href="http://smokeping.gitoyen.net/">Smokeping</a></li>
</ul>
</div>
</div>
<footer id="contentinfo">
<a href="#">Mentions légales</a>
</footer>
</body>
</html>