Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve copy in index.astro #480

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ const press = await getCollection('press')
<div class="mission">
<div class="container">
<p>
People are sharing more and more photos and videos every day. Mobile
networks remain fragile however. Platform APIs are also often a mess
and every project builds its own file uploader. There are a thousand
People are sharing more and more photos and videos every day, but
mobile
networks remain fragile. Platform APIs are often a mess and every
project builds its own file uploader. There are a thousand
one-week projects that barely work, when all we need is one real
project. One project done right.
</p>

<p>
We are the ones who are going to do this right. Our aim is to solve
the problem of unreliable file uploads once and for all. tus is a new
open{' '}
We are going to do this right. Our aim is to make file uploads
reliable once and for all. tus is a new, open{' '}
<a href="/protocols/resumable-upload.html">
protocol for resumable uploads
</a>{' '}
Expand All @@ -73,9 +73,9 @@ const press = await getCollection('press')
</p>

<p>
It may seem to be an impossible dream. Perhaps that is because no-one
has managed to solve it yet. Still, we are confident and we are going
to give it our best shot.{' '}
It may seem to be an impossible dream. Perhaps that is because no one
has solved it yet. Still, we are confident and we are going to give it
our best shot.{' '}
<a target="" href="https://github.com/tus"> Join us on GitHub</a>{' '}
and help us make the world a better place. Say "No!" to lost cat videos!
Say "Yes!" to tus!
Expand All @@ -94,7 +94,7 @@ const press = await getCollection('press')
<p>
We are still actively improving the protocol and all of its
implementations. We welcome your involvement and are happy to answer any
question!
questions!
</p>
<Social centered />
</div>
Expand Down Expand Up @@ -125,7 +125,7 @@ const press = await getCollection('press')
</div>

<p>
Do you also (plan to) use tus?{' '}
Do you (plan to) use tus?{' '}
<a href="https://github.com/tus/tus.io/edit/main/src/data/logos.json">
Add your company
</a>
Expand Down