-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (57 loc) · 2.4 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html lang="en">
<!-- ----------------------------------------------------------------------- -->
<!-- Basic head -->
<!-- ----------------------------------------------------------------------- -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/headerstyle.css">
<link rel="stylesheet" href="./styles/footerstyle.css">
<link rel="stylesheet" href="./styles/videostyle.css">
<link rel="script" <link href="https://fonts.googleapis.com/css2?family=Anta&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/cascadia-code" rel="stylesheet">
<title>Galera Interactive</title>
<script src="https://unpkg.com/htmlincludejs"></script>
</head>
<!-- ----------------------------------------------------------------------- -->
<!-- Body -->
<!-- ----------------------------------------------------------------------- -->
<body>
<include src="./content/header.html"></include>
<aboutus>
<phrase1>Games, software, and <s>terrible mistakes</s>.</phrase1>
<h2>Definetly not your typical indie studio...</h2>
</aboutus>
<gameshowcase>
<div class="game-showcase-mask">
<img src="./assets/images/physicalhex_icon.png" style="width: 300px;">
</div>
<div>
<phrase1>[Roblox] Physical Hex</phrase1>
<h2>Fan-made HL2DM in roblox, something that shouldn't exist...</h2>
<a href="https://www.roblox.com/games/15375407360/" class="game-link">Game page</a>
<p></p>
<a href="https://discord.com/invite/yTXZgwP3tw" class="game-link">Discord server</a>
</div>
<div class="game-video">
<video src="./assets/videos/physicshex-showcase-website-LOL.mp4" autoplay loop></video>
</div>
</gameshowcase>
<div style="height: 3cm;">
</div>
<aboutus>
<phrase1>Meet the gang:</phrase1>
<ul>
<li>SLATELOWPOLY - Modeler, Animator</li>
<li>COOLERGATE - Programmer, UI Designer, Animator</li>
</ul>
</aboutus>
<div style="height: 100%;">
</div>
<include src="./content/footer.html"></include>
</body>
</html>