This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (101 loc) · 3.6 KB
/
index.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<h1>Old Great Reading Adventure Content</h1>
<p>
Earlier versions of the
<a href="https://www.greatreadingadventure.com/"
>Great Reading Adventure</a
>
(versions 2 and 3) supported interactive stories and games (<em
>mini-games</em
>
or <em>adventures</em>). The
<a href="https://mcldaz.org/">Maricopa County Library District</a>
produced content and released it for free use. That content is
accessible here.
</p>
<p>
Please note that some of the content has specific usage restrictions in
readme files contained in the .ZIP file packages. Please read those
licenses before using any of the provided content.
</p>
<h2 id="badges">Badges</h2>
<p>
<a href="badges/Level-Badges-STEM-theme.zip"
><img src="badges/Level-Badges-STEM-theme.png" form
/></a>
</p>
<h2 id="books">Books</h2>
<p>
<a href="books/All-Dogs-Dog-Park.zip"
><img src="books/AllDogs.png" alt="All Dogs Dog Park"
/></a>
<a href="books/Awesome-Gal.zip"
><img
src="books/AwesomeGal.png"
alt="The Super Amazing Adventures of Awesome-Gal!"
/></a>
<a href="books/Birds.zip"><img src="books/Birds.png" alt="Birds" /></a>
<a href="books/Jessica-Weaves-a-Web.zip"
><img src="books/Jessica.png" alt="Jessica Weaves a Web"
/></a>
<a href="books/Malik-Loves-Soccer.zip"
><img src="books/Malik.png" alt="Malik Loves Soccer"
/></a>
<a href="books/The-Noise-in-the-Kitchen.zip"
><img src="books/Noise.png" alt="The Noise in the Kitchen"
/></a>
</p>
<h2 id="games">Games</h2>
<p>
<a href="games/Code-Breaker-Science.zip"
><img
src="games/Code-Breaker-Science.png"
alt="Code Breaker - Science"
/></a>
<a href="games/CYOA-Eat-Your-Greens.zip"
><img
src="games/CYOA-Eat-Your-Greens.png"
alt="CYOA - Eat Your Greens"
/></a>
<a href="games/CYOA-Electricity.zip"
><img src="games/CYOA-Electricity.png" alt="CYOA - Electricity"
/></a>
<a href="games/CYOA-Magic-Computer.zip"
><img src="games/CYOA-Magic-Computer.png" alt="CYOA - Magic Computer"
/></a>
<a href="games/CYOA-The-Escape.zip"
><img src="games/CYOA-The-Escape.png" alt="CYOA - The Escape"
/></a>
<a href="games/Mix-and-Match-Electricity.zip"
><img
src="games/Mix-and-Match-Electricity.png"
alt="Mix and Match - Electricity"
/></a>
<a href="games/Mix-and-Match-Engineering.zip"
><img
src="games/Mix-and-Match-Engineering.png"
alt="Mix and Match - Engineering"
/></a>
<a href="games/Mix-and-Match-Measurement.zip"
><img
src="games/Mix-and-Match-Measurement.png"
alt="Mix and Match - Measurement"
/></a>
<a href="games/Mix-and-Match-Technology.zip"
><img
src="games/Mix-and-Match-Technology.png"
alt="Mix and Match - Technology"
/></a>
</p>
</div>
</body>
</html>