-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
279 lines (279 loc) · 15.1 KB
/
news.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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Actualités - Etoiles et Toiles</title>
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Courgette&family=Quicksand:wght@300&family=Roboto&display=swap" rel="stylesheet">
<link href="./tailwind.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="fixed top-0 z-50 flex justify-end w-screen p-6 lg:w-full bg-primary bg-opacity-90">
<div class="items-center hidden w-auto pt-4 font-roboto lg:flex">
<a class="block mr-10 text-white hover:text-gray-400" href="index.html">Accueil</a>
<a class="block mr-10 text-white hover:text-gray-400" href="films.html">A l'affiche</a>
<a class="block mr-10 text-tertiary hover:text-gray-400" href="news.html">Actualités</a>
<a class="block mr-10 text-white hover:text-gray-400" href="calendar.html">Calendrier</a>
<a class="block mr-10 text-white hover:text-gray-400" href="contact.html">Contact</a>
</div>
<div class="flex items-center justify-between w-full pt-4 text-white lg:hidden">
<div class="">
<h1 class="text-lg font-bold font-courgette"><a href="index.html">Etoiles et Toiles</a></h1>
<h2>Festival de films de plein air</h2>
</div>
<div class="block">
<button class="flex items-center px-4 py-3 border rounded text-fourth border-fourth focus:outline-none" id="burger">
<svg class="w-4 h-4 fill-current" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path>
</svg>
</button>
<div class="bg-white lg:hidden" hidden="" id="burger-nav">
<a class="block py-1 mx-10 text-tertiary hover:text-gray-400" href="index.html">Accueil</a>
<a class="block py-1 mx-10 text-primary hover:text-gray-400" href="films.html">A l'affiche</a>
<a class="block py-1 mx-10 text-primary hover:text-gray-400" href="news.html">Actualités</a>
<a class="block py-1 mx-10 text-primary hover:text-gray-400" href="calendar.html">Calendrier</a>
<a class="block py-1 mx-10 text-primary hover:text-gray-400" href="contact.html">Contact</a>
</div>
</div>
</div>
</nav>
</header>
<main class="w-screen pt-40">
<section class="md:grid md:grid-cols-2 md:justify-items-stretch md:pb-12">
<div id="download-programme" class="grid pb-6 place-items-center">
<div>
<button type="submit" class="px-12 py-3 text-white rounded-md shadow-md text-md lg:w-full bg-tertiary hover:bg-orange-400">Télécharger le programme PDF</button>
</div>
</div>
<div id="page-title" class="hidden md:block">
<h1 class="text-5xl font-bold font-courgette">Actualités</h1>
</div>
</section>
<section id="news-feed" class="grid grid-cols-1 pb-12 md:grid-cols-2">
<div class="w-4/5 px-10 py-6 mx-auto my-4 bg-white rounded shadow-xl md:max-w-xl">
<div class="pb-10">
<img src="assets/images/cinema_exterieur.jpg" alt="" class="w-full max-h-64" />
</div>
<div class="flex items-center justify-between">
<span class="font-light text-gray-600">28 mars 2021</span>
<a class="px-2 py-1 font-bold text-gray-100 rounded bg-fourth hover:bg-gray-500" href="#">Annonce</a>
</div>
<div class="mt-2">
<a class="text-2xl font-bold text-gray-700 hover:text-gray-600" href="article.html">
Lorem ipsum dolor sit amet
</a>
<p class="mt-2 text-gray-600">
Ille enim occurrentia nescio quae comminiscebatur; Eadem nunc mea adversum te oratio est. Sit sane ista voluptas. Omnes enim iucundum motum, quo sensus hilaretur.
</p>
</div>
<div class="flex items-center justify-between mt-4">
<a class="text-blue-600 hover:underline" href="article.html">Lire l'article</a>
</div>
</div>
<div class="w-4/5 px-10 py-6 mx-auto my-4 bg-white rounded shadow-xl md:max-w-xl ">
<div class="pb-10">
<img src="assets/images/cinema_exterieur.jpg" alt="Cinema en extérieur" class="w-full max-h-64" />
</div>
<div class="flex items-center justify-between">
<span class="font-light text-gray-600">28 mars 2021</span>
<a class="px-2 py-1 font-bold text-gray-100 rounded bg-fourth hover:bg-gray-500" href="#">Annonce</a>
</div>
<div class="mt-2">
<a class="text-2xl font-bold text-gray-700 hover:text-gray-600" href="article.html">
Lorem ipsum dolor sit amet
</a>
<p class="mt-2 text-gray-600">
Ille enim occurrentia nescio quae comminiscebatur; Eadem nunc mea adversum te oratio est. Sit sane ista voluptas. Omnes enim iucundum motum, quo sensus hilaretur.
</p>
</div>
<div class="flex items-center justify-between mt-4">
<a class="text-blue-600 hover:underline" href="article.html">Lire l'article</a>
</div>
</div>
<div class="w-4/5 px-10 py-6 mx-auto my-4 bg-white rounded shadow-xl md:max-w-xl">
<div class="pb-10">
<img src="assets/images/ticket.jpg" alt="Billets de cinéma" class="w-full max-h-64" />
</div>
<div class="flex items-center justify-between">
<span class="font-light text-gray-600">28 mars 2021</span>
<a class="px-2 py-1 font-bold text-gray-100 rounded bg-fourth hover:bg-gray-500" href="#">Annonce</a>
</div>
<div class="mt-2">
<a class="text-2xl font-bold text-gray-700 hover:text-gray-600" href="article.html">
Lorem ipsum dolor sit amet
</a>
<p class="mt-2 text-gray-600">
Ille enim occurrentia nescio quae comminiscebatur; Eadem nunc mea adversum te oratio est. Sit sane ista voluptas. Omnes enim iucundum motum, quo sensus hilaretur.
</p>
</div>
<div class="flex items-center justify-between mt-4">
<a class="text-blue-600 hover:underline" href="article.html">Lire l'article</a>
</div>
</div>
<div class="w-4/5 px-10 py-6 mx-auto my-4 bg-white rounded shadow-xl md:max-w-xl">
<div class="pb-10">
<img src="assets/images/appareil_photo.jpg" alt="Vieil appareil photo" class="w-full max-h-64" />
</div>
<div class="flex items-center justify-between">
<span class="font-light text-gray-600">28 mars 2021</span>
<a class="px-2 py-1 font-bold text-gray-100 rounded bg-fourth hover:bg-gray-500" href="#">Annonce</a>
</div>
<div class="mt-2">
<a class="text-2xl font-bold text-gray-700 hover:text-gray-600" href="article.html">
Lorem ipsum dolor sit amet
</a>
<p class="mt-2 text-gray-600">
Ille enim occurrentia nescio quae comminiscebatur; Eadem nunc mea adversum te oratio est. Sit sane ista voluptas. Omnes enim iucundum motum, quo sensus hilaretur.
</p>
</div>
<div class="flex items-center justify-between mt-4">
<a class="text-blue-600 hover:underline" href="article.html">Lire l'article</a>
</div>
</div>
<div class="w-4/5 px-10 py-6 mx-auto my-4 bg-white rounded shadow-xl md:max-w-xl">
<div class="pb-10">
<img src="assets/images/cinema_exterieur.jpg" alt="" class="w-full max-h-64" />
</div>
<div class="flex items-center justify-between">
<span class="font-light text-gray-600">28 mars 2021</span>
<a class="px-2 py-1 font-bold text-gray-100 rounded bg-fourth hover:bg-gray-500" href="#">Annonce</a>
</div>
<div class="mt-2">
<a class="text-2xl font-bold text-gray-700 hover:text-gray-600" href="article.html">
Lorem ipsum dolor sit amet
</a>
<p class="mt-2 text-gray-600">
Ille enim occurrentia nescio quae comminiscebatur; Eadem nunc mea adversum te oratio est. Sit sane ista voluptas. Omnes enim iucundum motum, quo sensus hilaretur.
</p>
</div>
<div class="flex items-center justify-between mt-4">
<a class="text-blue-600 hover:underline" href="article.html">Lire l'article</a>
</div>
</div>
<div class="w-4/5 px-10 py-6 mx-auto my-4 bg-white rounded shadow-xl md:max-w-xl">
<div class="pb-10">
<img src="assets/images/cinema_exterieur.jpg" alt="" class="w-full max-h-64" />
</div>
<div class="flex items-center justify-between">
<span class="font-light text-gray-600">28 mars 2021</span>
<a class="px-2 py-1 font-bold text-gray-100 rounded bg-fourth hover:bg-gray-500" href="#">Annonce</a>
</div>
<div class="mt-2">
<a class="text-2xl font-bold text-gray-700 hover:text-gray-600" href="article.html">
Lorem ipsum dolor sit amet
</a>
<p class="mt-2 text-gray-600">
Ille enim occurrentia nescio quae comminiscebatur; Eadem nunc mea adversum te oratio est. Sit sane ista voluptas. Omnes enim iucundum motum, quo sensus hilaretur.
</p>
</div>
<div class="flex items-center justify-between mt-4">
<a class="text-blue-600 hover:underline" href="article.html">Lire l'article</a>
</div>
</div>
</section>
<section class="pb-6 pl-12 bg-white ">
<button id="scrollToTopBtn" class="font-bold text-primary">Retour en haut de page</button>
</section>
</main>
<footer class="text-white bg-primary">
<div class="container p-8 mx-auto bg-grey-lighter" id="footer-top">
<div class="mb-4 md:flex">
<div class="h-auto sm:w-1/4">
<div class="mb-2 text-2xl font-bold cursor-pointer">
Films
</div>
<ul class="leading-normal list-reset">
<li class="cursor-pointer hover:text-fourth">
<a href="film.html">Chat Noir Chat Blanc</a>
</li>
<li class="cursor-pointer hover:text-fourth"><a href="film.html">Merveilles à Montfermeil</a></li>
<li class="cursor-pointer hover:text-fourth"><a href="film.html">Hotel By the River</a></li>
<li class="cursor-pointer hover:text-fourth"><a href="film.html">Les héros ne meurent jamais</a></li>
</ul>
</div>
<div class="h-auto sm:w-1/4">
<div class="mb-2 text-2xl font-bold cursor-pointer">
<a href="news.html">Actualités</a>
</div>
<ul class="leading-normal list-reset">
<li class="cursor-pointer hover:text-fourth"><a href="article.html" >Actu 1</a></li>
<li class="cursor-pointer hover:text-fourth"><a href="article.html" >Actu 2</a></li>
<li class="cursor-pointer hover:text-fourth"><a href="article.html" >Actu 3</a></li>
<li class="cursor-pointer hover:text-fourth"><a href="article.html" >Actu 4</a></li>
</ul>
</div>
<div class="h-auto sm:w-1/4">
<div class="mb-2 text-2xl font-bold cursor-pointer">
Le festival
</div>
<ul class="leading-normal list-reset">
<li class="cursor-pointer hover:text-fourth"><a href="film.html">Réserver</a></li>
<li class="cursor-pointer hover:text-fourth">Lieu</li>
<li class="cursor-pointer hover:text-fourth">
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="h-auto mt-8 sm:w-1/4 sm:mt-0">
<div class="mb-2 text-2xl font-bold cursor-pointer">
L'association
</div>
<ul class="leading-normal list-reset">
<li class="cursor-pointer hover:text-fourth"><a href="privacy.html">Politique de confidentialité</a></li>
<li class="cursor-pointer hover:text-fourth"><a href="legal.html">Mentions légales</a></li>
<li class="cursor-pointer hover:text-fourth"><a href="cgu.html">CGU</a></li>
<li class="cursor-pointer hover:text-fourth"><a href="aboutus.html">Qui sommes-nous?</a></li>
</ul>
</div>
<div class="h-auto mt-8 sm:w-1/4 sm:mt-0">
<div class="mb-2 text-2xl font-bold">
S'inscrire à la newsletter
</div>
<p class="leading-normal text-gray-200">Adresse email</p>
<div class="flex mt-4">
<input class="h-auto p-2 text-sm border border-grey-light round text-grey-dark" placeholder="Votre adresse email" type="text">
<button class="h-auto p-3 text-white rounded-sm bg-tertiary">S'inscrire</button>
</div>
</div>
</div>
</div>
<div class="grid grid-cols-1 grid-rows-2 pb-6 md:grid-cols-2 md:grid-rows-1 md:mx-60 md:justify-items-stretch place-items-center" id="footer-bottom">
<div class="md:pb-12 md:-ml-8" id="escadenca">
<!-- <div id="logo" class="flex items-center justify-center w-48 h-48 rounded-full" > -->
<img alt="logo Escadença coccinelle" class="max-h-44 max-w-44" src="assets/images/Bloc-marque.png"> <!-- </div> -->
<div class="mt-2" id="agency">
<p class="ml-6 text-lg font-bold">Agence Escadença Media</p>
</div>
</div>
<div class="grid grid-cols-1 mt-20 max-h-36 justify-items-end" id="social">
<ul class="flex text-center text-white">
<li class="p-2 cursor-pointer">
<svg class="text-white fill-current" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z"></path>
</svg>
</li>
<li class="p-2 cursor-pointer">
<svg class="text-white fill-current" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path cliprule="evenodd" d="M21.231 0h-18.462c-1.529 0-2.769 1.24-2.769 2.769v18.46c0 1.531 1.24 2.771 2.769 2.771h18.463c1.529 0 2.768-1.24 2.768-2.771v-18.46c0-1.529-1.239-2.769-2.769-2.769zm-9.231 7.385c2.549 0 4.616 2.065 4.616 4.615 0 2.549-2.067 4.616-4.616 4.616s-4.615-2.068-4.615-4.616c0-2.55 2.066-4.615 4.615-4.615zm9 12.693c0 .509-.413.922-.924.922h-16.152c-.511 0-.924-.413-.924-.922v-10.078h1.897c-.088.315-.153.64-.2.971-.05.337-.081.679-.081 1.029 0 4.079 3.306 7.385 7.384 7.385s7.384-3.306 7.384-7.385c0-.35-.031-.692-.081-1.028-.047-.331-.112-.656-.2-.971h1.897v10.077zm0-13.98c0 .509-.413.923-.924.923h-2.174c-.511 0-.923-.414-.923-.923v-2.175c0-.51.412-.923.923-.923h2.174c.511 0 .924.413.924.923v2.175z" fillrule="evenodd"></path>
</svg>
</li>
<li class="p-2 cursor-pointer">
<svg class="text-white fill-current" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"></path>
</svg>
</li>
</ul>
<p class="text-2xl font-bold">Films de Plein Air</p>
<p><span>01 02 03 04 05</span></p>
<a class="block hover:text-indigo-600" href="mailto:">[email protected]<span class="p-1 text-xs"></span></a>
</div>
</div>
</footer>
<script src="functions.js" type="text/javascript">
</script>
</body>
</html>