-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
209 lines (187 loc) · 5.49 KB
/
about.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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html>
<head>
<title>About | Feet Networks</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
<link rel="stylesheet" type="text/css"
href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<style>
body {
overflow: hidden;
}
/* Center the hamburger menu vertically and horizontally */
.hamburger-menu {
position: fixed;
top: 13%;
left: 0;
transform: translateY(-50%);
z-index: 10;
}
.menu-icon {
padding: 5px;
font-size: 20px;
}
.menu-links {
position: relative;
top: 50%;
transform: translateY(-50%);
width: 200px;
padding: 20px;
color: #fff;
text-align: center;
transition: all 0.3s ease-in-out;
transform-origin: left center;
transform: translateX(-110%);
}
/* Show the menu links when the "active" class is added */
.menu-links.active {
transform: translateX(0%);
}
.Navigation {
width: 100%;
height: 70px;
display: flex;
border-radius: 0 0 25px 25px;
}
.Navigation-Container {
display: flex;
align-items: center;
flex-direction: row;
width: 100%;
}
.Navigation-Container ul {
gap: 15px;
display: flex;
position: absolute;
transform: translate(15px);
z-index: 10000;
}
.Navigation-Button a {
display: flex;
padding: 0.75em;
align-items: center;
gap: 5px;
color: var(--text-color1);
background-color: var(--btn-accent);
border-radius: var(--btn-rounding);
border: 1px solid var(--btn-accent);
cursor: pointer;
}
.Navigation-Button a:hover {
border: 1px solid var(--theme-accent);
transition: 0.75s;
}
* {
list-style-type: none;
color: var(--text-color1);
}
p {
margin: 0px !important;
text-align: center;
}
body {
background: var(--bg-accent1);
--btn-rounding: 15px;
--bg-accent1: rgb(40, 40, 40);
--bg-accent2: rgb(50, 50, 50);
--text-color1: rgb(255, 255, 255);
--text-shadow: rgba(20, 20, 20, 0.5);
--btn-accent: rgba(60, 60, 60);
--btn-accent2: rgba(60, 60, 60, 0.75);
--btn-box-shadow: rgba(70, 70, 70, 0.5);
--nav-box-hover: var(--text-color1);
--theme-accent: #38B6FF;
}
.navitem {
margin-right: 0px;
}
@keyframes rainbowanim {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
</style>
</head>
<body>
<!-- Nav -->
<div class="Navigation">
<div class="Navigation-Container">
<ul>
<li class="Navigation-Button">
<a href="/" class="navitem">
<i class="las la-home"></i>
<p>Home</p>
</a>
</li>
<li class="Navigation-Button">
<a href="/about.html" class="navitem">
<i class="las la-file"></i>
<p>About</p>
</a>
</li>
<li class="Navigation-Button">
<a href="/games.html" class="navitem">
<i class="las la-puzzle-piece"></i>
<p>Games</p>
</a>
</li>
<li class="Navigation-Button">
<a href="/proxy.html" class="navitem">
<i class="las la-hourglass-half"></i>
<p>Proxy</p>
</a>
</li>
<li class="Navigation-Button">
<a href="/soundboard.html" class="navitem">
<i class="las la-music"></i>
<p>Soundboard</p>
</a>
</li>
<li class="Navigation-Button">
<a href="/calc/index.html" class="navitem">
<i class="las la-cog"></i>
<p>Calculator</p>
</a>
</li>
</ul>
</div>
</div>
<div id="particles-js"></div>
<div class="container">
<div style="padding: 15px; text-align: center;">
<h1 style="background: linear-gradient(45deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #04F26C, #6500FF, #04F297); -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 400% 400%; animation: rainbowanim 10s ease infinite;">About Feet Networks</h1>
<p>
We are a website that provides fun and entertaining games for our users. Our games are free to play and can be
enjoyed on any device.
</p>
<p>
This was created by 3kh0, 0rca, and of course f4eet. The background is particles.js and pretty much everything
else is custom. We also have arc to help site speed, and the WidgetBot crate. Hello! (f4eet was here...)
</p>
<p>
If you have any feedback or suggestions for our website, please feel free to contact us using the WidgetBot chat
widget below, or join the actual discord!
</p>
</div>
</div>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
<script async src="https://arc.io/widget.min.js#1PfS9Zss"></script>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
new Crate({
server: '1076251340302467164', // Feet networks
channel: '1076251341296500769' // # chat
})
</script>
</body>
</html>