-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (103 loc) · 4.63 KB
/
index.html
File metadata and controls
107 lines (103 loc) · 4.63 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
105
106
107
<!DOCTYPE html>
<html lang="en">
<!-- ___ ___ ___ ___ ___
/\ \ |\__\ /\__\ /\ \ ___ /\ \
/::\ \ |:| | /:/ / /::\ \ /\ \ /::\ \
/:/\:\ \ |:| | /:/ / /:/\:\ \ \:\ \ /:/\:\ \
/::\~\:\ \ |:|__|__ /:/__/ ___ /:/ \:\ \ /::\__\ /:/ \:\__\
/:/\:\ \:\__\ ____/::::\__\ |:| | /\__\ /:/__/ \:\__\ __/:/\/__/ /:/__/ \:|__|
\:\~\:\ \/__/ \::::/~~/~ |:| |/:/ / \:\ \ /:/ / /\/:/ / \:\ \ /:/ /
\:\ \:\__\ ~~|:|~~| |:|__/:/ / \:\ /:/ / \::/__/ \:\ /:/ /
\:\ \/__/ |:| | \::::/__/ \:\/:/ / \:\__\ \:\/:/ /
\:\__\ |:| | ~~~~ \::/ / \/__/ \::/__/
\/__/ \|__| \/__/ ~~
© 2024 Exvoid Network.
The official website of Exvoid Network! This is a placeholder that will be replaced in the future, in the meanwhile if you want to contribute check out; https://github.com/ExvoidNet/site!
-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Exvoid Network" />
<meta property="og:description" content="Site web officiel d'Exvoid Network / Official Exvoid Network website." />
<meta property="og:url" content="https://exvoid.net/" />
<meta property="og:image" content="../src/png/banners/promo.png" />
<meta property="og:color" content="#FF0C00" />
<!-- Dependencies -->
<link rel="stylesheet" href="src/css/normalize.css">
<link rel="stylesheet" href="src/css/cssreset.css">
<link rel="stylesheet" href="src/css/index-index.css">
<link rel="stylesheet" href="src/css/src.css">
<link rel="shortcut icon" type="image/png" href="../src/png/logo/favicon.png"/>
<script src="https://kit.fontawesome.com/f91e3e8d29.js" crossorigin="anonymous"></script>
<title>Exvoid Network</title>
</head>
<body>
<!-- Curtain effect -->
<div class="curtain curtain-gradient"></div>
<div class="curtain curtain-black"></div>
<!-- Presentation -->
<div class="page">
<div class="bg-image">
<div class="container">
<!-- Exvoid Network logo-->
<div class="logo">
<img class="logo__img" src="../src/png/logo/logo.png" alt="Exvoid Network">
</div>
<!-- Primary content -->
<div class="header">
<h1 class="header__content">Hey 👋,</h1>
</div>
<div class="texts">
<!-- French texts -->
<div class="text text__fr">
<h2>🇫🇷</h2>
<p>Merci beaucoup de ton intérêt à nos projets, notre équipe est présentement occuper avec le travaille et l'école. Repasse bientôt!</p>
</div>
<!-- English texts -->
<div class="text text__en">
<h2>🇺🇸</h2>
<p>Thank you so much for your interests in our projects, currently our team is occupied with work and school. Come back soon!</p>
</div>
</div>
<!--
Buttons
"We have chosen to name it this way to keep it organised and is a good convention if we had multiple pages later on. @Matou0014"
-->
<div class="services">
<p class="services__text">Liens / Links</p>
<div class="services__links">
<!-- Uptime -->
<a href="https://uptime.exvoid.net/" class="service" target="_blank">
<span class="service__icon fa fa-wrench"></span>
<span class="service__label">Uptime</span>
</a>
<!-- Feedbacky -->
<a href="https://feedback.exvoid.net/b/project" class="service" target="_blank">
<span class="service__icon fa fa-comment"></span>
<span class="service__label">Feedback</span>
</a>
<!-- Speedtest -->
<a href="https://speedtest.exvoid.net/" class="service" target="_blank">
<span class="service__icon fa fa-gauge"></span>
<span class="service__label">Speedtest</span>
</a>
<!-- Hastebin -->
<a href="https://hastebin.exvoid.net/" class="service" target="_blank">
<span class="service__icon fa fa-note-sticky"></span>
<span class="service__label">Hastebin</span>
</a>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<!--
"Change that the copyfooter is lowercase but shown as caps w/ css. @Matou0014"
-->
<span class="footer__text">2024 © TOUS DROIT RÉSERVER // ALL RIGHTS RESERVED</span>
</footer>
</div>
</div>
</div>
</body>
</html>