Additional Pages
So far our tutorial has taught you how to build a one page website on GitHub, using our predefined templated HTML page. But you really want a multiple page website so how can you add more?
Well this Next Steps section is going to take you through how to create additional html files in your GitHub repository, and also how to create the skeleton HTML page ready to add your new contents to.
Don't worry it isn't as complicated as you might think! As we will be showing you short cuts to creating the page using our snippet files and Emmet commands.
Of course with the addition of more pages means the need to link them together and making them easy to navigate around. So we will also show you how to add a <nav> in the header of your page.
About Page Tutorial
As we go through the steps of making a second webpage we will be building an About page which you can follow along with or adapt by adding your details and content. We hope that as soon as you learn how to use these Snippet and Emmet commands you can go create your own webpage layouts.
GitHub Commits
Remember though staging and committing changes regularly in GitHub is good practice. As it helps keep a continual timeline of your changes and why you made them, making it easier to refer back to at any point if necessary.
Don't worry though we will remind you at the end of each section so look out for these reminders!
Page Last Edited: