-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
48 lines (48 loc) · 2.02 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AMONG-UX</title>
<link rel="stylesheet" href="./assets/styles.css"/>
<script src="app.js" defer></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Poppins">
</head>
<body>
<main>
<div class="redirect-url" id="view-redirect-url">
<div class="text-url">
We are so very excited to annonce our new Update. <br>
Click <a href="#" id="view-the-last-update">here</a> to view the <span class="last-update-text">last update</span> !
</div>
</div>
<!--
<div class="view-last-update" id="assets-last-update-container">
<div>Click here to <a href="" id="quit-the-last-update">quit</a> <button type="button" class="button-quit">X</button></div>
<div class="the-text">There is nothing here, sorry.</div>
<div id="assets-last-update-image"></div>
</div>
-->
<div class="view-last-update" id="assets-last-update-container">
<div class="section bg-1">
<div class="information">
<h2>Welcome to <a class="text-yellow" href="https://github.com/julkwel/among-ux">AMONG-UX</a></h2>
<button class="btn-primary" id="switchBtn">Wanna contribute ?</button>
</div>
</div>
<div class="section bg-2">
<div class="information">
<div class="contributors">
<h2>GitHub Contributors</h2>
<ul id="contributors-list" class="flex"></ul>
</div>
<h2>About us</h2>
<p>We are <span class="text-stylized">passionate developer</span> ready to show you the worst user experience ever. Please <span class="text-stylized">scroll to bottom</span> to see more information</p>
</div>
</div>
</div>
</main>
<script src="./assets/app.js" type="text/javascript"></script>
</body>
</html>