-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.html
143 lines (117 loc) · 6.22 KB
/
games.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
<!DOCTYPE html lang="UTF-8">
<!--
Except as permitted by the copyright law applicable to you, you may not reproduce or communicate any of the content on this website, including files downloadable from this website, without the permission of the copyright owner.
The Australian Copyright Act allows certain uses of content from the internet without the copyright owner’s permission. This includes uses by educational institutions and by Commonwealth and State governments, provided fair compensation is paid. For more information, see www.copyright.com.au and www.copyright.org.au.
The owners of copyright in the content on this website may receive compensation for the use of their content by educational institutions and governments, including from licensing schemes managed by Copyright Agency.
We may change these terms of use from time to time. Check before re-using any content from this website.
-->
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="icon" type="image/jpg" href="imgs/www.png">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Games
</title>
<script type="text/javascript" src="Js/js_main.js"></script>
<script>
function Redirect(){
window.open("minecraftcontact.html","_self");
}
</script>
<style>
/*basic script if required*/
.cookie-btn{
background-color:rgb(114, 114, 114);
margin:2vh;
height:12.3vh;
}
.cookie-btn:hover{
background-color:rgb(163, 0, 0);
}
</style>
<script src="https://unpkg.com/scrollreveal"></script>
</head>
<body style="margin: 0%;background-image:url('imgs/shapes.gif')" class="curve">
<header>
<nav>
<ul class="topnav">
<li><a href="index.html"><i class="fa fa-calendar"> <p>Home</p></i></a></li>
<li><a href="main.html"><i class="fa fa-folder-open"> <p>Events</p></i></a></li>
<li><a href="news.html"><i class="fa fa-podcast"> <p>News</p></i></a></li>
<li><a class="active" href="games.html"><i class="fa fa-cubes"> <p>Games</p></i></a></li>
<li class="right"><a href="about.html"><i class="fa fa-code"> <p>About</p></i></a></li>
</ul>
</nav>
</header>
<div id="con_main">
<div style="margin: none;padding:none">
<br>
<br>
<br>
<br>
<br>
<p id="demo" >Ping...</p><br>
</div>
<br>
<br>
<br>
</div>
</div>
<section style="padding:0rem;">
<p style="text-align:left;font-size:1.0rem;padding-left:1.6rem;">#GAMES</p><br>
<!--card temp-->
<div class="game">
<img src="imgs/fox.gif" alt='card-img' style="padding:1rem;height:16rem;width:16rem">
<div class="game_info" style="text-align:center">
<button class="cookie-btn" onclick="ref1()" style="width: 11.5rem;font-family: 'Courier New', Courier, monospace;">Stumble Guys for IOS</button>
<br>
<button class="cookie-btn" onclick="ref2()" style="width: 11.5rem;font-family: 'Courier New', Courier, monospace;">Stumble Guys for Android</button>
<br>
<button class="cookie-btn" onclick="ref3()" style="width: 11.5rem;font-family: 'Courier New', Courier, monospace;">Gartic.io</button>
</div>
</div>
</div>
<!--card end-->
</section>
<div class="cookie-container">
<p style="font-family: 'Courier New', Courier, monospace;" style="font-size:0.3rem">
<span style="font-size: 1.1rem;">Accept The Cookie Bruv.</span><br><br>
We use cookies in this website to give you the best experience on our
site. To find out more, read our
<a href="term.html">privacy policy</a> and <a href="cookiepolicy.html">cookie policy</a>.
</p>
<button class="cookie-btn" onclick="disp()">
Okay
</button>
</div>
<footer>
<br>
<!--changing-->
<div style="padding:0.2em">
<a style="float:left" href="https://www.instagram.com/inventrix.makeithappen/" target="_blank" name="instagram" title="instagram"><i class="fa fa-instagram " style="font-size:21px;text-align:bottom;padding-right:0.5rem;padding-left: 0.2rem"></i></a>
<a style="float:left" href="https://www.instagram.com/inventrix.makeithappen/" target="_blank" name="instagram" title="instagram"><i class="fa fa-telegram " style="font-size:21px;text-align:bottom;" aria-hidden="true"></i></a>
<P style="float:right;font-size: 0.5rem;">© All rights reserved.</P>
<br>
</div>
</footer>
<script type= "text/javascript">
ScrollReveal({
reset: true,
distance: '60px',
duration: 2500,
delay: 300,
});
ScrollReveal().reveal('.con_main , .New', { delay: 90, origin: 'bottom', interval: 100 });
ScrollReveal().reveal('.new2', { delay: 90, origin: 'top',});
ScrollReveal().reveal('.topnav', { delay: 90, origin: 'top',});
</script>
</body>
<!--
You weren't suppose to be here, but Nice
-->
</html>