-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformplaceholder.html
More file actions
165 lines (159 loc) · 4.78 KB
/
formplaceholder.html
File metadata and controls
165 lines (159 loc) · 4.78 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="ICeLAN" />
<meta
name="description"
content="25h de tournois de jeux vidéo et jeux de plateau !"
/>
<meta name="author" content="ICeLAN" />
<title>ICeLAN</title>
<link
href="assets/css/styles.css"
rel="stylesheet"
type="text/css"
media="all"
/>
<script src="assets/js/scripts.js" defer></script>
<link
rel="icon"
type="image/x-icon"
href="/assets/img/favicon/favicon.ico"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/img/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/img/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/img/favicon/favicon-16x16.png"
/>
<meta property="og:title" content="ICeLAN" />
<meta
property="og:description"
content="25h de tournois de jeux vidéo et jeux de plateau!"
/>
<meta property="og:image" content="/assets/img/share-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="icelan.ch" />
</head>
<body>
<header>
<a href="/">
<img src="assets/img/logo-white.svg" alt="ICeLAN Logo" class="logo" />
</a>
<nav id="main-nav" class="main-nav">
<ul>
<li><a href="/">Accueil</a></li>
<li class="highlight-green"><a href="/infos.html">Infos</a></li>
<li class="highlight-blue"><a href="/regles.html">Règlement</a></li>
<li class="highlight-green">
<a href="https://forms.gle/PKDigUzrF1Eejh3K9" target="_blank"
>Inscriptions</a
>
</li>
<li class="highlight-blue">
<a href="https://forms.gle/sghuQg2uhNehSM3b7" target="_blank">Staffing</a>
</li>
</ul>
</nav>
<a class="burger-menu" id="burger-menu" href="#" onclick="changeNav();"
><img src="assets/img/icons/burger-menu.svg" class="icon"
/></a>
</header>
<main>
<h2>Les inscriptions ne sont pas encore ouvertes, reviens plus tard!</h2>
<p class="description">Retourner à l'<a href="/index.html">accueil</a></p>
</main>
<footer>
<div class="container footer-container">
<div class="footer-col">
<div class="button-wrapper">
<p>Les places sont limitées alors n'hésite pas !</p>
<a
class="button button-medium button-blue-flip"
href="https://forms.gle/PKDigUzrF1Eejh3K9"
target="_blank"
>S'inscrire</a
>
</div>
<br />
<p>© Game* 2025</p>
</div>
<div class="footer-col contact-links">
<h3>Contact</h3>
<ul class="unstyled-list">
<li>
<a
href="mailto:gamestar.clic@epfl.ch"
target="_blank"
rel="noopener noreferrer"
>
<img
class="footer-icon"
alt="mail logo"
src="assets/img/icons/email-logo-round.svg"
/>
gamestar.clic@epfl.ch
</a>
</li>
<li>
<a
href="https://t.me/CLICGameStar"
target="_blank"
rel="noopener noreferrer"
>
<img
class="footer-icon"
alt="telegram logo"
src="assets/img/icons/telegram-logo-round.svg"
/>
@CLICGameStar
</a>
</li>
<li>
<a
href="https://instagram.com/CLICGameStar"
target="_blank"
rel="noopener noreferrer"
>
<img
class="footer-icon"
alt="instagram logo"
src="assets/img/icons/instagram-logo-round.svg"
/>
@CLICGameStar
</a>
</li>
<li>
<a
href="https://discord.gg/tMaKxY8V4M"
target="_blank"
rel="noopener noreferrer"
>
<img
class="footer-icon"
alt="discord logo"
src="assets/img/icons/discord-logo-round.svg"
/>
Discord ICeLAN
</a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>