This is a template for the Hack Club "Boba Drops" program being run as our first workshop session.
Welcome, club members! This is a simple template for your personal site if you've never touched HTML or CSS before. We'll be going through how to set up your own personal site using this template. Each file in this repository is a different part of the site, and includes comments explaining what each part does and how you can change it.
- Visit this link to create a new repository. Name it
[yourusername].github.iounder "Your new repository details" (this part is important!) and enterhttps://github.com/Runshaw-Hack-Club/PersonalSite-Templateas the source repository, and click "Begin Import" - Click this link to launch a codespace. This will be your editor. Choose the repository you just created, leave everything else as default, and click the blue button
- Watch the "Using VSCode" section of the powerpoint
- Get started with editing the site! The files are on the left side of the editor, and you can see the site by clicking the "Go Live" button on the bottom right of the editor.
That's great, and you'll learn a lot from doing this! If you want to start from scratch, you won't need the template repository. Instead, you can create a new repository and create the files yourself. Here's what you'll need to know:
- You'll still need to give your new repository the same name even if you're starting from scratch:
[yourusername].github.io index.htmlis the main file for your site. This is what people will see when they visit your site.- Google is your friend! If you're not sure how to do something, try searching for it. There are a lot of resources out there to help you such as W3Schools