-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (89 loc) · 3.48 KB
/
Copy pathindex.html
File metadata and controls
104 lines (89 loc) · 3.48 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Sylvain Tosoni</title>
<link rel="icon" type="image/x-icon" href="favicon.png" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="autoSlider.css" />
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "tfwis38289");
</script>
<!-- Markdown Block -->
<script
type="module"
src="https://md-block.verou.me/md-block.js"
></script>
<!-- Custom Scripts -->
<script src="./scripts/CardsLogic.js"></script>
<script src="./scripts/CardsGenerator.js"></script>
<script src="./scripts/Index.js"></script>
<!-- Google -->
<meta
name="google-site-verification"
content="MA0dHqOowCjlubsap2-rWSw46dJrIFko9qpCdkBbvnU"
/>
</head>
<body>
<div class="el"></div>
<a href="#content-section"><button class="anchor"></button></a>
<div class="container">
<svg
class="svg-ants"
width="100%"
height="100%"
preserveAspectRatio="xMidYMid meet"
>
<symbol id="s-text">
<text text-anchor="middle" x="50%" y="50%">
Sylvain Tosoni
</text>
<text text-anchor="middle" x="50%" y="90%">
Game Programmer
</text>
</symbol>
<g class="g-ants">
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
</g>
</svg>
</div>
<span class="title-separator"></span>
<div id="content-section">
<button class="hide-overview" id="hide-button"></button>
<!-- Generated Overviews -->
<div id="generated-overviews">
<!-- Write no HTML here -->
</div>
<!-- Generated Cards -->
<div id="generated-cards" class="card-container">
<!-- Write no HTML here -->
</div>
<div id="loading-icon" class="lds-ripple">
<div></div>
<div></div>
</div>
</div>
<footer class="footer">
<a href="https://github.com/eVisualUser">GitHub</a>
<a href="https://www.linkedin.com/in/sylvain-tosoni">LinkedIn</a>
<a href="mailto:sylvain.tosoni.pro@proton.me">Email</a>
<a href="https://calendar.proton.me/bookings#_8CeVXHKhklTz2luFVeYn-WPv_QfpbwH4egJv1UdjlI=">Book a meeting</a>
</footer>
</body>
</html>