-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunfacts.html
More file actions
85 lines (81 loc) · 4.38 KB
/
funfacts.html
File metadata and controls
85 lines (81 loc) · 4.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hyacinth Macaw - Fun Facts</title>
<meta name="author" content="Deana Jackson">
<meta name="description" content="Hyacinth Macaw">
<!-- The below link is to the Bootstrap 3.3.5 default CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Bootstrap 3.3.5 core JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=RocknRoll+One&family=Shippori+Mincho&display=swap" rel="stylesheet">
<link href="css/reset.css" rel="stylesheet" type="text/css">
<link href="css/helper.css" rel="stylesheet" type="text/css">
<link href="css/grid.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<nav class="navbar navbar-default" id="navbar-override">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Hyacinth Macaw</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="#">Fun Facts</a></li>
<li><a href="conservation.html">Conservation</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.container-fluid -->
</nav>
<header>
<img src="images/funfacts-narrow2.jpg" alt="two happy macaws" />
<p>Photo by <a href="https://unsplash.com/@roi_dimor?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText" target="_blank">Roi Dimor</a> on <a href="/s/photos/hyacinth-macaw?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText" target="_blank">Unsplash</a>
</p>
</header>
<main>
<div id="text-content">
<h2>Fun Facts</h2>
<br>
<ul>
<li> 1 | The hyacinth macaw is the largest macaw species.</li>
<li>2 | These macaws frequently travel together in small flocks of 1–8 pairs, and loudly call to one another.</li>
<li>3 | Macaw pairs remained bonded.</li>
<li>4 | When disturbed, these bright birds screech loudly and circle overhead with their long tails streaming.</li>
<li>5 | Macaws are playful and inquisitive and are able to mimic human vocalizations very well.</li>
<li>6 | Macaws are able to reach flight speeds of up to 56 kph (35 mph).</li>
</ul>
<p>Information from <a href="https://seaworld.org/animals/facts/birds/hyacinth-macaw/" target="_blank">Seaworld.org </a></p>
</div>
<figure class="desktop-on">
<img src="images/pexels-ja-norlin-photography-2491642.jpg" alt="Hyacinth Macaw perched on a branch">
<figcaption>
<a href="https://www.pexels.com/@j-a-norlin-photography-1203331" target="_blank">Photo by J.A. Norlin Photography from Pexels</a>
</figcaption>
</figure>
</main>
<footer>
<ul>
<li><a href="#">Terms and Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
<p>© Hyacinth Macaws</p>
<figure class="desktop-off">
<img src="images/jaime-dantas-fHy9_plCm48-unsplash.jpg" alt="head shot of a hyacinth macaw" />
<figcaption>Photo by <a href="https://unsplash.com/@jaimedantas?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText" target="_blank">Jaime Dantas</a> on Unsplash</figcaption>
</figure>
</footer>
</body>