forked from LeRubyNouveau/lerubynouveau.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="True" name="HandheldFriendly" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Le Ruby Nouveau</title>
<link href="https://fonts.googleapis.com/css?family=Amarante" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Della+Respira" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Glass+Antiqua" rel="stylesheet">
<style>
h1, h2, h3 { font-family: 'Amarante', cursive; text-align: center; }
body { font-family: 'Della Respira', serif; }
.glass { font-family: 'Glass Antiqua', cursive; font-weight: normal; }
body { background: #FBC199; color: #420900; }
.content { width: 90%; min-width: 320px; margin: auto; }
</style>
</head>
<body>
<h1>Le Ruby Nouveau</h1>
<h2 class="glass">Podcast francophone sur la tech en général, le Web et Ruby en particulier</h2>
<div class="content">
<p>Disponible en 2017.</p>
<p>
Vous pouvez nous contacter via Twitter
<a href="https://twitter.com/lerubynouveau">@LeRubyNouveau</a>
pour suggérer des invité-e-s, des sujets...
</p>
<p>
Vous pouvez également contribuer à
<a href="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/LeRubyNouveau/lerubynouveau.github.io/">LeRubyNouveau</a>
sur GitHub.
</p>
</div>
</body>
</html>