GitHub
Set up your GitHub account and add your Index homepage to your GitHub repository. Then link the repo to your GitHub Page so you can view in the browser.
Steps
GitHub Account and Repository
- Create GitHub account.
- Click on + button in top right corner.
- Click on new repository.
- Input repo name. Can be imw-2023 or whatever you like. Just make it's something related to the course.
- Check off 'Initialize this repository with README file'.
- Click on 'Create repository' button.
GitHub Desktop
- Download GitHub Desktop. Make sure you download the correct version for your computer.
- Move GitHub Desktop app from Downloads to your Applications folder.
- Launch GitHub Desktop.
- Click on 'Add'.
- Select 'Clone Repository...'
- Select the repo you just created.
- Choose a local path on your computer.
- Verify the repo is now on your computer by navigating to the folder. The folder should contain a README.md.
HTML Page
- Open a text editor and create an index.html file.
- Save the file in your cloned repo.
- Add content. Can be whatever you want for now. Suggestions: an empty page with comments in your HTML file with your plans for the homepage or it can be a welcome mesasage.
Back to GitHub Desktop
- Input commit summary. For example "Create homepage".
- Input commit description. For example "Start homepage structure for Index project".
- Click on 'Commit to main'.
- Click on 'Push origin'.
Link to GitHub Pages
- To setup your GitHub Page, go back to your repository that's on Github.
- Click on 'Settings'.
- On left hand side, scroll down and click on 'Pages'.
- Click on 'None'.
- Select 'Main'.
- Click on 'Save'.
- View your index file by going to https://[username].github.io/[repo-name]/. Replace username and repo-name with yours. Make sure to remove square brackets.
Terms
GitHub: An online platform to save and manage your code.
Repository: Another name for a folder. Also sometimes called a repo.
GitHub Page: A service by GitHub to link a repo to a URL.
GitHub Desktop: A desktop application that is a GUI (graphical user interface) of git. The interface makes it easier for your development workflow if you're not familiar with the command line.
Git: A command-line tool that version control and tracks your file changes.
Objective
To become comfortable with the use of code to create visual forms and to push the limits of CSS as a drawing medium.