-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
420 lines (348 loc) · 11.7 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
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8">
<meta name="description" content="The UK Foxes homepage">
<meta name="keywords" content="gaming, web development, development, developers">
<meta name="author" content="Uk Foxes">
<title>UK Foxes Esports</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://cdn.discordapp.com/attachments/879079269358260276/891067311581175868/ukfoxeslogoboxed.png" rel="shortcut icon" type="image/png" sizes"16x16">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fontawesome-iconpicker/3.2.0/js/fontawesome-iconpicker.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<style type="text/css" src="style.css"></style>
<link href="//db.onlinewebfonts.com/c/2c89eca877ffb0f22a0545301a99e53c?family=Ardela+Edge" rel="stylesheet" type="text/css"/>
<style>
@font-face {font-family: "Ardela Edge";
src: url("http://db.onlinewebfonts.com/t/2c89eca877ffb0f22a0545301a99e53c.eot"); /* IE9*/
src: url("http://db.onlinewebfonts.com/t/2c89eca877ffb0f22a0545301a99e53c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("http://db.onlinewebfonts.com/t/2c89eca877ffb0f22a0545301a99e53c.woff2") format("woff2"), /* chrome firefox */
url("http://db.onlinewebfonts.com/t/2c89eca877ffb0f22a0545301a99e53c.woff") format("woff"), /* chrome firefox */
url("http://db.onlinewebfonts.com/t/2c89eca877ffb0f22a0545301a99e53c.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
url("http://db.onlinewebfonts.com/t/2c89eca877ffb0f22a0545301a99e53c.svg#Ardela Edge") format("svg"); /* iOS 4.1- */
}
@import url(//db.onlinewebfonts.com/c/2c89eca877ffb0f22a0545301a99e53c?family=Ardela+Edge);
body {
cursor: context-menu;
font-family: Ardela Edge;
background-color: #121212;
}
/* Style all font awesome icons */
.fa {
padding: 20px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
background: #3B5998;
color: white;
}
/* Twitter */
.fa-twitter {
background: #55ACEE;
color: white;
}
head {
background-color: #121212;
}
h2 {
color: #ffffff;
text-align: center;
font: 15px Arial, sans-serif;
font-weight: bold;
font-size: 150%;
}
h3 {color: #ffffff;
text-align: center;
font: 15px Arial, sans-serif;
font-weight: bold;
}
h4 {color: #ffffff;
text-align: center;
font: 15px Arial, sans-serif;
font-weight: bold;}
h5 {color: #ffffff;
text-align: center;
font: 15px Arial, sans-serif;
font-weight: bold;}
p {color: #ffffff;
text-align: center;
font: 15px Arial, sans-serif;}
.boxed{
background: #fff url(https://cdn.discordapp.com/attachments/644608292923899906/865853147329986600/MUuua.png) center center/cover repeat;
animation: myAnim 1s ease 0s 1 normal forwards;
color: #ffffff;
text-align: center;
font: 15px Arial, sans-serif;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:700);
html, body {
height:100%;
padding:0;
margin:0;
font-family: Raleway,sans-serif;
color:#FFF;
}
h1 {
margin:0;
display: table-cell;
vertical-align: middle;
text-align:center;
letter-spacing: -4px;
font-size:100px;
font-weight:700;
text-transform:uppercase;
text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1::before, h1::after {
width: 220px;
height: 1px;
border-top:4px double #FFF;
content:"";
display:block;
margin:20px auto;
}
header {
height: calc(100% - 65px);
background:#333;
-webkit-perspective: 1500px;
perspective: 1500px;
perspective-origin: center bottom;
}
.hero {
position:relative;
background:#333 url(http://jstougaard.com/assets/images/bg-hero2.jpg) no-repeat center center;
background-size:cover;
height: 100%;
width:100%;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
display:table;
}
.hero .overlay {
content:"";
display:block;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
opacity:0;
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
nav {
background:#171717;
height:65px;
}
nav.fixed {
position:fixed;
top:0;
left:0;
right:0;
}
.sticky-wrapper {
height:200px;
}
nav ul {
list-style:none;
padding:0;
margin:0;
text-align:center;
}
nav ul li {
display:inline-block;
}
nav ul a {
height:65px;
line-height:65px;
padding:10px 15px;
color:#A1A1A1;
font-size: 14px;
letter-spacing: 2px;
font-weight: 700;
text-transform: uppercase;
text-decoration:none;
}
section {
height: 100%;
width:100%;
display:table;
}
section#item1 {
background:#006ca3;
}
section#item2 {
background:#00a69a;
}
.who{
text-align: center;
color: #ffffff;
background: #fff url(https://cdn.discordapp.com/attachments/644608292923899906/865853147329986600/MUuua.png) center center/cover repeat;
animation: myAnim 1s ease 0s 1 normal forwards;
}
.list {
text-align: center;
list-style: square outside;
color: #ffffff;
background: #fff url(https://cdn.discordapp.com/attachments/644608292923899906/865853147329986600/MUuua.png) center center/cover repeat;
animation: myAnim 1s ease 0s 1 normal forwards;
}
.contactfoot{
text-align: center;
color: #ffffff;
animation: myAnim 1s ease 0s 1 normal forwards;
}
.info {
text-align: center;
color: #ffffff;
background: #fff url(https://cdn.discordapp.com/attachments/644608292923899906/865853147329986600/MUuua.png) center center/cover repeat;
animation: myAnim 1s ease 0s 1 normal forwards;
}
@keyframes myAnim {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
button {
background-color: #333;
opacity: 0.52;
transition: opacity 1s ease 0s;
animation: myAnim 1s ease 0s 1 normal forwards;
}
button:hover {
opacity: 1;
}
.topnav {
background-color: #333;
overflow: hidden;
text-align: center;
animation: myAnim 1s ease 0s 1 normal forwards;
}
.pfp {
display: block;
}
.pfps {
column-count: 4;
animation: myAnim 1s ease 0s 1 normal forwards;
background: #fff url(https://cdn.discordapp.com/attachments/644608292923899906/865853147329986600/MUuua.png) center center/cover repeat;
}
.topnav a {
float: left;
text-align: center;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
font-family: Arial;
animation: myAnim 1s ease 0s 1 normal forwards;
}
.topnav a:hover {
background-color: #ddd;
color: black;
animation: myAnim 1s ease 0s 1 normal forwards;
}
.topnav a.active {
background-color: #4CAF50;
color: green;
animation: myAnim 1s ease 0s 1 normal forwards;
}
footer {
margin: 0;
padding: 0;
height: 0%;
text-align: center;
color: #cbcbcb;
display: block;
animation: myAnim 1s ease 0s 1 normal forwards;
}
</style>
</head>
<body>
<header id="home">
<div class="hero">
<div class="overlay"></div>
<div class="blank" align="center"><img src="https://cdn.discordapp.com/attachments/692438595612442704/891037655222067240/ukfoxeslogo.png" alt="logo" align="center"></div>
</div>
</header>
<div class="sticky-wrapper">
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#item1">about</a></li>
<li><a href="#item2">members</a></li>
<li><a href="https://givinghawk.github.io/contact.html">contact us</a></li>
<li><a href="#apply">Apply to join</a></li>
<li><a href="#games">Games we play in</a></li>
</ul>
</nav>
</div>
<br><br><br>
<div class="blank" align="center"><img src="https://cdn.discordapp.com/attachments/692438595612442704/891037655222067240/ukfoxeslogo.png" alt="logo" align="center" width="300" height="300"></div>
<div id="item1">
<h2>About</h2>
<p>We are a small E-Sports team that is just starting out and has only a few players and we just want to get people together to play some games!</p>
</div>
<br>
<br>
<div id="item2">
<h2>Our members</h2>
<div class="pfp" align="center"><p>Giveinghawk</p><img src="https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/d5/d5498cc846bf54ebf7cafc7f34a9ed70fe1c03e0_full.jpg"></div>
<div class="col"><div class="pfp" align="center"><p>Caramel Frappé</p><img src="https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/75/75ff4df710f057b16a1f6f7c8a68208110621844_full.jpg"></div></div>
<div class="pfp" align="center"><p>TheOneAndOnlyDaBaby</p><img src="https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/6d/6d690127543cd2f0807c80648b386b5e477d8b9f_full.jpg"></div>
<div align="center"><iframe src="https://ptb.discord.com/widget?id=885258112859263056&theme=dark" width="350" align="center" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe></div>
</div>
<div id="apply">
<h2>Apply to join us</h2>
<a href="https://givinghawk.github.io/discord.html"><div class="blank" align="center"><button>Apply</button></div></a>
</div>
<br>
<div id="Games" align="center">
<h2>Games we play in</h2>
<a href="https://store.steampowered.com/app/730/CounterStrike_Global_Offensive/"><button>Counter stike:Global offencive</button><br><img src="https://cdn.cloudflare.steamstatic.com/steam/apps/730/ss_118cb022b9a43f70d2e5a2df7427f29088b6b191.600x338.jpg?t=1631908705" alt="" width="500" height="281.25"></a>
<br><a href="https://www.ubisoft.com/en-gb/game/rainbow-six/siege"><button>Tom Clancy's rainbow six SIEGE</button><br><img src="https://cdn.akamai.steamstatic.com/steam/apps/359550/capsule_616x353.jpg?t=1631119450" alt="" width="500" height="281.25"></a>
<br>
<br>
<br>
<br><a href="https://www.rocketleague.com/"><button>Rocket League</button><br><img src="https://cdn1.epicgames.com/salesEvent/salesEvent/EGS_LandscapeProductImage_2560x1440_2560x1440-5962106d6d94a5fd6db07bb922166f0a" alt="" width="500" height="281.25"></a>
</div>
<br>
<h2>Sponsors</h2>
<div align="center">
<img src="https://johnsysrp.net/jrpsponsorimage.png" alt="" width="200" height="200">
<img src="https://johnsysrp.net/pingperfectsponsorimage.png" alt="" width="200" height="200">
<img src="https://johnsysrp.net/usghsponsorimage.png" alt="" width="200" height="200">
</div>
<br>
<div class="seperate">
<footer>
©JohnsysRP 2019-2021 All rights reserved <br>
<a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>
</footer>
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
new Crate({
server: '885258112859263056', // The Reapers
channel: '885258114906079294' // #general
})
</script>
</div>
</body>
</html>