-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYourPerspective.html
44 lines (38 loc) · 2.32 KB
/
YourPerspective.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
<!DOCTYPE html>
<html>
<head>
<script src="librairies/p5.min.js"></script>
<script src="librairies/p5.svg.js"></script>
<script src="librairies/p5.dom.min.js"></script>
<script src="librairies/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta charset="utf-8">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<title>frog | #MYM Poster </title>
</head>
<header>
<h1>MAKE<i> YOUR</i><br> MARK <lottie-player src="https://assets5.lottiefiles.com/packages/lf20_H6bBpL.json" background="transparent" speed="0.5" loop autoplay></lottie-player>
</h1>
<h2> <a href="index.html"> ↢ Back • Change your perspective ↓<span> </span> | <span> </span> <i>Please use <span class="bleu">C</span><span class="rouge">h</span><span class="jaune">r</span><span class="bleu">o</span><span class="vert">m</span><span class="rouge">e</span></i></a></h2>
</header>
<body>
<div class="guidelines">
<h3>SOME RULES</h3>
<p>
⤷ <span> </span> <b>Draw</b> rectangles on the canvas to reveal your impacts on frog mark <br>
⤷ <span> </span> To save your poster and download it (A3 format, .gif is coming), <b>just press the key 'A'</b> on your keyboard<br>
⤷ <span> </span> Don't hesitate to zoom or <b>unzoom</b> your browser<br>
⤷ <span> </span> <b> Refresh </b> this webpage to start again<br>
⬗ <span> </span> <i style="font-size:16px;">Inspired by the work of <a target=”_blank” href="https://www.instagram.com/schultzschultzgrafik/" style="color:lightgreen; text-decoration: underline;">schultzschultzgrafik</a> and
<a target=”_blank” href="https://twitter.com/kevinvennitti" style="color:lightgreen; text-decoration: underline;">Kévin Vennitti<br></a>
</p>
<div id="filterBar">
<p>You can try with filters ↓<i> It's cumulative, refresh to go back to the original one</i> </p>
<input class="filter" type="button" value="Invert" onclick="filterInvert()">
<input class="filter" type="button" value="Threshold" onclick="filterThreshold()">
</div>
</div>
<script src="sketches/sketch3.js"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</body>
</html>