This project is my entry for the Free Code Camp technical documentation page project, part of the responsive web design curriculum. It features ths basics of HTML and CSS, with an emphasis on mobile first development. It also incorporates the concept of modularization for the CSS code, and the use of an external JavaScript library - Hilight.js.
You can view a live demo of the project in your browser here.
- Responsive design
- Mobile first development
- Adherence to accessability standards
- Responsive navigation menus and items
- HTML
<code>
and<pre>
element usage (Important for utilizing Hilight.js)- Proper semantic usage and structure
- CSS
- Variables
- Media queries
- Code modularization
- CSS reset
- Clamp functions
- JavaScript
- Hilight.js (used for formatting webpage code examples)