Skip to content

Commit 795eeb5

Browse files
authored
Fix image icons on README.md
1 parent 0f2262a commit 795eeb5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
## See published slide deck
2323

24-
- <img src="https://cdn.simpleicons.org/github/000/fff" width="24" height="24" valign="bottom" /> **[GitHub Pages]**: https://yhatt.github.io/marp-cli-example
25-
- <img src="https://cdn.simpleicons.org/netlify/000/fff" width="24" height="24" valign="bottom" /> **[Netlify]**: https://yhatt-marp-cli-example.netlify.app/
26-
- <img src="https://cdn.simpleicons.org/vercel/000/fff" width="24" height="24" valign="bottom" /> **[Vercel]**: https://marp-cli-example-yhatt.vercel.app/
24+
- **[GitHub Pages]**: https://yhatt.github.io/marp-cli-example
25+
- **[Netlify]**: https://yhatt-marp-cli-example.netlify.app/
26+
- **[Vercel]**: https://marp-cli-example-yhatt.vercel.app/
2727

2828
### Lighthouse
2929

@@ -35,7 +35,7 @@
3535

3636
It's surprisingly easy to start publishing your slide deck!
3737

38-
### <img src="https://cdn.simpleicons.org/github/000/fff" width="24" height="24" valign="bottom" /> [GitHub Pages]
38+
### <img src="https://cdn.simpleicons.org/github/000/fff" width="24" height="24" align="left" valign="bottom" /> [GitHub Pages]
3939

4040
Create a new _public_ repository based on this repository, from **"Use this template"** button!
4141

@@ -45,13 +45,13 @@ We already have [GitHub Actions workflow](.github/workflows/github-pages.yml) to
4545

4646
To get started, turn on GitHub Pages in repository's "**Settings** tab → **Pages**" [by setting source as "GitHub Actions"](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow).
4747

48-
### <img src="https://cdn.simpleicons.org/netlify/000/fff" width="24" height="24" valign="bottom" /> [Netlify]
48+
### <img src="https://cdn.simpleicons.org/netlify/000/fff" width="24" height="24" align="left" valign="bottom" /> [Netlify]
4949

5050
Push **"Deploy to netlify"** button. [Netlify] will create your repository based on this example and host website from `master` branch automatically.
5151

5252
[![Deploy to Netlify](./assets/netlify-deploy-button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/yhatt/marp-cli-example)
5353

54-
### <img src="https://cdn.simpleicons.org/vercel/000/fff" width="24" height="24" valign="bottom" /> [Vercel]
54+
### <img src="https://cdn.simpleicons.org/vercel/000/fff" width="24" height="24" align="left" valign="bottom" /> [Vercel]
5555

5656
Push **"Deploy"** button. [Vercel] can choose to create your repository based on this example.
5757

0 commit comments

Comments
 (0)