-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
120 lines (105 loc) · 5.1 KB
/
news.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
<!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>
News
</title>
<script type="text/javascript" src="Js/js_main.js"></script>
<style>
/*basic script if required*/
.news{
text-align:left;
}
</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 class="active" href="news.html"><i class="fa fa-podcast"> <p>News</p></i></a></li>
<li><a 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="font-size:1.0rem;padding-left: 1.6rem;text-align: left;">#NEWS</p><br>
<div style="text-align:center;font-size:1.6vh;background-color: black;padding: 1rem;">
<br>
<br>
<br>
<p style="line-height:1.2rem;word-spacing:4px;">Be There
<br>
Furthermore, will be conveyed.
</p>
<br>
<br>
</div>
</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>