From 67fedf104fbc2952b6b5c6e4064ab719e901dae9 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 11 Jan 2024 11:48:46 +0500 Subject: [PATCH] add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ef8764 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# sample-wp-block-theme + +Repo for practice task for Autonomic front-end recruitment. + +**Instructions:** +- Replicate [craze.co.uk](https://craze.co.uk) as a WordPress block theme. +- Notes: + - You can use the provided 'Inter' font in `/assets/fonts/` as the main sans-serif font in use on the site. + - Similarly, you can use any monospace font in place of the MD IO typeface the website is using for monospace text. + - The breadcrumb on top doesn't need to be functionaly. You can use static text. + - You don't need to copy all of the site's content. Feel free to use placeholder text. + - Majority of the site's styling should be implemented via `theme.json`. \ No newline at end of file