-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbruit.html
71 lines (57 loc) · 3.13 KB
/
bruit.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
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Bruit</title>
<meta name="description" content="Kataku">
<meta name="author" content="LFB">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- JS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/alasql/0.6.1/alasql.min.js"></script>
<script src="js/ktk.js"></script>
<script src="js/img.js"></script>
<script src="js/volume-meter.js"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="assets/icon.png">
<link rel="apple-touch-icon" href="assets/icon192.png">
</head>
<body scroll="no" style="overflow: hidden">
<!-- Primary Page Layout
––––––––––––––––––––––––––––––––––––––––––––––––––-->
<div class="mainContainer">
<div class="menu">
<h5 id='titreMenu' style="margin-top:6%; width: 100%; white-space: nowrap;">Silence!</h5>
<div
style="width: 100%; height: 50vh; display: flex; align-items: center; justify-content: center; flex-direction: column;">
<img style="width: 90%; padding: 20px 0px; max-width: 350px;" src="assets/intensite/voisine1.png" id='CetteSouffrance'>
<span id="decibelz" style="font-size: 40px; font-family: 'GapSansBold';"></span>
<button id="btnDebut">Activer le micro.</button>
</div>
<div style="width: 100%; font-size:1.5rem;" id='scoreChoisi'>-</div>
<div class="logoktk">
<img class='logobot' src="assets/logo_kataku_transpar.png" />
</div>
</div>
</div>
<script>
// check if we're currently clipping
</script>
<script>
//window.history.pushState("null", "null", "/")
</script>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>