-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
184 lines (162 loc) · 7.47 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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>AG AFUP'15 | Clermont'ech</title>
<link rel="stylesheet" href="reveal.js/css/reveal.min.css">
<link rel="stylesheet" href="css/theme.css" id="theme">
<link rel="stylesheet" href="css/custom.css">
<script>
if (window.location.search.match(/print-pdf/gi)) {
document.write('<link rel="stylesheet" href="css/pdf.css" type="text/css">');
}
</script>
<!--[if lt IE 9]>
<script src="reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1 class="title">Clermont-Ferrand</h1>
<em>Ville candidate PHP Tour 2016</em>
</section>
<section>
<section data-markdown>
<script type="text/template">
# Où ?
</script>
</section>
<section data-markdown>
<script type="text/template">
## Clermont-Ferrand, c'est...
<br>
* En Auvergne
* Au milieu, donc à la bonne distance
* Entouré de volcans
</script>
</section>
<section data-markdown>
<script type="text/template">
## Témoignages
<br>
![](images/tem1.png)
</script>
</section>
<section data-markdown>
<script type="text/template">
## (Presque) Vrais Témoignages
<br>
![](images/marc.jpg)
> “ Clermont-Fd est l'une des plus belles villes
> qu'il m'est été donné de visiter ”
</script>
</section>
<section data-markdown>
<script type="text/template">
## (Presque) Vrais Témoignages
<br>
![](images/ubermuda.png)
</script>
</section>
<section data-background="images/cathedral.jpg"></section>
<section data-background="images/jaude.jpg"></section>
<section data-background="images/polydome.jpg"></section>
<section data-background="images/polydome2.jpg"></section>
</section>
<section>
<section data-markdown>
<script type="text/template">
# Qui ?
</script>
</section>
<section>
<img src="images/clermontech.png" class="no-border">
</section>
<section>
<h2>Clermont'ech, en bref</h2>
<br>
<table>
<tr>
<td>
<h3>Partage</h3>
<img src="images/noun_project_14291.svg" alt="Share" width="120px" class="no-border">
</td>
<td>
<h3>Ouverture</h3>
<img src="images/noun_project_8233.svg" alt="Open" width="200px" class="no-border" style="margin-top: -20px">
</td>
</tr>
<tr>
<td colspan="2"><br></td>
</tr>
<tr>
<td>
<h3>Indépendance</h3>
<img src="images/noun_project_13480.svg" alt="Unlock" width="120px" class="no-border">
</td>
<td>
<h3>Respect</h3>
<img src="images/noun_project_767.svg" alt="Handshake" width="180px" class="no-border" style="margin-top: 40px">
</td>
</tr>
</table>
</section>
<section data-markdown>
<script type="text/template">
## Plus des bénévoles !
<br>
### [@LavaJUG](https://twitter.com/LavaJUG)
### [@ClermontJS](https://twitter.com/ClermontJS)
### [@Clermont.rb](https://twitter.com/clermontrb)
### et bien d'autres
</script>
</section>
<section data-markdown>
<script type="text/template">
## Et une communauté
<br>
Etudiants, académiques et professionnels
</script>
</section>
<section data-markdown>
<script type="text/template">
## Sans oublier nos partenaires
</script>
</section>
<section>
<img src="images/yes-we-can.jpg" class="no-border">
<p><br></p>
<p>... ORGANISER LE PHP TOUR 2016.</p>
</section>
</section>
<section>
<h2>Merci ♥</h2>
<p>
<img src="images/vive.jpg">
</p>
<p>
<em><small>Et tout cela en ayant réussi à ne pas parler de Michelin ;-)</small></em>
</p>
</section>
</div>
</div>
<script type="text/javascript" src="reveal.js/lib/js/head.min.js"></script>
<script type="text/javascript" src="reveal.js/js/reveal.min.js"></script>
<script type="text/javascript">
Reveal.initialize({
slideNumber: !window.location.search.match(/print-pdf/gi),
history: true,
theme: Reveal.getQueryHash().theme,
transition: Reveal.getQueryHash().transition || 'concave',
dependencies: [
{ src: 'reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'js/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
]
});
</script>
</body>
</html>