This repository was archived by the owner on May 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (66 loc) · 3.14 KB
/
index.html
File metadata and controls
77 lines (66 loc) · 3.14 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
<!DOCTYPE html>
<html>
<head>
<title>Geometry Rays</title>
<link rel="icon" type="image/x-icon" href="img/logo.png">
<meta charset="utf-8">
<meta name="viewport"content = "width=device-width", initial-scale="1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<style>
.center{
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.padding{
padding: 10px;
padding-bottom: 20px;
}
.text{
color: rgb(94, 94, 94);
}
</style>
</head>
<body>
<!-- I wasnt too lazy when making this to make a good looking website
I give multiple shits about making websites and one has to be made -->
<!-- this website really sucks -->
<div class="container-fluid p-5 text-center" id="front">
<div class="center">
<p class="text">sorry if you're on mobile</p>
<img src="img/logo.png" height="250" width="250" class="img-fluid" id="imgfront" alt="logo">
<h1 class="display-1">Welcome to Geometry Rays!</h1>
<p style="white-space: pre;">A Geometry Dash fangame made in Rust and Raylib.
Website not made by Puppet (Made by Sk23).
Lead developer of the game itself is Puppet.
</p>
<img src="img/Chevron-icon-drop-down-menu-WHITE.png" width="66" height="40" class="img-fluid" alt="down chevron">
</div>
</div>
<p> </p>
<div class="text-center text-white">
<h2>Gameplay Preview</h4>
</div>
<div id="div1" class="text-center">
<img src="img/gameplay1.png" class="img-fluid col-md-6" alt="image showing gameplay (macOS Monterey)">
<img src="img/gameplayeditor.png" class="img-fluid col-md-6" alt="image showing editor gameplay (macOS X Catalina)">
</div>
<figure class="text-center text-white">
<blockquote class="blockquote">
<h4>The one who secretly used chatgpt to generate all the code for the game is Voltaged</h4>
</blockquote>
<figcaption class="blockquote-footer">
Voltaged isnt part of the dev team anymore btw
</figcaption>
</figure>
<div class="text-center padding">
<a href="http://github.com/Geometry-Rays" target="_blank"><img src="img/github.png" width="50" height="50" class="img-fluid" alt="github logo"></a>
<a href="https://discord.gg/yTK4KYYZke" target="_blank"><img src="img/636e0a6cc3c481a15a141738_icon_clyde_white_RGB.png" width="53" height="40" class="img-fluid" alt="discord logo"></a>
</div>
</body>