-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (44 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta name="author" content="Andrew Blake" />
<meta name="Description" content="Information about clubs in Katikati college." />
<title>KKC clubs</title>
<script src="script.js"></script>
<link href="css.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700&display=swap" rel="stylesheet" />
<meta name="theme-color" content="#0094ff" />
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon.png" />
</head>
<body>
<div id="myNavbar" class="navbar"></div>
<div class="wrapper">
<a href="index.html" class="titleRow">
<img src="img/favicon.png" />
<h1>KKC clubs</h1>
</a>
<div class="bodyContainer">
<div class="bodyText">
<p>
This website showcases clubs available to join in Katikati College.
</p>
<p>
There are more than 1 clubs available, click the Clubs button or <a href="clubs.html">here</a> to see the full list of them
</p>
</div>
<div class="bodyText">
<h1>News</h1>
<h3>20/11/21</h3>
<p>
Robotics and Evolocity are now taking new members! Sign up at the
signup page.
</p>
<h3>18/09/21</h3>
<p>Some older news</p>
</div>
</div>
</div>
</body>
</html>