Oops
Tu t'es perdu·e, non ?
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../css/master_style.css" />
<link rel="stylesheet" href="../css/027RYDT_style.css" />
<script src="./027RYDT/script.js"></script>
<title>D'un bon pavillon</title>
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="background">
<image xlink:href="../images/bg.jpg" x="0" y="0" width="100%" height="100%" preserveAspectRatio="xMidYMin slice"
filter="url(#blue)" mask="url(#mask)"></image>
</svg>
<section>
<article class="content">
<h1>Pavillon de pacotille</h1>
<p>
<q>Alors, moussaillon de mes deux, ne voyez-vous pas un souci sur ce navire ?</q><br />
Vous regardez autour de vous. Le pont est propre, les voiles déployées, la cargaison rangée.<br />
<q>Non, Capitaine !</q><br />
<q>Alors c'est que tu as de la fiente de mouette dans les yeux ! Regarde-moi ce pavillon !</q><br />
Vous levez la tête. Le pavillon pirate est bien déployé, mais...<br />
<q>Tisserand de malheur ! Va donc redonner sa fierté à notre navire !</q><br />
Croquis de référence en main, vous grimpez au mât pour repeindre le pavillon...
</p>
</article>
<article id="wrapper">
<div class="pirate">
<svg class="hat" width="256" height="82" viewBox="0 0 86 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M43.059 2.63714C53.313 2.63714 62.185 8.64714 66.347 17.3271H19.772C23.935 8.64714 32.807 2.63714 43.059 2.63714Z"
fill="inherit" />
<path
d="M70.666 26.859H82.074C82.845 26.859 83.469 27.483 83.469 28.253C83.469 29.023 82.845 29.647 82.074 29.647H70.679H68.826H17.258H15.4H4.003C3.233 29.647 2.609 29.023 2.609 28.253C2.609 27.483 3.233 26.859 4.003 26.859H15.412H17.276H68.801H70.666Z"
fill="inherit" />
</svg>
<div class="eye"></div>
<div class="eye"></div>
</div>
<img src="/images/pirate.png" width="256" height="222" alt="the beautiful one" />
</article>
</section>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0" height="0">
<defs>
<radialGradient id="fadeGrad">
<stop offset="0" stop-color="white" stop-opacity="1"></stop>
<stop offset="1" stop-color="white" stop-opacity="0"></stop>
</radialGradient>
<mask id="mask" maskContentUnits="objectBoundingBox">
<rect x="-.1" y="-.1" width="1.2" height="1.2" fill="url(#fadeGrad)"></rect>
</mask>
<filter id="blue" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox"
primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feComponentTransfer x="0%" y="0%" width="100%" height="100%" in="colormatrix1"
result="componentTransfer">
<feFuncR type="table" tableValues="0"></feFuncR>
<feFuncG type="table" tableValues="0.22"></feFuncG>
<feFuncB type="table" tableValues="0.94"></feFuncB>
<feFuncA type="table" tableValues="0 .7"></feFuncA>
</feComponentTransfer>
<feBlend mode="hard-light" x="0%" y="0%" width="100%" height="100%" in="componentTransfer"
in2="SourceGraphic" result="blend"></feBlend>
</filter>
</defs>
</svg>
</body>
</html>