forked from IMERSS/xetthecum-storymap-scrolly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
232 lines (212 loc) · 11.7 KB
/
template.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8">
<meta name="generator" content="quarto-1.3.433">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Xetthecum Digital Ecocultural Mapping</title>
<script src="site_libs/quarto-nav/quarto-nav.js"></script>
<script src="site_libs/quarto-nav/headroom.min.js"></script>
<script src="site_libs/quarto-html/quarto.js"></script>
<script src="site_libs/quarto-html/popper.min.js"></script>
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
<script src="site_libs/quarto-html/anchor.min.js"></script>
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
<link href="site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap.min.css" rel="stylesheet" id="quarto-bootstrap" data-mode="light">
<!-- Some core quarto includes -->
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.0.0/css/all.css">
<!-- CSS from imerss-bioinfo/imerss-viz -->
<link rel="stylesheet" href="css/imerss-viz-lib.css" />
<link rel="stylesheet" href="css/imerss-viz-new-core.css" />
<link rel="stylesheet" href="css/xetthecum-core.css" />
<!-- Local CSS -->
<link rel="stylesheet" href="css/imerss-story.css" />
<link rel="stylesheet" href="css/imerss-viz-story.css" />
<link rel="stylesheet" href="css/xetthecum.css" />
<script src="js/jquery.js"></script>
<script src="js/imerss-viz-lib.js"></script>
<script src="js/imerss-viz-new-core.js"></script>
<script src="js/reknit-client.js"></script>
<script src="js/imerss-viz-reknit.js"></script>
<script src="js/paneHandlers.js"></script>
<script src="js/xetthecum.js"></script>
<svg id="map-svg">
<defs>
<symbol id="close-x" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg">
<path d="M4 4L21 21" stroke-width="3" stroke-linecap="round"/>
<path d="M21 4L4 21" stroke-width="3" stroke-linecap="round"/>
</symbol>
<symbol id="section-left" viewBox="0 0 49 49" xmlns="http://www.w3.org/2000/svg">
<circle cx="24.6702" cy="24.2849" r="21.9431" stroke-width="var(--section-circle-stroke-width)"/>
<path d="M27.4512 14.332L17.4984 24.2848" stroke-width="4" stroke-linecap="round"/>
<path d="M27.3828 34.2383L17.43 24.2855" stroke-width="4" stroke-linecap="round"/>
</symbol>
<symbol id="section-right" viewBox="0 0 49 49" xmlns="http://www.w3.org/2000/svg">
<circle cx="24.4177" cy="24.4358" r="21.9431" stroke-width="var(--section-circle-stroke-width)"/>
<path d="M21.6367 34.3887L31.5895 24.4359" stroke-width="4" stroke-linecap="round"/>
<path d="M21.7051 14.4824L31.6579 24.4352" stroke-width="4" stroke-linecap="round"/>
</symbol>
<symbol id="return-left" viewBox="0 0 12 19" xmlns="http://www.w3.org/2000/svg">
<path d="M9.91016 2.43262L2.39555 9.94723" stroke="#F2FCD6" stroke-width="3" stroke-linecap="round"/>
<path d="M9.85938 17.4619L2.34477 9.9473" stroke="#F2FCD6" stroke-width="3" stroke-linecap="round"/>
</symbol>
<!-- These patterns agree with data in tabular_data/communityStyling.csv and are used in the section buttons -->
<pattern id="fill-pattern-forests" patternUnits="userSpaceOnUse" width="80" height="80">
<image xlink:href="img/fillPatterns/mature-forest.png" x="0" y="0" width="80" height="80">
</image>
</pattern>
<pattern id="fill-pattern-freshwater" patternUnits="userSpaceOnUse" width="80" height="80">
<image xlink:href="img/fillPatterns/freshwater.png" x="0" y="0" width="80" height="80">
</image>
</pattern>
<pattern id="fill-pattern-marine" patternUnits="userSpaceOnUse" width="80" height="80">
<image xlink:href="img/fillPatterns/marine.png" x="0" y="0" width="80" height="80">
</image>
</pattern>
<pattern id="fill-pattern-woodlands" patternUnits="userSpaceOnUse" width="80" height="80">
<image xlink:href="img/fillPatterns/woodland.png" x="0" y="0" width="80" height="80">
</image>
</pattern>
</defs>
</svg>
</head>
<body class="nav-fixed fullcontent">
<div id="quarto-search-results"></div>
<header id="quarto-header" class="headroom fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark ">
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a class="navbar-brand" href="https://imerss.github.io/xetthecum-storymap/">
<span class="navbar-title">Xetthecum Digital Ecocultural Mapping</span>
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-scroll ms-auto">
<li class="nav-item">
<a class="nav-link active" href="" rel="" target="" aria-current="page">
<span class="menu-text">The Story of Xetthecum</span></a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="" id="nav-menu-about" role="link" data-bs-toggle="dropdown" aria-expanded="false">
<span class="menu-text">About</span>
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-about">
<li>
<a class="dropdown-item" href="https://imerss.github.io/xetthecum-storymap/about.html">
<span class="dropdown-text">About the Project</span></a>
</li>
<li>
<a class="dropdown-item" href="https://imerss.github.io/xetthecum-storymap/team.html">
<span class="dropdown-text">Meet the Team</span></a>
</li>
<li>
<a class="dropdown-item" href="https://imerss.github.io/xetthecum-storymap/research.html">
<span class="dropdown-text">Research</span></a>
</li>
</ul>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-explore" role="button" data-bs-toggle="dropdown" aria-expanded="false" >
<span class="menu-text">Explore</span>
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-explore">
<li>
<a class="dropdown-item" href="https://imerss.github.io/xetthecum-storymap/taxa.html">
<span class="dropdown-text">Browse all Species</span></a>
</li>
<li>
<a class="dropdown-item" href="https://imerss.github.io/xetthecum-storymap/web-of-life.html">
<span class="dropdown-text">Web of Life</span></a>
</li>
<li>
<a class="dropdown-item" href="https://imerss.github.io/xetthecum-storymap/cultural-values.html" >
<span class="dropdown-text">Cultural Values</span></a>
</li>
<li>
<a class="dropdown-item" href="https://imerss.github.io/xetthecum-storymap/ecological-values.html" >
<span class="dropdown-text">Ecological Communities</span></a>
</li>
<li>
<a class="dropdown-item" href="https://imerss.github.io/xetthecum-storymap/storymap-designs.html" >
<span class="dropdown-text">Storymap Designs</span></a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="https://imerss.github.io/xetthecum-storymap/resources.html" >
<span class="menu-text">Resources</span></a>
</li>
</ul>
<div class="quarto-navbar-tools">
</div>
</div> <!-- /navcollapse -->
</div> <!-- /container-fluid -->
</nav>
</header>
<!-- content -->
<div id="quarto-content" class="quarto-container page-rows-contents page-layout-article page-navbar">
<!-- sidebar -->
<div class="mxcw-container">
<div class="mxcw-map-holder">
<div class="mxcw-return-to-main">
<svg aria-labelledby="return-main-label" width="12" height="19">
<use href="#return-left"/>
</svg>
<span id="return-main-label">Return to main story</span>
</div>
<div class="mxcw-map imerss-nodismiss-map">
</div>
<div class="mxcw-data imerss-nodismiss-map">
</div>
</div>
<div class="mxcw-content-holder">
<div class="mxcw-section-nav">
<div class="section-left section-button">
<svg width="49" height="49">
<use href="#section-left" />
</svg>
<div class="section-left-desc section-button-desc">
Back: <span class="section-left-text">Land Acknowledgement</span>
</div>
</div>
<div class="section-nav-spacer"></div>
<div class="section-right section-button">
<svg width="49" height="49">
<use href="#section-right" />
</svg>
<div class="section-right-desc section-button-desc">
Next: <span class="section-right-text">Cultural Values – Marine</span>
</div>
</div>
</div>
<div class="mxcw-content imerss-nodismiss-map">
<!-- main-container gets reknitted into here -->
</div>
</div>
</div>
<script>
maxwell.storyPage("body", {
});
</script>
</div> <!-- /content -->
<footer class="footer fixed-bottom">
<div class="nav-footer">
<div class="nav-footer-left">
</div>
<div class="nav-footer-center">
</div>
<!-- <div class="nav-footer-right">Contact</div> -->
</div>
</footer>
</body>
</html>