This is a place for you to start building your activist toolkit!
Your project should:
- Build a multipage website using HTML, CSS, and JavaScript.
- Implement at least one of the key features from the menu.
- Customize the look and feel of your site through colors, images, and fonts using CSS.
- Include alt text for every image in your website.
- Use code comments to describe your code.
You can extend your project further by:
- Refactor your code.
- Add a nice-to-have feature.
- Port to GitHub pages.
- Add another key feature.
That's this file. This is the place to tell people more about what your website does and how you built it.
HTML files are for content! Add your text, images, buttons, and more using HTML tags.
CSS files add styling rules to your content like changing colors and fonts.
JavaScript files add interactivity to your website using code. This is where you can listen for events, then take an action.
Drag in assets
, like images or music, to add them to your project. You do not need to add anything to this folder unless you are working on the extensions. If you are adding an image, it is best to save it to your computer, then upload the file to the assets
folder. The url of the image will be assets/example.jpg
.