diff options
author | 2023-01-21 16:06:55 +0500 | |
---|---|---|
committer | 2023-01-21 12:06:55 +0100 | |
commit | 02ba7c2250a950593961d833201e46adb3e0873c (patch) | |
tree | 2e22a39c45a931a0b92b6612fb869c32f433c86c | |
parent | f32bf07c19ebd8f9c85ed47c52e2a4137074e9b3 (diff) | |
download | astro-02ba7c2250a950593961d833201e46adb3e0873c.tar.gz astro-02ba7c2250a950593961d833201e46adb3e0873c.tar.zst astro-02ba7c2250a950593961d833201e46adb3e0873c.zip |
Add alt text for images in README (#5919)
-rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,12 +1,14 @@ + + <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"> + +[](https://github.com/sponsors/withastro) + </a> </p> |