Paula as a member of the marketing team
wants some information about the blog she is visiting
so she can make a decision about whether to read a certain blog post or not
Description
a picture is placed above the blog post; like the tag it should make it clear what the blog post is about
the picture should be personal and not a generic one - that builds up the impression of the blog post
a tag is placed above the headline to describe the content of the blog post
Acceptance Criteria
[x] short description of the blog - what is it about?
[x] logo
[x] tagline
[x] colorsytem for taglines - e.g. yellow for "audio", pink for "video"
Tasks
(for developers team)
[x] export SVG logo of the company (Figma) - file name: logo.svg
[x] create Header component with logo and short description
[x] add Header component in App.js
[x] create a new tag component
[x] create a list of tags - camera, audio, editing, etc.
[x] decide on the color scheme for tags
[x] update file structure (blog object)
[ ] Storybook: add Header component
[x] Storybook for the tag component
[ ] write a test for the tag component
[ ] test: check if Header component renders correctly
[ ] store images in a folder called "images" (public/images)
[x] assign an photoID to each image
[x] assign alt text to each image
[x] add photoID and alt-text to blog object (data structure)
Value Proposition
Paula as a member of the marketing team wants some information about the blog she is visiting so she can make a decision about whether to read a certain blog post or not
Description
Acceptance Criteria
Tasks
(for developers team)