-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (64 loc) · 2.76 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Robots-roman 2022</title>
<link rel="icon" href="favicon.ico" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<script src="js/libs/p5.min.js"></script>
<script src="js/donnees/data.js"></script>
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rancho&effect=shadow-multiple"> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rancho">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- <div class="matrix-animation">
</div> -->
<div class="conteneur">
<main>
<h1><span class="r">R</span><span class="o1">o</span><span class="b">b</span><span class="o2">o</span><span
class="t">t</span><span class="s">s</span>roman <span class="numero">#2223</span></h1>
<div id="sketch-holder">
<p id="pBonjour"></p>
</div>
<nav>
<button type="button" id="btnPrecedent">Précédent</button>
<select name="choisirLeRobotDe" id="choisirLeRobotDe">
</select>
<!-- <button type="button" id="btnGo">Go</button> -->
<button type="button" id="btnSuivant">Suivant</button>
</nav>
<section class="codeur">
<blockquote>
<p id="ia" class="codeur__texte">
Ici apparait la description du robot.
</p>
</blockquote>
<figure>
<img id="avatar" class="codeur__avatar" src="media/avatars/A_D.png" alt="personne">
<figcaption id="infosCodeur" class="codeur__profil" hidden>
<strong>PSEUDO</strong><br>
🍞 : met1, met2<br>
🕺: activité1, activité2<br>
🎵: style1, style2, style3
</figcaption>
</figure>
</section>
</main>
<aside id="jukebox">
<img src="./media/qrcode-sample.png" alt="qrcode exemple">
</aside>
<footer>
<p><small>
© Ce robotsroman est une réalisation des personnes étudiantes dans le programme <a href="https://timcsf.ca/">Techniques d'intégration multimédia du Cégep de Sainte-Foy</a> (2022-2023) : <span id="listeCodeurs"></span>.
</small></p>
</footer>
</div>
<script src="js/app.js"></script>
<script src="js/visionneuse.js"></script>
</body>
</html>