We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5825228 + f5baf07 commit 949d421Copy full SHA for 949d421
build.py
@@ -1,5 +1,7 @@
1
# build.py: generate the HTML files from text files
2
3
+# FIXME LATER: Currently contains link to workshop.
4
+
5
import sys
6
import glob
7
import urllib.request
@@ -90,6 +92,7 @@
90
92
</div>
91
93
94
MENU
95
+<div style="text-align:center; background-color:#f5e027; border-radius:20px; padding:6px; margin:10px auto; max-width:1000px; margin-left:auto; margin-right:auto;"><a href="https://flintlib.github.io/workshop2025_october.html">27–31 October: FLINT workshop in Palaiseau</a></div>
96
97
<div id="content">
98
"""
0 commit comments