-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.php
234 lines (196 loc) · 9.42 KB
/
index.php
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
<?php
get_header();
?>
<div class="intro">
<style>
.intro {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
.intro svg {
width: 200px;
}
.intro h1 {
color: #000;
}
</style>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 212 225"><path fill="#ffe600" d="M136.3 224.7a4.1 4.1 0 0 1-2.6-3.9v-27.9H20.2a4.2 4.2 0 0 1-4.2-4.2V20.2c0-2.3 1.9-4.2 4.2-4.2h187.7c2.3 0 4.2 1.9 4.2 4.2v168.6c0 2.3-1.9 4.2-4.2 4.2H169l-28.2 30.7a4 4 0 0 1-4.5 1z"/><path d="M8.3 168.2h113.2c2.3 0 4.1 1.9 4.1 4.1v21.4l22.1-24.2a4 4 0 0 1 3.1-1.3h36.4V8.3H8.3v159.9zm111.7 40a4.1 4.1 0 0 1-2.6-3.9v-27.9H4.1a4.1 4.1 0 0 1-4.1-4.1V4.1C0 1.9 1.9 0 4.1 0h187.3c2.3 0 4.1 1.9 4.1 4.1v168.2c0 2.3-1.9 4.1-4.1 4.1h-38.8l-28.1 30.7a4 4 0 0 1-3.1 1.3c-.4.1-.9 0-1.4-.2z"/><path d="M126.8 104h7l-4.8 21.5h-7zm4.7-17.5c1.1 0 2.1.4 2.8 1.2.8.8 1.2 1.7 1.2 2.8 0 1.1-.4 2.1-1.2 2.8-.8.8-1.7 1.2-2.8 1.2-1.1 0-2.1-.4-2.8-1.2a3.8 3.8 0 0 1-1.2-2.8c0-1.1.4-2.1 1.2-2.8.8-.8 1.7-1.2 2.8-1.2m23.5 13.8c0 11.4-4.1 20.1-11.6 27.5l-.1.1-4.5-4.1.1-.1a32.4 32.4 0 0 0 9.6-23.3c0-9.2-3.2-16.5-9.6-23.3l-.1-.1 4.5-4.2.1.1a36.6 36.6 0 0 1 11.6 27.4zm-53.2 2.6c-2.2 0-4 .7-5.5 2.3a8.4 8.4 0 0 0-2.2 5.9 8 8 0 0 0 2.2 6 7.3 7.3 0 0 0 5.5 2.3c2.1 0 3.9-.8 5.4-2.3a8.4 8.4 0 0 0 2.2-5.9c0-2.4-.7-4.3-2.2-5.9a6.5 6.5 0 0 0-5.4-2.4zm-7.3-5.8v3.1a12 12 0 0 1 8.8-3.7c3.6 0 6.7 1.4 9.2 4.1 2.5 2.7 3.8 6.3 3.8 10.6 0 4.1-1.3 7.6-3.9 10.4a12.3 12.3 0 0 1-13.8 3.3c-1.4-.6-2.7-1.5-4.1-2.8v13.1h-6.9v-38h6.9zm-31.7 6.3c-2.2 0-4 .8-5.4 2.3a8.4 8.4 0 0 0-2.1 5.9 8 8 0 0 0 2.2 5.9c1.4 1.5 3.2 2.3 5.4 2.3s4-.8 5.5-2.3a8.5 8.5 0 0 0 2.2-6 8 8 0 0 0-2.2-5.9 8.2 8.2 0 0 0-5.6-2.2zm7.3-5.7h7v27.8h-7v-2.9a14.3 14.3 0 0 1-4.1 2.8 12.3 12.3 0 0 1-13.7-3.3 14.6 14.6 0 0 1-3.9-10.4c0-4.3 1.3-7.8 3.8-10.6 2.5-2.7 5.6-4.1 9.2-4.1 1.7 0 3.2.3 4.7.9 1.5.6 2.8 1.6 4.1 2.8l-.1-3zm38.2-28.1a7 7 0 0 0-2.7-3.8 8 8 0 0 0-4.8-1.5c-2 0-3.7.5-5.2 1.6-.9.7-1.8 1.9-2.6 3.7h15.3zm7.1 5.5H92.7c.3 2 1.2 3.6 2.6 4.8a8 8 0 0 0 5.4 1.8c2.6 0 4.9-.9 6.8-2.8l5.9 2.8a15.7 15.7 0 0 1-5.3 4.7c-2.1 1-4.5 1.5-7.4 1.5-4.4 0-8-1.4-10.8-4.2a14.2 14.2 0 0 1-4.2-10.5 14.5 14.5 0 0 1 14.6-15c4.4 0 8 1.4 10.8 4.3 2.8 2.8 4.2 6.6 4.2 11.2v1.4zM65.1 64.6c-2.2 0-4 .8-5.5 2.3a8.4 8.4 0 0 0-2.2 5.9 8 8 0 0 0 2.2 6 7.5 7.5 0 0 0 5.5 2.3c2.1 0 3.9-.8 5.4-2.3 1.5-1.6 2.2-3.6 2.2-6s-.7-4.4-2.2-5.9a7.3 7.3 0 0 0-5.4-2.3zm-7.4-16.5v13.8a13 13 0 0 1 8.8-3.8 12 12 0 0 1 9.3 4.2c2.6 2.7 3.8 6.3 3.8 10.6 0 4.2-1.3 7.6-4 10.5a12.3 12.3 0 0 1-9.3 4.2c-1.6 0-3.1-.3-4.5-.8-1.4-.6-2.7-1.5-4.2-2.8v3h-6.9V48.1h7z"/></svg>
<h1>Be API Frontend Framework</h1>
</div>
<div class="blocks-container">
<h1>Titre de niveau 1</h1>
<h2>Titre de niveau 2</h2>
<h3>Titre de nivrau 3</h3>
<h4>Titre de niveau 4</h4>
<h5>Titre de niveau 5</h5>
<h6>Titre de niveau 6</h6>
<h2>Fusce a quam. Donec mollis hendrerit risus. Nam commodo suscipit quam. Maecenas nec odio et ante tincidunt
tempus. Praesent egestas tristique nibh.</h2>
<p>Fusce a quam. Donec mollis hendrerit risus. Nam commodo suscipit quam. Maecenas nec odio et ante tincidunt
tempus. Praesent egestas tristique nibh.</p>
<ul>
<li>Fusce a quam. Donec mollis hendrerit risus.</li>
<li>Nam commodo suscipit quam.</li>
<li>Maecenas nec odio et ante tincidunt tempus. Praesent egestas tristique nibh.</li>
</ul>
<ol>
<li>Fusce a quam. Donec mollis hendrerit risus.</li>
<li>Nam commodo suscipit quam.</li>
<li>Maecenas nec odio et ante tincidunt tempus. Praesent egestas tristique nibh</li>
</ol>
<div class="wp-container-2 wp-block-group has-cyan-bluish-gray-background-color has-background">
<div class="wp-block-group__inner-container">
<div class="wp-container-1 wp-block-buttons">
<div class="wp-block-button"><a class="wp-block-button__link">primary</a></div>
<div class="wp-block-button is-style-outline"><a class="wp-block-button__link">outline</a></div>
</div>
</div>
</div>
<blockquote class="wp-block-quote">
<p>Bloc citation – Lorem ipsum dolor sit amet</p><cite>Une source</cite>
</blockquote>
<pre class="wp-block-code"><code>Bloc code</code></pre>
<pre class="wp-block-preformatted">Bloc préformaté</pre>
<figure class="wp-block-pullquote">
<blockquote>
<p>Bloc citation en exergue</p><cite>Une source</cite>
</blockquote>
</figure>
<figure class="wp-block-table">
<table class="has-fixed-layout">
<thead>
<tr>
<th>Tableau Lorem 1</th>
<th>Tableau lorem 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Valeur 1</td>
<td>Valeur 2</td>
</tr>
<tr>
<td>Valeur 3</td>
<td>Valeur 4</td>
</tr>
</tbody>
</table>
<figcaption>Une légende</figcaption>
</figure>
<pre class="wp-block-verse">Bloc couplet</pre>
<figure class="wp-block-image size-large"><img src="https://picsum.photos/1600/800" alt="">
<figcaption>Une légende</figcaption>
</figure>
<figure class="wp-block-gallery has-nested-images columns-default is-cropped">
<figure class="wp-block-image size-large"><img loading="lazy" data-id="19"
src="https://picsum.photos/1600/800"></figure>
<figure class="wp-block-image size-large"><img loading="lazy" data-id="20"
src="https://picsum.photos/1600/800"></figure>
<figure class="wp-block-image size-large"><img loading="lazy" data-id="21"
src="https://picsum.photos/1600/800"></figure>
<figure class="wp-block-image size-large"><img loading="lazy" data-id="22"
src="https://picsum.photos/1600/800"></figure>
<figure class="wp-block-image size-large"><img loading="lazy" data-id="22"
src="https://picsum.photos/1600/800"></figure>
<figure class="wp-block-image size-large"><img loading="lazy" data-id="22"
src="https://picsum.photos/1600/800"></figure>
</figure>
<figure class="wp-block-audio"><audio controls=""
src="https://soundcloud.com/dj-toilettiquette/bensound-the-elevator-bossa-nova?utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing"></audio>
</figure>
<div class="wp-block-cover alignfull"><span aria-hidden="true"
class="has-black-background-color has-background-dim-100 wp-block-cover__gradient-background has-background-dim"></span>
<div class="wp-block-cover__inner-container">
<h2 class="has-text-align-center">Un titre de bannière</h2>
<p class="has-text-align-center">Un texte</p>
</div>
</div>
<div class="wp-block-file"><a id="wp-block-file--media-6fc0216b-4375-46cf-a04e-747f342fd18a"
href="https://bff.lndo.site/app/uploads/2022/05/fulltext01.pdf">fulltext01</a><a
href="https://bff.lndo.site/app/uploads/2022/05/fulltext01.pdf" class="wp-block-file__button" download=""
aria-describedby="wp-block-file--media-6fc0216b-4375-46cf-a04e-747f342fd18a">Télécharger</a></div>
<div class="wp-block-media-text is-stacked-on-mobile">
<figure class="wp-block-media-text__media"><img loading="lazy"
src="https://picsum.photos/1600/800" alt="" class="wp-image-22 size-full"></figure>
<div class="wp-block-media-text__content">
<h2>Media et texte : titre</h2>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
<div class="wp-block-columns">
<div class="wp-block-column">
<h2>Colonne 1</h2>
<p>Lorem ipsum dolor sit amet</p>
</div>
<div class="wp-block-column">
<h2>Colonne 2</h2>
<p>Lorem ipsum dolor sit amet</p>
</div>
<div class="wp-block-column">
<h2>Colonne 3</h2>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
<div class="wp-container-3 wp-block-group has-black-background-color has-background">
<div class="wp-block-group__inner-container">
<h2 class="has-white-color has-text-color">Groupe</h2>
</div>
</div>
</div>
<div class="container" style="padding: 100px 0">
<h1 class="js-animation-title">Exemples d'animation</h1>
<p class="js-animation-opacity">Fusce a quam. Donec mollis hendrerit risus. Nam commodo suscipit quam. Maecenas nec odio et ante tincidunt
tempus. Praesent egestas tristique nibh.</p>
<ul style="display: flex; justify-content: space-between; list-style: none; margin-top: 50px">
<li class="js-animation-translation" style="width: 32%">
<div style="background: #000; height: 450px;"></div>
</li>
<li class="js-animation-translation" style="width: 32%">
<div style="background: #000; height: 450px;"></div>
</li>
<li class="js-animation-translation" style="width: 32%">
<div style="background: #000; height: 450px;"></div>
</li>
</ul>
</div>
<div class="container" style="padding: 100px 0">
<form>
<div style="margin-bottom: 32px">
<label>Checkboxes</label>
<input type="checkbox" id="checkbox-1" name="checkbox" value="0" />
<label for="checkbox-1">Checkbox 1</label>
<input type="checkbox" id="checkbox-2" name="checkbox" value="1" />
<label for="checkbox-2">Checkbox 2</label>
</div>
<div style="margin-bottom: 32px">
<label>Radios</label>
<input type="radio" id="radio-1" name="radio" value="0" />
<label for="radio-1">Radio 1</label>
<input type="radio" id="radio-2" name="radio" value="1" />
<label for="radio-2">Radio 2</label>
</div>
<div style="margin-bottom: 32px">
<label>Input text</label>
<input type="text" />
</div>
<div style="margin-bottom: 32px">
<label>Select</label>
<select>
<option>Option 1</option>
<option>Option 2</option>
</select>
</div>
<div>
<button class="btn-block">Button submit</button>
<button class="btn-outline">Button submit outline</button>
<input type="submit" value="Input submit">
<input type="reset" value="Input reset">
</div>
</form>
</div>
<?php
get_footer();