Simple web page developed during the webinar Code your first landing page in 2 hours.
The website has been deployed with GitHub Pages and is available live here.
Clone the repository to your computer (you must have Git installed) and open it in your favorite editor:
git clone git@github.com:lewagonlisbon/landing-page
cd landing-page
open . -a "Sublime Text" # or change Sublime Text with another editor
Open the HTML file in your browser or launch a Ruby server and go to http://localhost:8000:
ruby -run -e httpd . -p 8000
Play with the HTML and CSS code and refresh the page to see the new changes! 🤩