-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
52 lines (51 loc) · 2.22 KB
/
index.php
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
<?php include 'php/templates/header.php'; ?>
<?php include 'php/templates/jumbotron.php'; ?>
<p> </p>
<div class="ui container">
<div></div>
<h1 class="ui center aligned header" style="color: #585858">A place for</h1>
<p> </p>
<br>
<div class="ui four column relaxed stackable grid">
<div class="column">
<img class="ui tiny centered image" src="images/icons/fisherman.svg" style="height: 90px; opacity: 0.5">
<h3 class="ui center aligned header" style="color: #585858">
Fisherman
<div class="sub header" style="color: #989898">To show their catch, register their boats, track their own paths.</div>
</h3>
</div>
<div class="column">
<img class="ui tiny centered image" src="images/icons/boat-owner.svg" style="height: 90px; opacity: 0.5">
<h3 class="ui center aligned header" style="color: #585858">
Shipowners
<div class="sub header" style="color: #989898">To manage their own vessels, and tracks.</div>
</h3>
</div>
<div class="column">
<img class="ui tiny centered image" src="images/icons/gov.svg" style="height: 90px; opacity: 0.5">
<h3 class="ui center aligned header" style="color: #585858">
Governors
<div class="sub header" style="color: #989898">For governors to manage vessels, catch, and permits.</div>
</h3>
</div>
<div class="column">
<img class="ui tiny centered image" src="images/icons/researcher.svg" style="height: 90px; opacity: 0.5">
<h3 class="ui center aligned header" style="color: #585858">
Researchers
<div class="sub header" style="color: #989898">To view the catch and fish speices.</div>
</h3>
</div>
</div>
<br>
<p> </p>
<p> </p>
</div>
<div class="ui jumbotron">
<div></div>
<h1 class="ui center aligned header" style="color: #585858">
<button data-href="signup.php" class="ui teal center aligned huge button">I wanna join!</button>
</h1>
<p> </p>
<p> </p>
</div>
<?php include 'php/templates/footer.php'; ?>