Hello 👋 thank you for showing your interest in Bits of Good! This take home assessment will assess your basic web development skills. The bootcamp generally requires having some knowledge beforehand in HTML/CSS to be successful, so this assessment will serve as a reflection of your ability to work with HTML/CSS.
We have provided a sample HTML/CSS boilerplate but feel free to customize this repository to your needs or create your own. Because this assessment is very open ended, there are many ways to complete this assessment. Our only rules are:
- Please use only vanilla HTML, CSS, and Javascript (optional)
- Do not use any libraries or frameworks such as Bootstrap, Jquery, React, etc.
- CSS files can be named anything
- Please make sure to name the file
index.html
- Please deploy your completed assignment to GitHub Pages and share the link with us
To submit your project:
- commit your code to GitHub (preferred) or another version control platform
- share a link to your repository in our application
- share a link to your GitHub Pages deployment in our application
For this assessment you will introduce yourself to the Bits of Good team by creating a small info page! This page can be formatted and styled however you wish, but it should take the form of a "card". This take home assessment will be a way for us to gauge your knowledge of HTML and CSS.
In your card, include the following information:
- Name
- Major
- Year
- Something you are passionate about related to social good
- Where you're from (optional)
- Include animations using CSS or Javascript
- Make your card interactive with buttons, text inputs, etc.