-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
675 lines (560 loc) · 21.2 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
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Tinto All Day est un coffee-cantine qui se spécialise dans la cuisine franco-colombienne : Bon café de spécialité (Azéria Torréfaction & guests) et autres boissons maison, bonne cuisine réalisée à partir de produits locaux, de saison, et inspirée de la Colombie, bonne musique et service chaleureux !">
<meta name="keywords" content="Tinto all day, restaurant, Anglet, coffee shop"
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.cdnfonts.com/css/antique-cable" rel="stylesheet">
<script src="script.js"></script>
<link rel="icon" href="Typographic Layout 02.png" type="image/x-icon">
<link rel="shortcut icon" href="Typographic Layout 02.png" type="image/x-icon">
<title>Tinto All Day - Coffee shop et cantine franco-colombienne à Anglet</title>
</head>
<body>
<style>
@import url('https://fonts.cdnfonts.com/css/antique-cable');
@font-face {
font-family: 'Grenoble-Serial Regular';
src: url('./Grenoble-Serial\ Regular.ttf') format('truetype'); /* ou 'opentype' pour les fichiers OTF */
}
body {
font-family: 'Grenoble-Serial Regular', sans-serif;
margin-left: 10%;
margin-right: 10%;
background-color: white;
font-size: 28px;
}
header {
justify-content: center;
}
html {
scroll-behavior: smooth;
}
#navbar {
display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Antique Cable', sans-serif;
font-size: 48px;
position: fixed;
height: 160px;
top: 0;
left: 0;
right: 0;
color: black;
background-color: white;
z-index: 1000;
}
@media screen and (max-width: 1256px) {
#navbar {
font-size: 36px;
}
}
#navbar ul {
display: flex;
list-style: none;
text-align: center;
margin-right: 18px;
padding: 0;
align-content: center;
gap: 18px;
}
#navbar li {
margin: 0 1rem;
}
.logotinto {
width:260px;
height: auto;
}
.dropdown {
display: none;
}
#bienvenidos {
text-align: center;
padding-top: 180px;
display: flex;
justify-content: space-between;
align-items: center;
}
#stella {
width: 90%;
height: auto;
}
#bienvenidos h1 {
font-size: 66px;
}
#bienvenidos h2 {
font-family: 'Antique Cable', sans-serif;
font-weight: 100;
font-size: 80px;
}
#rico {
width: 86%;
height: auto;
}
#about {
display: flex;
justify-content: space-between;
align-items: center;
text-align: left;
padding-top: 120px;
}
#about div {
margin-left: 60px;
}
#about h1 {
font-family: 'Antique Cable', sans-serif;
font-weight: 100;
font-size: 80px;
text-align: center;
}
#about p {
font-size: 30px;
}
#about img {
width: 50%;
height: auto;
}
#about div {
width: 60%;
}
#food {
display: flex;
flex-direction: column;
padding-top: 100px;
}
#food h1 {
font-family: 'Antique Cable', sans-serif;
font-weight: 100;
font-size: 80px;
}
#foodtitre {
display: flex;
padding-bottom: 44px;
}
#foodtitre img {
width: 20%;
height: auto;
}
#foodcontainer {
display: flex;
width: 100%;
overflow: hidden;
justify-content: space-around;
align-items: flex-end;
font-family: 'Antique Cable', sans-serif;
font-weight: 100;
font-size: 60px;
margin-bottom: 120px;
}
.fooddiv {
text-align: center;
width: 30%;
}
.fooddiv img {
width: 300px;
height: 420px;
}
.fooddiv p {
margin: 10px;
}
#shop {
padding-top: 64px;
}
#shop h1 {
font-family: 'Antique Cable', sans-serif;
font-weight: 100;
font-size: 80px;
}
#contact {
display: flex;
flex-direction: column;
padding-top: 64px;
padding-bottom: 32px;
justify-content: center;
align-items: center;
text-align: center;
}
#contact h1 {
font-family: 'Antique Cable', sans-serif;
font-weight: 100;
font-size: 80px;
}
#contact p {
}
#contact h2 {
font-family: 'Antique Cable', sans-serif;
font-weight: 100;
font-size: 80px;
text-align: center;
}
.cartepetite {
display: none;
}
#contact img {
width: 50%;
height: auto;
}
a {
color: black;
text-decoration: none;
}
footer {
text-align: center;
color: black;
padding-top: 64px;
padding-bottom: 32px;
}
@media screen and (max-width: 1078px) {
#navbar {
flex-direction: column;
height: 230px;
font-size: 38px;
}
#navbar ul {
margin-right: 0;
margin-top: 2px;
gap: 0;
}
.logotinto {
width: 320px;
height: 320px;
}
@media screen and (max-width: 782px) {
.logotinto {
width: 270px;
}
}
#bienvenidos {
padding-top: 260px;
}
#bienvenidos div {
margin-right: 28px;
}
#bienvenidos h1 {
font-size: 50px;
}
#stella {
width: 50%;
}
#about {
flex-direction: column-reverse;
}
#about div {
width: 100%;
}
#about img {
width: 80%;
}
#food {
justify-content: center;
}
#food h1{
display: flex;
justify-content: center;
}
#foodcontainer {
flex-direction: column;
align-items: normal;
margin: 0;
}
.fooddiv {
margin-bottom: 12px;
width: inherit;
}
#foodtitre img {
margin-left: 20px;
margin-top: 20px;
width: 40%;
height: 40%;
}
#carte {
display: flex;
justify-content: center;
}
.cartegrande {
display: none;
}
.cartepetite {
display: flex;
}
}
@media screen and (max-width: 644px) {
#navbar {
flex-direction:row;
justify-content:space-around;
align-items: center;
font-size: 30px;
height: 120px;
margin-top: -1px;
}
#navbar ul {
display: none; }
.logotinto {
margin-left: 0;
width: 200px;
height: auto;
}
/* Style The Dropdown Button */
.dropbtn {
display: flex;
background-color: white;
color: black;
padding: 4px;
font-family: 'Antique Cable', sans-serif;
border-color: black;
cursor: pointer;
}
.menuimg {
width: 64px;
height: 16px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
right: 0;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: white;
}
#bienvenidos {
flex-direction: column;
margin-left: 10%;
margin-right: 10%;
padding-top: 120px;
}
#bienvenidos h1 {
font-size: 40px;
}
#bienvenidos div {
display: flex;
flex-direction: column;
margin-right: 0;
text-align: center;
justify-content: center;
}
#stella {
width: 120%;
margin-top: 24px;
}
#rico {
width: 100%;
}
#about {
text-align: center;
padding-top: 0;
}
#about div {
margin-left: 0;
}
#about img {
width: 100%;
height: 100%;
}
#shop {
display: flex;
flex-direction: column;
padding-top: 22px;
}
#shop h1 {
display: flex;
margin-left: 62px;
}
#contact {
justify-content: center;
}
#contact div {
width: 100%;
flex-direction: row;
}
#contact img {
width: 100%;
}
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function() {
var dropdown = document.getElementById("myDropdown");
// Fermer le dropdown lors du clic sur un lien à l'intérieur du dropdown
var dropdownLinks = dropdown.getElementsByClassName("dropdown-content").getElementsByTagName("a");
for (var i = 0; i < dropdownLinks.length; i++) {
dropdownLinks[i].addEventListener("click", function() {
dropdown.getElementsByClassName("dropdown-content").style.display = "none";
});
}
// Fermer le dropdown lors du clic en dehors du dropdown
window.addEventListener("click", function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdownContent = dropdown.getElementsByClassName("dropdown-content")[0];
if (dropdownContent.style.display === 'block') {
dropdownContent.style.display = 'none';
}
}
});
});
</script>
<header>
<nav id="navbar">
<a href="#bienvenidos"><img class="logotinto" src="Typographic Layout 02.png" alt="logo Tinto all day"/></a>
<ul>
<li><a href="#bienvenidos">Bienvenidos</a></li>
<li><a href="#about">A propos</a></li>
<li><a href="#food">Food</a></li>
<li><a href="#shop">Shop: la tiendita</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="dropdown" id="myDropdown">
<button class="dropbtn">
<img class="menuimg" src="menu-svgrepo-com.svg" alt="menu"/>
</button>
<div class="dropdown-content">
<a href="#bienvenidos">Bienvenidos</a>
<a href="#about">A propos</a>
<a href="#food">Food</a>
<a href="#shop">Shop: la tiendita</a>
<a href="#contact">Contact</a>
</div>
</div>
</nav>
</header>
<div>
<section id="bienvenidos">
<div>
<h1>COFFEE SHOP
& CANTINE
FRANCO-COLOMBIENNE</h1>
<img id="rico" src="RICONORIQUISOMO.JPG" alt="slogan tinto all day"/>
</div>
<img id="stella" src="tinto stella jpeg.JPG" alt="affiche tinto all day"/>
</section>
<section id="about">
<img src="Tinto Original-11.jpg" alt="restaurant tinto all day"/>
<div>
<h1>A propos</h1>
<p>Tinto all day est un coffee-cantine qui se spécialise dans la cuisine franco-colombienne :
<br>
<br>
Bon café de spécialité (Azéria Torréfaction & guests) et autres boissons maison, bonne cuisine réalisée à partir de produits locaux, de saison, et inspirée de la Colombie, bonne musique et service chaleureux !
<br>
<br>
Nous servons les petits déjeuners et les déjeuners de 9h30 à 15h (à partir de 10h30 le week-end) et nous proposons aussi une offre sucrée (tout maison !) jusqu'à 17h. Le tout sur place ou à emporter.
<br>
<br>
PETITE HISTOIRE !
<br>
<br>
En Colombie, le "Tinto" est le café filtre que l'on partage en famille et à toute heure de la journée... Chez Tinto all day, on vous le sert à volonté !
<br>
<br>
<p style="text-align: right;">Hasta pronto !</p>
</p>
</div>
</section>
<section id="food">
<div id="foodtitre">
<h1>Food</h1>
<img src="Arepa-black.png" alt="arepa tinto all day">
</div>
<div id="foodcontainer">
<div class="fooddiv">
<p>
Colombian food
</p>
<img src="IMG_8581 (1).jpg" alt="cuisine colombienne"/>
</div>
<div class="fooddiv">
<p>
Boissons Maison
</p>
<img src="Tinto 4-5-2.jpg" alt="boisson maison"/>
</div>
<div class="fooddiv">
<p>
Cookies & cie
</p>
<img src="Tinto 4-5-1.jpg" alt="cookie et dessert"/>
</div>
</div>
<div class="embedsocial-hashtag" data-ref="1358eb3858ef1b355d9493965e78174f787bfca5"> <a class="feed-powered-by-es feed-powered-by-es-slider-new" href="https://embedsocial.com/social-media-aggregator/" target="_blank" title="Widget by EmbedSocial"><span></span> </a> </div> <script> (function(d, s, id) { var js; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://embedsocial.com/cdn/ht.js"; d.getElementsByTagName("head")[0].appendChild(js); }(document, "script", "EmbedSocialHashtagScript")); </script>
</section>
<section id="shop">
<div>
<h1>Shop: la tiendita (coming soon !)</h1>
</div>
</section>
<section id="contact">
<img src="macottes rico.JPG" alt="logos tinto all day"/>
<div>
<h2>
Contact
</h2>
<p>
<h3>LOCALISATION</h3>
163 AVENUE DE L'ADOUR
<br>
64600 ANGLET
<br>
<br>
<div id="carte">
<iframe title="Carte Google Maps" class="cartegrande" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2893.2750732534987!2d-1.504375023770418!3d43.51745627110891!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd5141570cee5591%3A0x7ed75a1f739ac6c3!2sTINTO%20ALL%20DAY%20-%20Caf%C3%A9%20cantine!5e0!3m2!1sfr!2ses!4v1698230378771!5m2!1sfr!2ses" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<iframe title="Carte Google Maps" class="cartepetite" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2893.2748867264636!2d-1.504375023609374!3d43.51746016119928!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd5141570cee5591%3A0x7ed75a1f739ac6c3!2sTINTO%20ALL%20DAY%20-%20Caf%C3%A9%20cantine!5e0!3m2!1sfr!2ses!4v1698320156228!5m2!1sfr!2ses" width="80%" height="200" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<br>
<h3>HORAIRES</h3>
Lundi : 9h-17h
<br>
Mardi : 9h-17h
<br>
Mercredi/Jeudi : Fermés
<br>
Vendredi : 9h-17h
<br>
Samedi et dimanche : 10h-17h
<br>
<br>
<h3>PAS DE RESERVATION</h3>
Nous ne prenons pas les réservations, sauf pour les tables de minimum 6 personnes.
<br>
La vente à emporter se fait directement au comptoir, pas au téléphone !
<br>
Pour tout renseignement supplémentaire :
<br>
<a href="mailto: [email protected]">[email protected]</a>
<br>
07.49.64.89.23</p>
</div>
</section>
</div>
<footer>
<p>Suivez-nous !</p>
<a href="https://www.instagram.com/tintoallday_cafe" aria-label="Instagram" target="_blank" rel="noopener noreferrer""><svg onclick="" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg></a>
<a href="https://www.facebook.com/tinto.all.day/" aria-label="Facebook" target="_blank" rel="noopener noreferrer"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg></a>
<a href="https://open.spotify.com/playlist/4wUOGSMDcF2sGO7zzySJvm?si=a3fe60b643d04ccf" aria-label="Spotify" target="_blank" rel="noopener noreferrer"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 496 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z"/></svg></a>
</footer>
</body>
</html>