Skip to content

Commit ddf8262

Browse files
committed
Include figures within list items
1 parent 33fd406 commit ddf8262

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

episodes/05-github-pages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ Pair up in groups of two (or more if needed) and do the exercises below together
8585

8686
2. Click on "Fork" in the upper right part of the screen to create a copy of the repository on your account. Once you have a fork > of your partner's repository, you can edit the files in your own fork directly.
8787

88-
![](fig/github-fork-button.png){alt="GitHub fork button"}
88+
![](fig/github-fork-button.png){alt="GitHub fork button"}
8989

9090
3. Click the "index.md" file, then click the edit pencil icon:
9191

92-
![](fig/github-edit-pencil.png){alt="GitHub edit pencil"}
92+
![](fig/github-edit-pencil.png){alt="GitHub edit pencil"}
9393

9494
4. Now is good chance to try some Markdown syntax.
9595
Try some of the examples at [Mastering Markdown][].
@@ -99,7 +99,7 @@ Pair up in groups of two (or more if needed) and do the exercises below together
9999
select "Create a new branch for this commit and start a pull request"
100100
and press "Propose changes" to avoid commiting directly to the main branch.
101101

102-
![](fig/github-commit-pr.png){alt="Commit and create pull request"}
102+
![](fig/github-commit-pr.png){alt="Commit and create pull request"}
103103

104104
6. You can now go to the repository on your account and click "New Pull Request" button,
105105
where you can select base branches repositories, review the changes and add an additional
@@ -162,7 +162,7 @@ you can use the fork you created there and skip to step 3.
162162
Just like when you [connected your local repository to GitHub][ep3-connecting],
163163
make sure "SSH" is selected, so the link starts with `git@github.com:`.
164164

165-
![](fig/github-fork-clone.png){alt="GitHub code button and clone method selection"}
165+
![](fig/github-fork-clone.png){alt="GitHub code button and clone method selection"}
166166

167167
4. Go back to your shell terminal window.
168168
If you're in your own Git repository, use the `cd` command
@@ -231,7 +231,7 @@ you can use the fork you created there and skip to step 3.
231231
you will also see a button has appeared that says "Compare & pull request".
232232
You can click on that button instead if you prefer.
233233
234-
![](fig/github-pr-create.png){alt="GitHub compare and pull request button"}
234+
![](fig/github-pr-create.png){alt="GitHub compare and pull request button"}
235235
236236
11. The next screen lets you add a description to explain your changes to the repository owner,
237237
and change the title to make it clearer
@@ -255,7 +255,7 @@ steps below are for working directly on GitHub:
255255

256256
1. To add a new file directly on GitHub, press the "Create new file" button.
257257

258-
![](fig/github-create-new-file.png){alt="Create new file on GitHub"}
258+
![](fig/github-create-new-file.png){alt="Create new file on GitHub"}
259259

260260
2. Name it 'test.html', add some HTML and click "Commit new file".
261261

0 commit comments

Comments
 (0)