-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 4.63 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Markmap</title>
<style>
* {
margin: 0;
padding: 0;
}
#mindmap {
display: block;
width: 100vw;
height: 100vh;
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/markmap-toolbar@0.17.0/dist/style.css">
</head>
<body>
<svg id="mindmap"></svg>
<script src="https://cdn.jsdelivr.net/npm/d3@7.8.5/dist/d3.min.js"></script><script src="https://cdn.jsdelivr.net/npm/markmap-view@0.17.0/dist/browser/index.js"></script><script src="https://cdn.jsdelivr.net/npm/markmap-toolbar@0.17.0/dist/index.js"></script><script>(r => {
setTimeout(r);
})(() => {
const {
markmap,
mm
} = window;
const {
el
} = markmap.Toolbar.create(mm);
el.setAttribute('style', 'position:absolute;bottom:20px;right:20px');
document.body.append(el);
})</script><script>((getMarkmap, getOptions, root2, jsonOptions) => {
const markmap = getMarkmap();
window.mm = markmap.Markmap.create(
"svg#mindmap",
(getOptions || markmap.deriveOptions)(jsonOptions),
root2
);
})(() => window.markmap,null,{"content":"Ideas","children":[{"content":"\n<p data-lines=\"1,2\"><strong>Does Kristin respect diversity? How can we improve?</strong></p>","children":[{"content":"Encourage more celebrations and spotlights of different cultures within the school to increase information and awareness.","children":[],"payload":{"lines":"3,4"}},{"content":"Promote different greetings in various languages each week around the school.","children":[],"payload":{"lines":"4,5"}},{"content":"Offer grants to support cultural activities.","children":[],"payload":{"lines":"5,6"}},{"content":"Encourage more cultural student clubs with institutional support.","children":[],"payload":{"lines":"6,7"}},{"content":"Create student forums where students can share their backgrounds and unique perspectives.","children":[],"payload":{"lines":"7,9"}}],"payload":{"lines":"1,9"}},{"content":"\n<p data-lines=\"9,10\"><strong>Are Kristin students empowered? If not, how can they become more empowered?</strong></p>","children":[{"content":"Focus on aligning activities at Kristin with students’ interests.","children":[{"content":"Use surveys to identify these interests.","children":[],"payload":{"lines":"12,13"}},{"content":"Promote student engagement through initiatives that reflect their passions.","children":[],"payload":{"lines":"13,14"}}],"payload":{"lines":"11,14"}},{"content":"Introduce more enjoyable ways to involve students across all ages (from senior students to kindergarten).","children":[],"payload":{"lines":"14,15"}},{"content":"Provide students with a platform to share their ideas and initiatives.","children":[],"payload":{"lines":"15,16"}},{"content":"Launch a Kristin version of \"Give a Little\" to support student-led projects.","children":[],"payload":{"lines":"16,17"}},{"content":"Spread awareness of student achievements and initiatives through school communication channels.","children":[],"payload":{"lines":"17,18"}},{"content":"Use school TVs to promote sustainability efforts and various student groups.","children":[],"payload":{"lines":"18,20"}}],"payload":{"lines":"9,20"}},{"content":"\n<p data-lines=\"20,21\"><strong>How can Kristin School integrate more Māori language and culture?</strong></p>","children":[{"content":"Incorporate Māori language by translating core words in most classes, helping build Te Reo in both students’ and teachers’ daily vocabulary.","children":[],"payload":{"lines":"22,24"}}],"payload":{"lines":"20,24"}},{"content":"\n<p data-lines=\"24,25\"><strong>What are some new and unique ways Kristin can become more sustainable and green?</strong></p>","children":[{"content":"Increase the number of rubbish bins around the school.","children":[],"payload":{"lines":"26,27"}},{"content":"Improve signage and information about the purpose of each bin.","children":[],"payload":{"lines":"27,28"}},{"content":"Provide more education around consumerism and sustainable choices.","children":[],"payload":{"lines":"28,29"}},{"content":"Include sustainability reminders in assemblies.","children":[],"payload":{"lines":"29,30"}},{"content":"Empower students to lead fun, sustainability-focused initiatives.","children":[],"payload":{"lines":"30,31"}},{"content":"Improve infrastructure and optimize the placement of bins.","children":[],"payload":{"lines":"31,32"}}],"payload":{"lines":"24,32"}}],"payload":{"lines":"1,32"}},{"colorFreezeLevel":2})</script>
</body>
</html>