Thanks for checking out this coding challenge.
To do this challenge, you need a basic understanding of HTML and CSS and finished this course and this too.
Your challenge is to build out this profile card component and get it looking as close to the design as possible.
You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
Want some support on the challenge? Join our Discussion section and ask questions creating a new discussion with q-a
label.
Your task is to build out the project to the designs inside the /design
folder. You will find both a mobile and a desktop version of the design.
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
.
You will find all the required assets in the /solution/images
folder. The assets are already optimized.
There is also a design/style-guide.md
file containing the information you'll need, such as color palette and fonts.
Download this figma file
Using this design file will help you practice building projects in the same way professionals do. Seeing the details in the design will help you improve your accuracy when building projects and build projects faster.
Figma is an extremely popular design tool that has a generous free tier and can also be used on both Windows and Mac computers.
To get started with Figma, download the correct app for your operating system.
If you haven't used Figma before, here are a couple of great resources to get you up to speed:
- "Everything Developers Need To Know About Figma' article on Smashing Magazine
- "Learn Figma, an Introduction for developers
Follow these steps:
- Fork this GitHub repo. Creating a repo will make it easier to share your code with the community if you need help.
- This repos have alredy configured to deploy using Github Pages with PullRequest preview enabled.
- Look through the designs to start planning out how you'll tackle the project. 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.
- Write out the base styles for your project, including general content styles, such as
font-family
andfont-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.
We strongly recommend overwriting this README.md
with a custom one. We've provided a template inside the README.md
file in this starter code.
The template provides a guide for what to add. A custom README
will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like.
Submit your solution with a simple Pull Request for this repository with challenge-solution
label.
Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community!
I'll love receiving feedback! I'm always looking to improve our challenges and our course. So if you have anything you'd like to mention, please create a issue
to improve it.
This challenge is completely free. Please share it with anyone who will find it useful for practice.
Have fun building! 🚀