-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (170 loc) · 7.66 KB
/
index.html
File metadata and controls
185 lines (170 loc) · 7.66 KB
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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>The Fish Size Project App</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="icon" href="https://fernandomateos.com/fishweb2/faviconV2.png">
<script src="https://kit.fontawesome.com/625db5b7cd.js" crossorigin="anonymous"></script>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Fish Size Project App</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="https://fernandomateos.com/fish_size_web/">Explore your data</a></li> -->
<!--<li><a href="elements.html">Elements</a></li>-->
<!--<li><a href="#">Get the app</a></li>-->
<li><a href="https://en.sif.lt/home-en/">Sustainable inland fisheries</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Fish Size Project App</h2>
<p> A new, free app for anglers,<br />
divers, and fish enthusiasts,<br />
developed by scientists at the<a href="https://en.sif.lt/home-en/"> Nature Research Centre</a>.</p>
<ul class="actions special">
<li><a href="#" class="button primary">Join</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Size matters</h2>
<p>In aquatic ecosystems, and especially for fish, your size determines who you are.<br />
Big fish are important for populations, ecosystems and for people.<br />
They are also fascinating and beautiful, as reflected in stories and myths of many cultures.<br />
<p>But fish sizes are changing, and fish size diversity is rapidly being lost. <br />
This project aims to document how much of fish size diversity has been lost locally and globally, <br />
how can we restore it, and why it is important.</p>
<h1> How can you help?</h1>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/pic01.jpg" alt="" /></div><div class="content">
<h2>For Anglers</h2>
<p> Record your captures, keep track of your best fishing spots, and contribute to fish research and conservation.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic02.jpg" alt="" /></div><div class="content">
<h2>For Divers and snorkelers</h2>
<p> We want to see what you see! Share your photos and help us collect data on fish sizes in your trips and adventures.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic03.jpg" alt="" /></div><div class="content">
<h2>Fish enthusiasts!</h2>
<p>You can contribute even with images from your local fish market.<br />
Are you a fish expert? Would like to help with fish identification? Contact us!</p>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>How does it work</h2>
<p> When you log your angling trips or fish observations<br />
you'll be helping our machine learning algorithms for fish species and size identification, <br />
contributing to the knowledge and conservation of our fish diversity.</p>
</header>
<ul class="features">
<li class="fa-solid fa-right-to-bracket">
<h3>Get the app</h3>
<p>Download the app from the Android or iPhone marketplace, and register your account in a few clicks.</p>
</li>
<li class="fa-solid fa-camera">
<h3>Upload your photos</h3>
<p>You can also indicate quantity, species and sizes of your catch or observations.</p>
</li>
<li class="fa-solid fa-map-location-dot">
<h3>Location</h3>
<p>If your images are geolocated, the location will be saved automatically.
Your data will be safe, will never be used for commercial purposes, and we will never reveal your secret fishing spots.</p>
</li>
<li class="fa-solid fa-cloud-sun-rain">
<h3>Weather</h3>
<p>You'll get the weather information linked to the time and place of your observations (Available in Lithuania, coming soon for other countries).</p>
</li>
<li class="fa-solid fa-fish">
<h3>Your data</h3>
<p>You can obtain a summary of your captures and observations, with plots and statistics.</p>
</li>
<li class="fa-solid fa-chart-line">
<h3>Project stats</h3>
<p>Follow the project updates and discoveries in the project blog!.</p>
</li>
</ul>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Join our project</h2>
<p>Download the app and contribute to fish research and conservation.</p>
</header>
<ul class="actions stacked">
<!--<li><a href="#" class="button fit primary">Get the app!</a></li>
<li><a href="#" class="button fit">Learn More</a></li> -->
<a href='https://play.google.com/store/apps/details?id=com.jaava.fish_size&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' style= "margin: 0px">
<img src='images/google_store.png' alt='Get it on Google Play'>
</a>
<a href="https://apps.apple.com/lt/app/fishsizeproject/id1594389711?itsct=apps_box_badge&itscg=30200" style= "margin: 0px">
<img src="images/app_store.png" alt="Download on the App Store">
</a>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Fish Size Project </li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>