Switch to side-by-side view

--- a
+++ b/Docs/Applications/gallery.txt.jinja2
@@ -0,0 +1,18 @@
+---
+orphan: true
+---
+
+::::{grid} 2 2 2 3
+:gutter: 3
+
+{% for example in examples %}
+:::{grid-item-card} {{example.title}}
+:link: /{{example.doc}}
+:link-type: doc
+:text-align: center
+
+![{{example.title}}]({{example.image}})
+^^^
+:::
+{% endfor %}
+::::