-
Notifications
You must be signed in to change notification settings - Fork 0
/
story-coastal-birth.html
119 lines (100 loc) · 6.13 KB
/
story-coastal-birth.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!--
* sets the width of the page to follow the screen-width of the device
* sets the initial zoom level when the page
-->
<title>Tilly's Reef Adventure</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="page-wrap">
<a href="#content">
<header role="banner" class="banner">
<img id="banner-logo" src="img/tillysreefadventure/logo-banner.png" alt="Tilly's Reef Adventure banner logo">
</header>
</a>
<section id="content">
<nav role="navigation" class="global" >
<a href="index.html"><img id="banner-logo-nav" src="img/tillysreefadventure/logo-banner.png" alt="Tilly's Reef Adventure banner logo"></a>
<ul>
<li id="home"><a href="index.html">Home</a></li>
<li class="active"><a class="active" href= "story.html">Story</a>
<ul class="dropdown">
<li class="active"><a class="active" href= "story-coastal-birth.html">Tilly's Coastal Birth</a></li>
<li><a href="story-reef-adventure.html">Tilly's Reef Adventure</a></li>
<li><a href="story-coastal-rescue.html">Tilly's Coastal Rescue</a></li>
</ul>
</li>
<!-- spacer hack -->
<li class="spacer"></li>
<li class="spacer"></li>
<li><a href="characters.html">Characters</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</nav>
<main class="story-slides">
<nav role="navigation breadcrumb" class="breadcrumb">
<ul>
<li class="active"><a class="active" href="story-coastal-birth.html">Tilly's Coastal birth</a></li> >
<li><a href="story-reef-adventure.html">Tilly's Reef Adventure</a></li> >
<li><a href="story-coastal-rescue.html">Tilly's Coastal Rescue</a></li>
</ul>
</nav>
<!-- slideshow -->
<section class="carousel-slideshow" id="story-reef-adventure">
<figure class="carousel slide">
<div class="numbertext">1 / 3</div>
<img class="slideshow-img" src="img/tillysreefadventure/slide-mother-turtle.png">
<article class="slideshow-text">
<h1>On a still night, a mother turtle digs a hole and lays her eggs. She carefully covers them to keep them safe.</h1>
<br>
<h1>Thereafter, she makes her way back to the sea with the other mother turtles.</h1>
</article>
</figure>
<figure class="carousel slide">
<div class="numbertext">2 / 3</div>
<img class="slideshow-img" src="img/tillysreefadventure/slide-hatchlings.png">
<article class="slideshow-text">
<h1>Eight weeks later, the baby turtles hatch, digging their way out of their sandy nest. The hatchlings scramble to the water.</h1>
<br>
<h1>The hatchlings scramble to the water. They have to get to safety!</h1>
</article>
</figure>
<figure class="carousel slide">
<div class="numbertext">3 / 3</div>
<img class="slideshow-img" src="img\tillysreefadventure\hatchling-gulls.png">
<article class="slideshow-text">
<h1>Tilly is the first one out. She is worried the gulls want to snap them up. They squawk and they swoop and they peck at the little turtles...</h1> <br>
<h1>And, there is more danger ahead!</h1><br>
<a class="slide-link" href="story-reef-adventure.html"><h1 class="slide-link">Explore the reef adventure...</h1></a>
</article>
</figure>
</section>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</main>
<footer>
<img src="/tra/img/cc-by-nc-sa.JPG" alt="Creative Commons Attribution Non-commercial Share Alike">
<nav class="footer">
<ul>
<li><a href="https://www.rhondasart.com.au/pages/about-us">About the Author</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</nav>
</footer>
</section>
</div> <!--page wrap end tag-->
<!-- particles.js lib modified, stats counter removed - https://github.com/VincentGarreau/particles.js -->
<script src="js/particles.min.js"></script>
<div id="particles-js"></div> <!-- particles.js container -->
<script src="js/jquery-3.3.1.min.js"></script>
<!--https://zengabor.github.io/zenscroll/#license-->
<script src="js/zenscroll-min.js"></script>
<script src="js/script.js"></script>
</body>
</html>