chronik first try

This commit is contained in:
Denys Konovalov 2022-12-01 20:55:09 +01:00
parent cc2dd04432
commit c2da25762d
3 changed files with 1251 additions and 0 deletions

@ -35,7 +35,13 @@
</script>
<!-- End Matomo Code -->
<<<<<<< HEAD
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
=======
<script src="{{ `plugins/wordcloud/wordcloud2.js` | absURL }}"></script>
>>>>>>> 789501f (chronik first try)
</head>

@ -4,6 +4,10 @@
<div class="container">
<div class="row">
<div class="col-12 mb-4">
<div id="wc-canvas" style="width: 800px;height: 800px;"></div>
<script>
WordCloud(document.getElementById('wc-canvas'), { list: [[ "{{.Params.Title}}", 100], ['Einführung des Modulkurses', 40], ['Umzug', 40], ['Wettbewerbserfolge', 40], ['Cantorpreis', 40], ['Teilnahme an der ersten Internationalen Junior Science Olympiade', 25]] } );
</script>
{{ .Content }}
</div>
{{ if .Params.Cantorpreisträger }}

File diff suppressed because it is too large Load Diff