kcl-digital-humanities-garden/_includes/notes_graph.html

8 lines
381 B
HTML
Raw Normal View History

2021-05-18 01:35:39 +00:00
<div id="graph-wrapper" class="relative vh-100 vh-50-m code f6">
2021-03-11 03:33:55 +00:00
<script>
2021-03-16 00:06:04 +00:00
window.graphData = {% include notes_graph.json %}
2021-03-11 03:33:55 +00:00
</script>
2021-05-18 01:35:39 +00:00
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3 dn-m">
2021-03-28 16:30:27 +00:00
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
2021-03-25 02:18:10 +00:00
</div>
2021-03-11 03:33:55 +00:00
</div>