-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevs.html
More file actions
84 lines (84 loc) · 2.79 KB
/
devs.html
File metadata and controls
84 lines (84 loc) · 2.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<link id="linkyBoah" rel="stylesheet" href="./style/style.css">
<link rel="icon" href="./sources/unity.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap" rel="stylesheet">
<title>Main Menu</title>
</head>
<body>
<header>
<div id="flex-container">
<div>
<img src="./sources/unity.png">
</div>
<div class="buttons">
<a href="index.html" id="home">Home</a>
</div>
<div class="buttons">
<a href="devs.html" id="devs">Developers</a>
</div>
<div class="buttons">
<a href="contact.html" id="contact">Contact Us</a>
</div>
<div class="buttons">
<img id="switch" onclick="light()" src="./sources/sunny.png">
<img id="switchy" onclick="dark()" src="./sources/moon.png">
</div>
</div>
</header>
<!--Yo Robin wass good homie-->
<main id="flex-box">
<div id="f">
<div class="johns">
<h6>Zokylum - founder </h6>
</div>
<div class="johns">
<h6>Aizen - member </h6>
</div>
<div class="johns">
<h6>bolosneige - recruit </h6>
</div>
<div class="johns">
<h6>Damsien - recruit </h6>
</div>
<div class="johns">
<h6>Garatcha - moderator </h6>
</div>
<div class="johns">
<h6>kalbasa - recruit </h6>
</div>
<div class="johns">
<h6>plik - member </h6>
</div>
<div class="johns">
<h6>RoMode - recruit </h6>
</div>
<div class="johns">
<h6>SaBeReUr - co-founder </h6>
</div>
<div class="johns">
<h6>Sam Le Papoy Du Bled35 - recruit </h6>
</div>
<div class="johns">
<h6>SteveBloX - moderator </h6>
</div>
<div class="johns">
<h6>TheJokr ll Boogie - 3D designer </h6>
</div>
<div class="johns">
<h6>TimeoBG - recruit </h6>
</div>
<div class="johns">
<h6>𝘭𝘶𝘻2_.𝘩 - member </h6>
</div>
</div>
</main>
<footer>
<p>All Copyrights Reserved SoftWarStudios Ⓒ</p>
</footer>
</body>
<script src="app.js"></script>
</html>