From a342e4e2b7070ad8b19922934b4b5f1340bf558f Mon Sep 17 00:00:00 2001 From: Lucilio Correia Date: Fri, 8 Nov 2024 16:38:33 -0300 Subject: [PATCH] add: template for pages --- parts/content-page.html | 1 + patterns/content-page.php | 82 +++++++++++++++++++++++++++++++++++++++ templates/page.html | 5 +++ 3 files changed, 88 insertions(+) create mode 100644 parts/content-page.html create mode 100644 patterns/content-page.php create mode 100644 templates/page.html diff --git a/parts/content-page.html b/parts/content-page.html new file mode 100644 index 0000000..dbc0196 --- /dev/null +++ b/parts/content-page.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/patterns/content-page.php b/patterns/content-page.php new file mode 100644 index 0000000..7a558f0 --- /dev/null +++ b/patterns/content-page.php @@ -0,0 +1,82 @@ + + + + + + +
+
+ + + +
+
+ + +
+
+

+ + +
+ + + +
+

+ + +
+
+ + + + + + +
+ + + +
+ + +
+ + + +
+
+ + + +
+

+ + + +
+ +
+ + + +
+ + + + + +

+ +
+
+ \ No newline at end of file diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..c620b22 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file