Skip to content

Commit

Permalink
Edited some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Oct 17, 2024
1 parent be6e59b commit 2d78f6a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions GitHub_pages/Pages_documentation.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Learning Objectives
# Creating GitHub Pages

## Learning Objectives

In this lesson we will discuss:

- Development of a custom GitHub Pages HTML

# Create a new repository
## Create a new repository

**1.** Go to your GitHub account and click on **"New"** to create a new repository

Expand All @@ -22,7 +24,7 @@ These steps are illustrated in the GIF below:
<img src="img/Create_repo.gif" width="700">
</p>

# Edit Pages Settings
## Edit Pages Settings

1. On the main GitHub for your Repository, click on **"Settings"**

Expand All @@ -38,7 +40,7 @@ These steps are illustrated in the GIF below:
<img src="img/GitHub_Pages_settings.gif" width="600">
</p>

# Inspecting the GitHub page
## Inspecting the GitHub page

You should now be able to navigate to *https://&lt;your_github_user_or_group&gt;.github.io/&lt;your_repo_name&gt;/*. In this case, we will navigate to https://hbctraining.github.io/github_pages_demo/. At this point this page should look like:

Expand All @@ -48,7 +50,7 @@ You should now be able to navigate to *https://&lt;your_github_user_or_group&gt;

> Note: If you go to https://hbctraining.github.io/github_pages_demo/ it will show after later formatting has been added.
# Adding formatting
## Adding formatting

**1.** Right-click and "Save link as..." this [zipped directory](https://github.com/hbctraining/main/raw/refs/heads/master/GitHub_pages/assets.zip)

Expand Down Expand Up @@ -103,7 +105,7 @@ Now, return to your webpage (*https://&lt;your_github_user_or_group&gt;.github.i



# Additional Resources
## Additional Resources

Two webpages where you can find more information on what we've demonstrated can be found below:

Expand Down

0 comments on commit 2d78f6a

Please sign in to comment.