-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructions.html
59 lines (58 loc) · 2.78 KB
/
instructions.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Instructions</title>
<link rel="icon" type="image/x-icon" href="src/image/fish-favicon.ico">
<link rel="stylesheet" href="./src/reset.css">
<link rel="stylesheet" href="./dist/main.css"/>
</head>
<body>
<header class="head-container">
<ul class="top-header">
<li class=""><a data-page= "fish-profiles" href="/Gone-Fishin/index.html">Fish Directory</a></li>
</ul>
<div class="right-header">
<img src="/Gone-Fishin/images/bubbles.png" alt="">
<img class="fish-search" src="/Gone-Fishin/images/logo.png" alt="fish logo">
</div>
</div>
</header>
<div class="instructions-container">
<h2>The information for this application came from an API provided by <a href="https://www.fishwatch.gov/">www.fishwatch.gov</a>.</hh1>
<h2 class="underline">Instructions</h2>
<ol class="features">
<li>Bar graph can dynamically be rendered to show a fish's calories and the health of a species population by the bar color</li>
<li>An example graph can be viewed by clicking on the Fish Graph button</li>
<li>The maximum fish you can add to a graph is 20 for desktop, 10 for tablets, and 5 for mobile users</li>
<li>To create a graph you need to add a fish. You can find a fish by scrolling through the fish tiles or narrow it down with the search bar</li>
<li>Next click on the image, which will take you to a details page for that fish</li>
<li>Click the "Add Fish to Graph" button</li>
<li>From the same position you can deselect a fish from appearing on the graph by clicking on the remove fish from graph button</li>
<li>To reset the graph you can reload the page</li>
</ol>
</div>
<footer class="footer">
<ul class="icons">
<li>
<a href="https://www.linkedin.com/in/billy-phan-41014a40/" target="_blank">
<img class="icon" src="/Gone-Fishin/images/linkedin-icon.png">
</a>
</li>
<li>
<a href="https://github.com/bphan002" target="_blank">
<img class="icon" src="/Gone-Fishin/images/github-icon.png">
</a>
</li>
<li>
<a href="https://bphan002-porftolio-website.herokuapp.com/" target="_blank">
<img class="icon kick-icon" src="/Gone-Fishin/images/kick-icon.png">
</a>
</li>
</ul>
<p>©May 2022, Gone Fishin was created by Billy Phan</p>
</footer>
</body>
</html>