-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (196 loc) · 6.4 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
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
220
221
<!DOCTYPE html>
<html>
<head>
<title>Holocron Tournament Software</title>
<style>
/* Add some styling to make the page look modern and sleek */
body {
font-family: "Arial", sans-serif;
color: #fff;
background-color: #111;
margin: 0;
padding: 0;
}
.container {
max-width: 1200px;
margin: 0 auto;
min-height: 100vh;
display: flex;
flex-direction: column;
padding: 20px;
gap: 10rem;
}
header {
background-color: #000;
padding: 20px;
text-align: center;
}
header h1 {
margin: 0;
font-size: 48px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
nav li {
margin: 0 10px;
}
nav a {
text-decoration: none;
font-size: 18px;
color: #fff;
}
main {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 30px;
}
.card {
background-color: #222;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
transition: 0.3s;
width: 300px;
margin: 20px;
padding: 20px;
text-align: center;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.card h3 {
margin: 0;
font-size: 24px;
color: #fff;
}
.card p {
margin: 20px 0;
font-size: 14px;
color: #ccc;
}
.card img {
width: 100%;
height: auto;
border-radius: 5px 5px 0 0;
}
footer {
margin-top: auto;
background-color: #000;
color: #ccc;
padding: 20px;
text-align: center;
}
footer p {
margin: 0;
font-size: 14px;
}
.hero {
margin-top: 10vh;
margin-bottom: 10vh;
display: flex;
flex-direction: column;
gap: 5vh;
align-items: center;
justify-content: center;
text-align: center;
}
.hero h1 {
font-size: 48px;
margin: 0;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.hero p {
font-size: 18px;
margin: 20px 0;
color: #ccc;
}
.hero img {
width: 100%;
height: auto;
border-radius: 5px;
}
.hero-button {
display: inline-block;
padding: 10px 20px;
background-color: #000;
color: #fff;
text-decoration: none;
border-radius: 4px;
font-size: 18px;
transition: background-color 0.3s;
}
.hero-button:hover {
background-color: #222;
}
.article {
font-family: "Arial", sans-serif;
line-height: 1.5;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
.article h1 {
font-size: 36px;
margin: 0 0 20px 0;
color: #fff;
}
.article a {
color: #ccc;
text-decoration: none;
}
.article a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Holocron</h1>
</header>
<div class="hero">
<h1>XWing Tournament Software</h1>
<p>Your one-stop solution for managing tournaments and keeping track of rankings.</p>
<a href="https://github.com/PiecePaperCode/holocron/releases" class="hero-button">Download</a>
</div>
<main>
<div class="card">
<img src="https://github.com/PiecePaperCode/holocron/blob/main/img/players.png?raw=true" alt="Players">
<h3>Players</h3>
<p>Add, remove, and edit players dynamically during a tournament. Pairings will be updated accordingly.</p>
</div>
<div class="card">
<img src="https://github.com/PiecePaperCode/holocron/blob/main/img/ranking.png?raw=true" alt="Rankings">
<h3>Rankings</h3>
<p>View the current rankings of all players in the tournament. Rankings are updated after each round.</p>
</div>
<div class="card">
<img src="https://github.com/PiecePaperCode/holocron/blob/main/img/tournament.png?raw=true" alt="Tournaments">
<h3>Tournaments</h3>
<p>Create and manage tournaments, including generating pairings using the Swiss system. Byes are given to the lowest-ranked player who has not yet received a bye.</p>
</div>
</main>
<div class="article">
<h1>The Open Source Solution for Managing Tournaments</h1>
<p>Are you looking to run a tournament and in need of some software to help manage it? Look no further than Holocron Tournament Software!</p>
<p>Holocron is an open source project that was created to help make running tournaments easier and more organized. With Holocron, you can easily add and remove players, view current rankings, and create and manage tournaments using the Swiss system. Plus, byes are automatically given to the lowest-ranked player who has not yet received one.</p>
<p>One of the best things about Holocron is that it's completely customizable. You can add and remove features as needed, and even contribute to the project by submitting your own code on GitHub.</p>
<p>So why wait? Give Holocron a try for your next tournament and see how much easier it can make things for you! Head on over to the <a href="https://github.com/PiecePaperCode/holocron/releases">releases page on GitHub</a> to download the latest version.</p>
<p>Happy tournament organizing!</p>
</div>
<footer>
<p>© 2023 Holocron Tournament Software. All rights reserved.</p>
</footer>
</div>
</body>
</html>