Build out the QR card component and get it looking as close to the design as possible using HTML and CSS.
- App Component: QR card component
Answer the short questions at the end of this document.
The images/assets you would need are contained in the "images" folder.
You can preview the design from the "desktop design" file
The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as font-size, padding and margin.
There is also a style-guide.md file containing the information you'll need, such as color palette and fonts.
Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps:
- Initialize your project as a new public repository on GitHub and clone to your local machine. (create a Readme.md file while creating the repository)
- Copy the images folder, style-guide.md file and design preview file in this folder to the folder you just cloned.
- Look through the design to start planning out how you'll tackle the task. This step is crucial to help you think ahead for CSS classes to create reusable styles.
- Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content. remember to use "index.html".
- Write out the base styles for your project, including general content styles, such as
font-familyandfont-size. - Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on.
- After completing the design, push to github. Deploy the webpage using Github pages.
- Copy the link to the published webpage and paste it in your readme.md file.
- Write down the answers to the short questions at the end of this readme file in your own project's readme.md file. ( Use the format: 1. A, 2. B, 3. C etc)
- Copy the link to your github repository.
- Submit the link to this form: https://forms.office.com/r/9az2xYp8g7
-
Git is a ___ system a. Version control b. Resource control c. Repository control d. Code control
-
the git command to clone a repository is? a. git init b. git fetch c. cd document d. git clone
-
Github hosts ___ repositories a. git b. unix c. mac d. windows
Have fun building! 🚀