forked from Gus06/openath.github.io
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex-v1.html
250 lines (233 loc) · 10.3 KB
/
index-v1.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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
---
<div class="container-fluid pt-4">
<div class="row">
<div class="col-md text-center red-bar pt-4 mb-5">
<h3>Federation Management</h3>
<p class="lead mx-auto">Our Federation management package is currently being used by 4 countries and allows them to efficiently manage their athletes and competitions.</p>
<div class="row align-items-start">
<div class="icon-story col">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-licensing.svg" alt="Licensing" width="40" height="26">
</div>
<p>Organise your athletes’ licensing</p>
</div>
<div class="icon-story col">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-shirt.svg" alt="Shirt" width="32" height="38">
</div>
<p>Keep track of club memberships</p>
</div>
<div class="icon-story col">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-flag-horizontal.svg" alt="National Flags" width="104" height="34">
</div>
<p>Manage your national championships</p>
</div>
</div>
</div>
<div class="col-md text-center pt-4 mb-5">
<h3>Taking Race Entries</h3>
<p class="lead mx-auto">We take entries and help organisers for over 80 events each year. From 7 County Athletics championships with 1,000 entries each to small fun runs; we can help you.</p>
<div class="row align-items-start">
<div class="icon-story col">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-payment.svg" alt="Payment" width="34" height="22">
</div>
<p>Electronic Payments into your account</p>
</div>
<div class="icon-story col">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-checklist.svg" alt="Checklist" width="28" height="38">
</div>
<p>Monitor entries and payments</p>
</div>
<div class="icon-story col">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-printables.svg" alt="Printables" width="60" height="42">
</div>
<p>Produce automatic reports for officials and athletes</p>
</div>
</div>
</div>
</div>
</div>
<div class="py-3 tinted">
<div class="container-fluid">
<div class="row py-5">
<div class="col-md-4 text-center text-md-right red-bar pr-md-4">
<h3>Competition Management</h3>
<p class="lead mx-auto">Our system, has been tested from International events (Loughborough International, Balkan U18 Champs and the European 10,000M Cup) down to local open meetings.</p>
<p class="lead d-none d-md-block"><a href="#">Learn more about our product</a></p>
</div>
<div class="col-md-8 text-center">
<div class="row align-items-start">
<div class="col">
<div class="icon-story">
<div class="feature-icon">
<img class="" src="{{ site.baseurl }}/assets/img/icn-customise.svg" alt="Customise" width="49" height="36">
</div>
<p>Fully customise your event, from track and field to road relays</p>
</div>
<div class="icon-story">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-control.svg" alt="Control" width="49" height="36">
</div>
<p>Full management of athletics matches</p>
</div>
</div>
<div class="col">
<div class="icon-story">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-data.svg" alt="Database" width="58" height="62">
</div>
<p>Bulk entry of athletes and centralised datastore</p>
</div>
<div class="icon-story">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-seeding.svg" alt="Seeding" width="60" height="38">
</div>
<p>Automated numbering, ranking and seeding</p>
</div>
</div>
<div class="col">
<div class="icon-story">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-finishline.svg" alt="Finish line" width="51" height="46">
</div>
<p>Integrated finish line technology</p>
</div>
<div class="icon-story">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-stopwatch.svg" alt="Recording" width="57" height="38">
</div>
<p>Validated results recording using a handful of devices</p>
</div>
</div>
</div>
<p class="lead text-center d-md-none mt-4 mb-0"><a href="#">Learn more about our product</a></p>
</div>
</div>
</div>
</div>
<div class="container-fluid py-3">
<div class="row py-5">
<div class="col-md-4 text-center text-md-left order-md-last red-bar pl-md-4">
<h3>Results Publishing</h3>
<p class="lead mx-auto">Our data team have developed fun ways to make the data come to life. From race replays to visualisation of field events, we make athletics results more accessible and understandable to the athletes and the fans.</p>
<p class="lead d-none d-md-block"><a href="#">View recent event results</a></p>
</div>
<div class="col-md-8 text-center">
<div class="row align-items-start">
<div class="col">
<div class="icon-story">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-api.svg" alt="API" width="54" height="50">
</div>
<p>Working with European Athletics and the world wide web consortium, we have developed the open standard for the interchange of data in athletics.</p>
<div class="d-inline-block">
<img src="{{ site.baseurl }}/assets/img/euroath-sml.png" alt="European Athletics" width="98" height="38">
</div>
<div class="d-inline-block">
<img src="{{ site.baseurl }}/assets/img/w3c.png" alt="W3C" width="68" height="33">
</div>
</div>
</div>
<div class="col">
<div class="icon-story">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-devices.svg" alt="Camera" width="53" height="58">
</div>
<p>Display live results on our website and app platform. All formats and devices.</p>
</div>
<div class="icon-story">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-stats.svg" alt="Stats" width="45" height="44">
</div>
<p>Visualise and assess team performance and scores.</p>
</div>
</div>
<div class="col">
<div class="icon-story">
<div class="feature-icon">
<img src="{{ site.baseurl }}/assets/img/icn-global.svg" alt="Global" width="66" height="62">
</div>
<p>Our commitment to open data means you can publish results anywhere</p>
</div>
<div class="icon-story">
<div class="feature-icon">
<img class="" src="{{ site.baseurl }}/assets/img/icn-results.svg" alt="Results" width="63" height="74">
</div>
<p>Validated. Real time. Syndicated. Searchable.</p>
</div>
</div>
</div>
<p class="lead text-center d-md-none mt-4 mb-0"><a href="#">View recent event results</a></p>
</div>
</div>
</div>
<div class="bg-blue py-4">
<div class="container-fluid">
<div class="row blockquote-row">
<div class="col-sm-8 offset-sm-2">
<blockquote class="blockquote mt-3">
<h3 class="mb-0">“My paperwork has been <strong>cut by ninety percent</strong> – and I can <strong>do it all on holiday</strong>.”</h3>
<footer class="blockquote_footer">Nicola Fleet, Croydon Harriers</footer>
</blockquote>
</div>
</div>
</div>
</div>
<div class="row no-gutters sepia-pics">
<div class="col-2">
<img src="{{ site.baseurl }}/assets/img/gallery/front_athlete_square4.jpg" class="img img-fluid" height="220">
</div>
<div class="col-2">
<img src="{{ site.baseurl }}/assets/img/gallery/front_athlete_square3.jpg" class="img img-fluid" height="220">
</div>
<div class="col-2">
<img src="{{ site.baseurl }}/assets/img/gallery/front_athlete_square2.jpg" class="img img-fluid" height="220">
</div>
<div class="col-2">
<img src="{{ site.baseurl }}/assets/img/gallery/front_athlete_square5.jpg" class="img img-fluid" height="220">
</div>
<div class="col-2">
<img src="{{ site.baseurl }}/assets/img/gallery/front_athlete_square6.jpg" class="img img-fluid" height="220">
</div>
<div class="col-2">
<img src="{{ site.baseurl }}/assets/img/gallery/front_athlete_square1.jpg" class="img img-fluid" height="220">
</div>
</div>
<div class="bg-blue py-4">
<div class="container-fluid">
<div class="row blockquote-row">
<div class="col-sm-8 offset-sm-2">
<blockquote class="blockquote mt-3">
<h3 class="mb-0">“For <strong>every single fixture</strong>, the admin time has been <strong>cut from two hours to five minutes</strong>.”</h3>
<footer class="blockquote_footer">Matthew Kiernan</footer>
</blockquote>
</div>
</div>
</div>
</div>
<div class="container-fluid pt-5">
<div class="row callout">
<div class="col text-center text-lg-left mb-4">
<h2>Want to give <strong>OpenTrack</strong> a go?</h2>
<h3>Get in touch, or register for public access <small>(coming soon)</small></h3>
</div>
<div class="col-lg-auto text-center text-lg-right">
<div class="row justify-content-center justify-content-lg-end">
<div class="col-auto">
<a href="#" class="btn btn-secondary" role="button">Contact us</a>
</div>
<div class="col-auto">
<a href="#" class="btn btn-primary" role="button">Register your interest</a>
</div>
</div>
</div>
</div>
</div>