diff --git a/content/about-us/company.md b/content/about-us/company.md index bba982b..8835971 100644 --- a/content/about-us/company.md +++ b/content/about-us/company.md @@ -21,4 +21,4 @@ The company's current main project is ARTIQ {% end %} -{{ layout_separator(separator_title="Contact us") }} +{{ layout_separator(separator_title="Contact us", separator_bg="true") }} diff --git a/content/experiment-control/artiq.md b/content/experiment-control/artiq.md index 5d556cc..2402b4b 100644 --- a/content/experiment-control/artiq.md +++ b/content/experiment-control/artiq.md @@ -57,7 +57,7 @@ Technologies employed include + + + + + + + + + + + + diff --git a/static/images/top-graphic-min@2x.png b/static/images/top-graphic-min@2x.png new file mode 100644 index 0000000..6e9537a Binary files /dev/null and b/static/images/top-graphic-min@2x.png differ diff --git a/templates/includes/separator_design.html b/templates/includes/separator_design.html index 42e18e8..657fde6 100644 --- a/templates/includes/separator_design.html +++ b/templates/includes/separator_design.html @@ -4,7 +4,7 @@
-
+
{% if separator_title %} diff --git a/templates/shortcodes/layout_card.html b/templates/shortcodes/layout_card.html index 40126dc..c705f46 100644 --- a/templates/shortcodes/layout_card.html +++ b/templates/shortcodes/layout_card.html @@ -1,6 +1,6 @@
-
+
{% if not imgbottom %} diff --git a/templates/shortcodes/layout_centered_content.html b/templates/shortcodes/layout_centered_content.html index 2342325..29f631f 100644 --- a/templates/shortcodes/layout_centered_content.html +++ b/templates/shortcodes/layout_centered_content.html @@ -1,13 +1,15 @@
-
+
{% if card %}
{{ body | markdown | safe }}
{% else %} - {{ body | markdown | safe }} +
+ {{ body | markdown | safe }} +
{% endif %}
diff --git a/templates/shortcodes/layout_separator.html b/templates/shortcodes/layout_separator.html index e002a68..b256752 100644 --- a/templates/shortcodes/layout_separator.html +++ b/templates/shortcodes/layout_separator.html @@ -1,6 +1,6 @@ {% if separator_title %} -{% set separator_rm_bg = true %} +{% set separator_rm_bg = not separator_bg %} {% include "includes/separator_design.html" %} diff --git a/templates/shortcodes/layout_separator_empty.html b/templates/shortcodes/layout_separator_empty.html new file mode 100644 index 0000000..74130ff --- /dev/null +++ b/templates/shortcodes/layout_separator_empty.html @@ -0,0 +1,2 @@ +
+
\ No newline at end of file