diff --git a/functions_jinja.html b/functions_jinja.html new file mode 100644 index 0000000..a7b1c76 --- /dev/null +++ b/functions_jinja.html @@ -0,0 +1,63 @@ + + + + + + + SI16 - {{ title }} + + + + + + + + + + + + + + +
+
+ + + +
+

{{description}}

+ + + {% for function in functions %} + + + + + + {% endfor %} +
{{function['title']}}{{function['description']}}
+
+ + diff --git a/home_jinja.html b/home_jinja.html new file mode 100644 index 0000000..34b2ff1 --- /dev/null +++ b/home_jinja.html @@ -0,0 +1,72 @@ + + + + + + + SI16 - {{ title }} + + + + + + + + + + + + + +
+
+
+

{{title}}

+

Experimental Publishing

+

Special Issue 16

+
+ +
+

Info

+ About + Manifesto +
+ +
+

Projects

+ {% for project in projects %} + {{ project }} + {% endfor %} +
+ +
+

Functions

+ {% for function in functions %} + {{ function }} + {% endfor %} +
+ +
+

Corpora

+ {% for corpus in corpora %} + {{ corpus }} + {% endfor %} +
+
+ + diff --git a/static/css/function.css b/static/css/function.css index 9cccf38..4f774a9 100644 --- a/static/css/function.css +++ b/static/css/function.css @@ -122,9 +122,9 @@ pre.prettyprint.prettyprinted::after { /* border-top: 1px solid currentColor; */ } -/* .notebook h1 { - display: none; -} */ +.notebook h1::before { + content: "Documentation: "; +} .notebook p { grid-column: span 2; diff --git a/static/css/home.css b/static/css/home.css index fdea409..1c55365 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -11,6 +11,10 @@ margin-top: var(--app-margin); } +.sheet h3 a { + text-decoration: none; +} + .negative { position: relative; visibility: hidden;