Pārlūkot izejas kodu

Mock about & contact page

Danilo Gómez Gómez 5 gadi atpakaļ
vecāks
revīzija
91f3e88b39
1 mainītis faili ar 14 papildinājumiem un 0 dzēšanām
  1. 14 0
      layout/about-and-contact.html

+ 14 - 0
layout/about-and-contact.html

@@ -0,0 +1,14 @@
+{% extends "_base.html"%}
+
+{% set about_selected = True %}
+
+{% block main %}
+<style>
+	:root {
+		--columns: 1;
+	}
+	</style>
+<figure>
+<svg width="3px" height="1px" style="background-color: gray"></svg>
+</figure>
+{% endblock %}