diff --git a/assets/fonts/FT88-School.otf b/assets/fonts/FT88-School.otf new file mode 100644 index 0000000..986b315 Binary files /dev/null and b/assets/fonts/FT88-School.otf differ diff --git a/assets/fonts/FT88-School.ttf b/assets/fonts/FT88-School.ttf new file mode 100644 index 0000000..9693e87 Binary files /dev/null and b/assets/fonts/FT88-School.ttf differ diff --git a/style.css b/style.css index 2da6c87..adc9f8e 100644 --- a/style.css +++ b/style.css @@ -36,7 +36,7 @@ with others. width: 80px; margin-right: 8px; height: 36px; - border-bottom: 1px solid var(--wp--preset--color--background); + border-bottom: 2px solid var(--wp--preset--color--background); } .wp-site-blocks h2::after { @@ -46,10 +46,10 @@ with others. margin-left: 8px; height: 36px; border-left: 1px solid; - border-bottom: 1px solid var(--wp--preset--color--background); + border-bottom: 2px solid var(--wp--preset--color--background); } -.wp-site-blocks ul { +.home .wp-site-blocks ul { list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png'); } @@ -74,4 +74,8 @@ with others. display: flex; align-items: flex-end; height: 100%; +} + +.page-template-our-work h2 a { + text-decoration: none; } \ No newline at end of file diff --git a/templates/our-work.html b/templates/our-work.html new file mode 100644 index 0000000..c8f55f8 --- /dev/null +++ b/templates/our-work.html @@ -0,0 +1,43 @@ + +
+
+
+
+
+ + + +
+ + +
+ + + + + +
+ + + +
+

Useful links

+ + + + + + + + +
+
+ + + +
+
+
+ + + \ No newline at end of file diff --git a/theme.json b/theme.json index 37b0766..8397dcb 100644 --- a/theme.json +++ b/theme.json @@ -15,6 +15,13 @@ "postTypes": [ "page" ] + }, + { + "name": "our-work", + "title": "Our Work page", + "postTypes": [ + "page" + ] } ], "settings": { @@ -113,6 +120,21 @@ "name": "'Darker Grotesque', sans-serif", "fontFamily": "Darker Grotesque", "slug": "darkergrotesque" + }, + { + "fontFace": [ + { + "fontFamily": "FT88", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/FT88-School.otf", + "file:./assets/fonts/FT88-School.ttf" + ] + } + ], + "name": "FT88", + "fontFamily": "FT88, serif", + "slug": "ft88" } ] }