Add alt text for images in README (#5919)
This commit is contained in:
parent
566af8982f
commit
07da4f8e73
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -1,12 +1,14 @@
|
|||
![The Astro logo.](assets/social/banner-minimal.png 'The Astro logo.')
|
||||
|
||||
<p align="center">
|
||||
<img src="assets/social/banner-minimal.png" alt="Astro logo">
|
||||
<br/><br/>
|
||||
<br/>
|
||||
<a href="https://astro.build">Astro</a> is a website build tool for the modern web —
|
||||
<br/>
|
||||
powerful developer experience meets lightweight output.
|
||||
<br/><br/>
|
||||
</p>
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
The **recommended** way to install the latest version of Astro is by running the command below:
|
||||
|
@ -89,6 +91,12 @@ Astro is generously supported by Netlify, Storyblok, and several other amazing o
|
|||
|
||||
<p align="center">
|
||||
<a target="_blank" href="https://github.com/sponsors/withastro">
|
||||
<img alt="sponsors" src="https://astro.build/sponsors.png">
|
||||
|
||||
[![Astro's sponsors.](https://astro.build/sponsors.png
|
||||
"Astro's sponsors.
|
||||
Platinum sponsors: Netlify, storyblok, Vercel, Ship Shape
|
||||
Gold sponsors: ‹div›RIOTS, StackUp, DEEPGRAM
|
||||
Sponsors: Monogram, Qoddi, Dimension")](https://github.com/sponsors/withastro)
|
||||
|
||||
</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue