-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (92 loc) · 3.65 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Download the diving rules app</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.png">
</head>
<body>
<div id="hero-banner">
<img src="assets/hero-banner.png" alt="diving board photo" class="responsive" width="100%">
</div>
<div class="grid-container">
<div class="logo">
<img src="assets/diving-rules-horizontal-logo.svg" alt="diving rules" height="64" class="left">
</div>
<div class="description">
<p><b> A mobile app to learn the diving rules issues by World Aquatics</b></p>
<p>The diving rules app has been created to study and learn the diving rules. As a judge or as a diver, you need
to
learn the rules. As a judge or as a referee you need to regularly train on the rules and more particularly on
the
penalty summary. This app has been created to help on this focus.</p>
<p>The current version of the app has been update using the lates version of the World Aquatics rule book issues
in
feb 2023.</p>
</div>
<div class="mobile">
<img src="assets/android_4_penalty.png" alt="android mobile app screen: penalty" class="responsive">
</div>
<div class="advantages">
<h2>What you’ll find?</h2>
<p><span class="brand-color">✔️</span> the World Aquatics diving rules - updates from feb 2023</p>
<p><span class="brand-color">✔️</span> an easy access to the penalty summary</p>
<p><span class="brand-color">✔️</span> a quiz to train & learn on all the penalties</p>
</div>
<div class="languages">
<h2>Language Support</h2>
<p>The content of the Diving Rules has been translated into multiple languages and proposes the rulebooks translation for all those diving federation:
</p>
<ul>
<li>🇬🇧 English</li>
<li>🇫🇷 French</li>
<li>🇪🇸 Spanish</li>
<li>🇲🇽 Mexican</li>
</ul>
</div>
<div class="share">
<h2>Share with friends</h2>
<img src="assets/diving-rules-22-qr-code.png" alt="qr code" class="center">
</div>
<div class="download">
<h2>Download the app</h2>
</div>
<div class="download-ios">
<a href="https://apps.apple.com/app/diving-rules/id1579861867"><img src="assets/badge-app-store.png"
alt="App Store Badge" class="center"></a>
<br>
<br>
</div>
<div class="download-aos">
<a href="https://play.google.com/store/apps/details?id=com.motionvolt.flipdiving">
<img src="assets/badge-google-play-store.png" alt="Google Play Store Badge" class="center"></a>
<br><br>
</div>
<div class="privacy">
<hr>
<h2>Privacy policy</h2>
<p>The diving rules app does not record any personal data. The only purpuse of the help you learn the diving
rules.
</p>
</div>
<div class="credits">
<h2>Credits</h2>
<p>This app was create by <b>Benoît Suzanne</b> under an Open Source GPL 3.0 license. The app was originally
developped in
2021 for iOS. It was updated in 2023 to also be available in Android and take into account the new World
Aquatics
regulation.
</p>
<p>As part of the creation of the app, the following people helped in the translation of the content</p>
<ul>
<li><b>Daniel Azorin</b></li>
<li><b>Piero Italiani</b></li>
<li>why not you... 😇 🫵</li>
</ul>
</div>
</div>
<script src="script.js"></script>
</body>
</html>