diff --git a/patterns/service-card.php b/patterns/service-card.php new file mode 100644 index 0000000..ffc404e --- /dev/null +++ b/patterns/service-card.php @@ -0,0 +1,20 @@ + + + +
+
+

Mastodon

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ \ No newline at end of file diff --git a/style.css b/style.css index 02dd89a..2da6c87 100644 --- a/style.css +++ b/style.css @@ -55,4 +55,23 @@ with others. .wp-block-navigation-item.current-menu-item { color: var(--wp--preset--color--secondary) +} + +.service-card { + max-width: 48%; +} + +.kt-tab-title-2 { + color: var(--wp--preset--color--orange) !important; + border-color: var(--wp--preset--color--orange) !important; +} +.kt-tab-title-3 { + color: var(--wp--preset--color--secondary) !important; + border-color: var(--wp--preset--color--secondary) !important; +} + +.contact-monster { + display: flex; + align-items: flex-end; + height: 100%; } \ No newline at end of file diff --git a/templates/services.html b/templates/services.html new file mode 100644 index 0000000..c1e6da9 --- /dev/null +++ b/templates/services.html @@ -0,0 +1,211 @@ + +
+
+
+
+
+ + + +
+ + +

Choose a category of service

+ + + +
+
+
+
+
+
+

Mastodon

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Nextcloud

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Matrix

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

MediaWiki

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Outline

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Discourse

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+
+
+ + + +
+
+
+
+

Wordpress

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Custom

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Etc

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+
+
+ + + +
+
+
+
+

Support

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Training

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Design

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Bespoke Dev

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+ + + +
+
+

Etc

+
+ + + +

Integer euismod, nunc sit amet laoreet placerat, quam elit porta eros, in feugiat lacus lacus in urna. Mauris et massa.

+
+
+
+
+
+
+ + + +
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/theme.json b/theme.json index 5aaa200..37b0766 100644 --- a/theme.json +++ b/theme.json @@ -4,10 +4,17 @@ "customTemplates": [ { "name": "about", + "title": "About page", "postTypes": [ "page" - ], - "title": "About page" + ] + }, + { + "name": "services", + "title": "Services page", + "postTypes": [ + "page" + ] } ], "settings": { @@ -46,6 +53,11 @@ "slug": "contrast-text", "color": "#FFF", "name": "Contrast text" + }, + { + "slug": "orange", + "color": "#FF7613", + "name": "Orange" } ] },