Update Astro README (#2413)
* feat: update hero image * feat: update banner * feat: slower scroll * feat: add link to readme * chore: add target _blank * fix: respect prefers reduced motion * fix: do not specify height * fix: reduced motion * fix: slow banner * docs: update README * docs: update README * docs: update README * feat: force full width * Update README.md
This commit is contained in:
parent
0d6e964693
commit
df3d71b41a
3 changed files with 166 additions and 13 deletions
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 27 KiB |
|
@ -1,30 +1,61 @@
|
||||||
<img src="https://github.com/withastro/astro/blob/main/assets/social/banner.jpg?raw=true" />
|
<a href="https://astro.build">
|
||||||
|
<img src="https://github.com/natemoo-re/astro/blob/hero/assets/social/banner.svg?raw=true" />
|
||||||
|
</a>
|
||||||
|
|
||||||
**Astro** is a _fresh but familiar_ approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.
|
<div center>
|
||||||
|
|
||||||
|
**Astro** is a new kind of static site builder for the modern web—powerful developer experience meets lightweight output.
|
||||||
|
|
||||||
### [Announcement Post →](https://astro.build/blog/introducing-astro)
|
</div>
|
||||||
|
|
||||||
### [Full Documentation Site →](https://docs.astro.build/)
|
### [🚀 Read the launch post →](https://astro.build/blog/introducing-astro)
|
||||||
|
|
||||||
|
### [📚 Learn Astro →](https://docs.astro.build/en/getting-started/)
|
||||||
|
|
||||||
## Project Status
|
## Project Status
|
||||||
|
|
||||||
⚠️ **Astro is still an early beta, missing features and bugs are to be expected!** If you can stomach it, then Astro-built sites are production ready and several production websites built with Astro already exist in the wild. We will update this note once we get closer to a stable, v1.0 release.
|
⚠️ **Astro is still beta software—missing features and bugs are to be expected!** We are quickly working our way towards a stable, production-ready v1.0 release, but we are still finalizing some of Astro's APIs.
|
||||||
|
|
||||||
|
That being said, there are quite a few Astro sites in production already. We're incredibly grateful to everyone who has made an early bet on Astro!
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<img width="441" height="1px">
|
||||||
|
<strong>👾 Online</strong>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<img width="441" height="1px">
|
||||||
|
<strong>📦 Local</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
|
||||||
|
Try Astro in your browser!
|
||||||
|
|
||||||
|
[Launch astro.new →](https://astro.new)
|
||||||
|
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
|
||||||
|
Get started with Astro using our interactive CLI!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# get started with astro in 3 easy steps:
|
npm init astro my-astro-project
|
||||||
mkdir new-project-directory
|
|
||||||
cd new-project-directory
|
|
||||||
npm init astro
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### [Full Documentation Site →](https://docs.astro.build/)
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
## Sponsors
|
## Sponsors
|
||||||
|
|
||||||
You can sponsor Astro's development on [Open Collective][oc]. Astro is generously supported by the following companies and individuals:
|
You can sponsor Astro's development on [Open Collective](https://opencollective.com/astrodotbuild). Astro is generously supported by the following companies and individuals:
|
||||||
|
|
||||||
### Platinum Sponsors
|
### Platinum Sponsors
|
||||||
|
|
||||||
|
@ -65,5 +96,3 @@ You can sponsor Astro's development on [Open Collective][oc]. Astro is generousl
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
[oc]: https://opencollective.com/astrodotbuild
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue