-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (63 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Archery Rating</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
html,
body,
h1,
h2,
h3,
h4,
h5 {
font-family: "Raleway", sans-serif
}
</style>
</head>
<body class="w3-light-grey">
<div class="w3-main">
<header class="w3-container" style="padding-top:22px">
<p>
<img src="logo-with-title.svg" width="500">
</p>
</header>
<div class="w3-container">
<form style="display: inline" action="./guide.html" method="get"><button class="w3-button w3-blue">Guide
➜</button></form>
<p>
</div>
<div class="w3-container">
<h2>Notices</h2>
</div>
<div class="w3-container">
<h2>Seasons</h2>
<form style="display: inline" action="./uk_2022/index.html" method="get"><button class="w3-button w3-blue">UK 2022
➜</button></form>
<p></p>
<form style="display: inline" action="./uk_2021/index.html" method="get"><button class="w3-button w3-blue">UK 2021
➜</button></form>
<p>
<form style="display: inline" action="./uk_2019/index.html" method="get"><button class="w3-button w3-blue">UK 2019
➜</button></form>
<p>
<form style="display: inline" action="./example/index.html" method="get"><button class="w3-button w3-blue">WA 2019
(example featured in Significance)
➜</button></form>
<p>
</div>
<br>
<div class="w3-container w3-dark-grey w3-padding-32">
<div class="w3-row">
GPL-3.0 License
<br>
<a href="https://github.com/shermanlo77/archeryrating">Github: https://github.com/shermanlo77/archeryrating</a>
</div>
</div>
</div>
</body>
</html>