-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex_fr.html
98 lines (87 loc) · 3.83 KB
/
index_fr.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
---
title: Accueil
tab: Home
---
{% include header_fr.html %}
<div id="myCarousel" class="carousel slide" data-ride="carousel" id="banner">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="media/woodbury.png" alt="WoodBury">
</div>
<div class="item">
<img src="media/stonebury.png" alt="StoneBury">
</div>
<div class="item">
<img src="media/spawn_district.png" alt="Spawn District">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="jumbotron no-background">
<h1>Nous sommes Eurythmia.</h1>
<p>Nous sommes une organisation à but non lucratif qui veut vous donner la meilleure expérience de Minetest.</p>
</div>
<div class="content">
<h1>Rejoignez-nous !</h1>
<div class="row">
<div class="col-md-6">
<h2>Rejoignez-nous sur l'IRC</h2>
<div class="join-logo">
<a href="irc_fr.html">
<img src="https://kiwiirc.com/img/logo.png" alt="KiwiIRC logo" style="display: inline-block; margin-right: 10px;" /><p style="color: rgb(119, 119, 119); font-family: 'Droid Serif','Georgia','Times New Roman',Helvetica,Arial,sans-serif; font-size: 20px; font-weight: 400; display: inline-block;">KiwiIRC</p>
</a>
</div>
<p>
Serveur : chat.freenode.net<br />
Canal : #eurythmia<br />
Port : 6667 (sans SSL) / 6697 (avec SSL)
</p>
</div>
<!--
<div class="col-md-6">
<h2>Rejoignez-nous sur Mumble</h2>
<div class="join-logo">
<img src="https://wiki.mumble.info/logo.png" alt="Mumble logo" />
</div>
<p>
Serveur : langg.net<br />
Canal : Eurythmia<br />
Port : 64738
</p>
</div>
-->
<div class="col-md-6">
<h2>Rejoignez-nous sur Discord</h2>
<a href="https://discord.gg/HhKzNvghrb"><div class="join-logo">
<img src="https://discord.com/assets/41484d92c876f76b20c7f746221e8151.svg" alt="Discord logo" width=10% />
</div>
<p>
https://discord.gg/HhKzNvghrb
</p></a>
</div>
</div>
<h1>Jouez !</h1>
<div class="play">
<h2>Téléchargez Minetest sur <a href="http://www.minetest.net/downloads/">minetest.net</a></h2>
<p>
Serveur : langg.net<br />
Port : 30001
</p>
</div>
</div>
{% include footer_fr.html %}