The provided files are finished pages using regular HTML and CSS. The HTML files can be broken down into peices, and used to build out the different templates and partial files using a templating language of your choice.
The styling of the pages is already complete. That said, the design-files
folder contains both a Figma file, and .jpg of a design if you want to try to build it from scratch. You do not need to use this design at all either, it depends on how you wish to approach the challenge.
The src
folder contains files so that you can get your project up and running without worrying about content for posts/articles. That folder contains:
- HTML files to use as a base for the different page layouts. These can be turned into the templates that will be used.
- CSS file for styling the pages
- 5 blog articles in the
blog
folder - images and a logo in the
assets
folder
The articles are written in Markdown, and include Front Matter. Depending on the Static Site Generator you use, it is possible that you will have to modify these a little if you wish to use them.