-
Notifications
You must be signed in to change notification settings - Fork 0
/
mentions.html
73 lines (68 loc) · 2.01 KB
/
mentions.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
72
73
---
layout: default
title: Mentions
subtitle: Xylolink | Mentions légales
place: none
menu: main
index: 7
img: wood-3092039_1920.jpg
---
<div class="row justify-content-center text-justify mt-2">
<div class="col-12">
<h2>Mentions légales</h2>
<address>
Xylolink EURL
<br />26 rue du stade <br />33720 LANDIRAS
</address>
<p>
<a href="#" id="tlp"></a>
</p>
<p>
<a id="eml" href="/contact"></a>
</p>
<p>
EURL au capital de 4000 euros
</p>
<p>
N° Siret 798 902 748 00036 RCS de Bordeaux
</p>
<p>
Code APE 70227 - N° TVA Intracom. FR 52 798902748
</p>
</div>
<div class="col-12">
<h3>Vie privée</h3>
<iframe
style="border: 0; height: 200px; width: 600px;"
src="https://stats.cloud.romsys.ovh/index.php?module=CoreAdminHome&action=optOut&language=fr&backgroundColor=&fontColor=&fontSize=1rem&fontFamily=Roboto"
></iframe>
<div>
<p>Les seules données collectées le sont à des fins d'optimisation du site web.
Elles ne sont ni commercialisées, ni diffusée à aucun tiers.</p>
<p>Nous utilisons la solution libre Matomo afin de mesurer l'audience du site.</p>
</div>
</div>
</div>
<script type="text/javascript">
function tlp(sample) {
var apb = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'.split('')
var apb13 = 'NOPQRSTUVWXYZABCDEFGHIJKLMnopqrstuvwxyzabcdefghijklm'.split('')
var result = ''
for (var x = 0; x < sample.length; x++) {
var found = false
for (var y = 0; y < apb.length; y++) {
if (sample[x] == apb[y]) {
result += apb13[y]
found = true
}
}
if (!found) {
result += sample[x]
}
}
return atob(result)
}
document.getElementById('tlp').innerHTML = tlp('XmZmVPtjXFNtAvN5BFNjZvNkAFN5ZD==')
document.getElementById('eml').innerHTML = tlp('L29hqTSwqRO4rJkioTyhnl5wo20=')
document.getElementById('tlp').href = 'tel:' + tlp('L29hqTSwqRO4rJkioTyhnl5wo20=')
</script>