Notes

Introduction

This page contains my notes taken while studying web design and front-end web development.

Technologies

  • Git (Version Control System)

  • Github (Free Cloud Source Code Storage and Git-based Version Control System)

  • Github Pages (Free Static Site Hosting)

  • Netlify (Free Static Site Hosting, Production Ready & Fully Featured with CDN)

  • VS Code (Code Editor)

Section Heading

This is an intro to a section

Subsection Heading

  • List Item

  • List Item

Section Heading

This is an intro to a section

Code Block

projectname/

├── index.html

├── css/

│ ├── style.css

└── js/

├── scripts.js