diff --git a/templates/blog.html b/templates/blog.html deleted file mode 100644 index 13896eb..0000000 --- a/templates/blog.html +++ /dev/null @@ -1,45 +0,0 @@ - -
- -
- -
- -
- - - -
- - - -
- - - - - - - - - - - - - - - -
- -
- - - -
- -
- -
- - - diff --git a/templates/services.html b/templates/front-page.html similarity index 59% rename from templates/services.html rename to templates/front-page.html index c821ce7..357cb87 100644 --- a/templates/services.html +++ b/templates/front-page.html @@ -7,18 +7,20 @@ -
- - -
+
- -
+ +
+ +
+ +
- \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 357cb87..c821ce7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,20 +7,18 @@ -
+
+ + +
- -
- -
- -
+ +
+ \ No newline at end of file diff --git a/templates/our-work.html b/templates/our-work.html deleted file mode 100644 index d4d31fc..0000000 --- a/templates/our-work.html +++ /dev/null @@ -1,49 +0,0 @@ - -
- -
- -
- -
- - - -
- - - - - -
- - - - -
- -
- -
- -
- -
- - - -
- -
- -
- - -
- -
- -
- -
- diff --git a/templates/wide.html b/templates/wide.html new file mode 100644 index 0000000..93da6c7 --- /dev/null +++ b/templates/wide.html @@ -0,0 +1,21 @@ + +
+ +
+ +
+ +
+ + + +
+ + + +
+ +
+ +
+ diff --git a/theme.json b/theme.json index 2b0f46b..59d9b45 100644 --- a/theme.json +++ b/theme.json @@ -8,25 +8,11 @@ "title": "About page" }, { - "name": "services", + "name": "wide", "postTypes": [ "page" ], - "title": "Services page" - }, - { - "name": "our-work", - "postTypes": [ - "page" - ], - "title": "Our Work page" - }, - { - "name": "blog", - "postTypes": [ - "page" - ], - "title": "Blog page" + "title": "Wide" }, { "name": "full-bleed",