-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
219 lines (186 loc) · 7.28 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- fonts & bootstrap -->
<link rel="stylesheet" href="style.css">
<div>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Play:wght@700&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=MuseoModerno:wght@300&family=Orbitron:wght@400;500;600;700;800;900&family=Play:wght@700&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=MuseoModerno:wght@300&family=Orbitron:wght@400;500;600;700;800;900&family=Play:wght@700&family=Quicksand:wght@600&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap" rel="stylesheet">
</div>
<style>
body {
margin: 0;
font-size: 30px;
text-align: left;
background-repeat: no-repeat;
background-size: cover;
overflow-x: hidden;
background: rgb(198, 196, 196);
}
h1.title {
font-family: 'Orbitron', serif;
font-size: xxxx-large;
text-align: center;
margin-bottom: 1%;
margin-top: 1%;
}
.header {
background-color: #f1f1f1;
padding: 30px;
text-align: center;
}
#navbar {
overflow: hidden;
background-color: #333;
display: flex;
justify-content: center;
}
#navbar a {
/* float: left; */
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
#navbar a:hover {
background-color: #000000;
color: #ddd;
}
#navbar a.active {
background-color: #04aa6d;
color: white;
}
#content {
padding: 16px;
/* gap between side of page for page content */
}
/* will not move, will be at the top of screen, and will cover the screen from left to right at the top */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
position: fixed;
top: 0;
width: 100%;
}
/* Add some top padding to the page content to prevent movement of the page content*/
.sticky+#content {
padding-top: 16px;
}
#midtext {
position: absolute;
top: 50%;
width: 100%;
/* text-align: center; */
color: rgb(1, 34, 34);
}
.fullscreen-image {
position: absolute;
width: 100%;
height: 100%;
/* z-index: 0; */
background-size: cover;
}
.bg {
width: 100%;
position: static;
}
</style>
<title>Neogolf</title>
</head>
<body>
<a href="index.html" style="color: #000000; text-decoration: none; background-color: #04aa6d;">
<h1 class="title">Neogolf</h1>
</a>
<div id="navbar" style="z-index: 1000;" class="">
<a href="index.html#about">About</a>
<a href="rules.html">Rules</a>
<a href="calendar.html">Calendar</a>
<a href="news.html">News/Media</a>
<a href="contact.html">Contact/Forms</a>
</div>
<style>
.content {
margin-left: 1vw;
}
</style>
<br>
<div class="content">
<p
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-family: 'Quicksand', sans-serif; font-size: 2.2vw; text-align: center;">
News</p>
<p style="font-size: 1.7vw;">news<br>news<br>news<br>news<br>news<br>news<br></p>
<p
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-family: 'Quicksand', sans-serif; font-size: 2.2vw; text-align: center;">
Media</p>
<p style="font-size: 1.7vw;">Neogolf.org and Neogolf.net web sites and Android / iOs Apps
Blog
<br>
Forum
<br>
Youtube
<br>
Facebook
<br>
Twitter
<br>
Instagram
<br>
Video Gallery
<br>
Photo Gallery</p>
</div>
<script>
// When the user scrolls the page, execute stickbar
window.onscroll = function () {
stickbar()
};
// select the navbar
var navbar = document.getElementById("navbar");
// Get the top location of the viewport and assign it to variable sticky
var sticky = navbar.offsetTop;
// when you pgdown once, you assign the class "sticky" to the navbar
// remove class "sticky" when you are at the top
function stickbar() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
</script>
</body>
<footer>
NIF - Neogolf International Federation is Neogolf Sport Main Governing Institution with All Rights and
Responsibilities about Representation, Organisation, Rules, Promotion, Development, Competition, Events and All
Other Issues related to the Neogolf Sport.
Neogolf.Org is Officialy Registered Domain Name for Neogolf International Federation and All Other Neogolf Governing
Institutions, Associations, Professional and Non-Profit Entities Related to Neogolf Sport
</footer>
</html>