-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (102 loc) · 4.88 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="css/prefixed/style.css">
<link href="https://fonts.googleapis.com/css2?family=Bad+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Croissant+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Devonshire&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Meera+Inimai&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pangolin&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sofadi+One&display=swap" rel="stylesheet">
<title>homyfood</title>
</head>
<body>
<header class="Header">
<h1 class="Header__Title meera">
<a href="./index.html">ohmyfood</a>
</h1>
</header>
<footer class="Footer">
<a class="Footer__Left wiggle meera" href="./MentionsLégales.html" target="_blank">Mentions légales</a>
<a class="Footer__Right wiggle meera" href="mailto:[email protected]" target="_blank">Contactez-nous</a>
</footer>
<!--Les 4 cartes-->
<main>
<div class="sub-main">
<!--Carte1-->
<a href="./menu1.html" class="carte carte--1 parent">
<div class="child">
<svg class="Note" viewBox="131.699 118.226 209.844 225.978" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradient-2">
<stop class="stop-color11" offset="0"/>
<stop offset="1" class="stop-color12"/>
</linearGradient>
</defs>
<path class="CarteSVG CarteSVG--ID2" d="M 180.624 293.924 L 181.445 158.456 C 233.716 135.194 287.082 121.784 341.543 118.226 L 341.543 301.624 C 335.796 330.256 275.589 334.805 274.22 305.419 C 273.597 292.046 282.354 281.92 300.492 275.041 C 309.286 271.706 318.591 273.074 328.407 279.146 L 328.407 174.043 C 281.609 172.952 238.095 179.525 197.865 193.76 L 197.865 318.517 C 192.939 334.129 181.992 342.625 165.024 344.006 C 145.309 345.61 128.611 337.418 132.184 321.839 C 137.014 300.777 148.235 289.009 180.624 293.924 Z M 198.397 181.364 C 239.174 168.501 282.156 159.825 325.123 156.814 L 325.123 137.49 C 281.609 140.921 239.19 151.468 197.865 169.13 L 198.397 181.364 Z"/>
</svg>
<h2 class="Titre--1">La note enchantée</h2>
<p class="MenuP MenuP--1">MENU</p>
</div>
</a>
<!--Carte2-->
<a href="./menu2.html" class="carte carte--2 parent">
<div class="child">
<svg class="SVGP">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0" class="stop-color21"/>
<stop offset="1" class="stop-color23"/>
</linearGradient>
</defs>
<text class="Titre--2" fill="url(#grad1)" x="50%" y="50%">
Le chic à la française</text>
</svg>
<p class="MenuP MenuP--2">Menu</p>
</div>
</a>
<!--Carte3-->
<a href="./menu3.html" class="carte carte--3 parent">
<div class="child">
<svg class="SVGP">
<defs>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0" class="stop-color31"/>
<stop offset="1" class="stop-color33"/>
</linearGradient>
</defs>
<text class="Titre--3" fill="url(#grad2)" x="50%" y="50%">
Le délice des papillons</text>
</svg>
<p class="MenuP MenuP--3">Menu</p>
</div>
</a>
<!--Carte4-->
<a href="./menu4.html" class="carte carte--4 parent">
<div class="child">
<svg class="SVGP">
<defs>
<linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0" class="stop-color41"/>
<stop offset="1" class="stop-color42"/>
</linearGradient>
</defs>
<text class="Titre--4" fill="url(#grad3)" x="50%" y="50%">
La palette du goût</text>
</svg>
<p class="MenuP MenuP--4">Menu</p>
</div>
</a>
</div>
<!--Bouton-->
<div class="btn sentence meera">
<p>Prochainement</p><p class="active1">.</p><p class="active2">.</p><p class="active3">.</p>
</div>
</main>
</body>