Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Mostly casing, punctuation, and rephrasing. Thanks @MindTooth

Co-authored-by: Birger J. Nordølum <contact@mindtooth.no>
  • Loading branch information
roosta and MindTooth authored Aug 4, 2023
1 parent 730a9ad commit c5c30f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ npm start

Runs a live reload Vite server, see `stdout` for port

### Github token
### GitHub token

The fetch script fetches GitHub data, you should be able to fetch a few times
before the rate limit it reached.
Expand Down
6 changes: 3 additions & 3 deletions src/community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="text-xl mb-3 text-center sm:text-left uppercase">
Discord
</h2>
<p class="text-justify mb-3">
We run a Discord server for those interested, join us there if you
We run a Discord server for those interested. You're welcome to join us there if you
have any burning questions or just wanna say hi.
</p>
<a href="https://discord.gg/G6vBMmZ" target="_blank" class="flex justify-center sm:justify-start">
Expand All @@ -62,7 +62,7 @@ <h2 class="text-xl mb-3 text-center sm:text-left uppercase">
<h2 class="text-xl mb-3 text-center sm:text-left uppercase">Merchandise</h2>
<p class="text-justify mb-3">
Get our brand new merchandise featuring the Srcery color scheme!
We're not making any profit from the sales, so you can show your
We're not making any profit from the sales, so you are instead showing your
support by wearing and using the merch. Thank you for helping us
develop and improve our color scheme.
</p>
Expand All @@ -75,7 +75,7 @@ <h2 class="text-xl mb-3 text-center sm:text-left uppercase">Merchandise</h2>
<div class="mb-8">
<h2 class="text-xl mb-3 text-center sm:text-left uppercase">Community</h2>
<p class="text-justify">
Srcery is, by and large, a community effort, there's been numerous
Srcery is, by and large, a community effort. There's been numerous
contributions and themes created by industrious maintainers and
contributors, so thanks to everyone listed below.
</p>
Expand Down
16 changes: 8 additions & 8 deletions src/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 class="uppercase text-6xl">Srcery</h1>
<h2 class="text-xl mb-3 text-center sm:text-left uppercase">Resources</h2>
<p class="text-justify">
Here are collected miscellaneous Srcery resources. In addition to
themes Srcery has some tools and packages to assist in creating
themes, Srcery has some tools and packages to assist in creating
new themes, or things that didn't fit anywhere else.
</p>
</div>
Expand All @@ -65,12 +65,12 @@ <h3 class="mb-3 text-center sm:text-left uppercase">Palette</h3>
</p>
<p class="mb-4">
In an attempt to create a single source of truth concerning the
palette used in various themes, an npm package was created that
palette used in various themes, a npm package was created that
contains a JSON with all color information.
</p>
<p class="mb-4">
It isn't used in every project, but every change to the palette will
happen there first, and produce a new version of this package going
happen there first, and will produce a new version of this package going
forward.
</p>
<p class="mb-4">Install using this command or check out the links below:</p>
Expand All @@ -83,7 +83,7 @@ <h3 class="mb-3 text-center sm:text-left uppercase">Palette</h3>
<div class="list-dot"></div>
<a target="_blank" class="link flex items-center" href="https://github.com/srcery-colors/srcery-palette">
<div class="svg mr-2 w-5" x-html="icons.github"></div>
Github repository
GitHub repository
</a>
</li>
<li class="flex items-center">
Expand All @@ -100,7 +100,7 @@ <h3 class="mb-3 text-center sm:text-left uppercase">Palette</h3>
</div>
<div class="mb-8">
<h2 class="text-xl mb-4 text-center sm:text-left uppercase">Web assets</h2>
<p class="mb-4">Aside from the palette itself, here are some useful web assets</p>
<p class="mb-4">Aside from the palette itself, here are some useful web assets.</p>
<ul class="list-disc list-inside">
<li class="mb-2">
<a target="_blank" class="link" href="https://github.com/srcery-colors/srcery-web/tree/master/tailwind">
Expand All @@ -126,16 +126,16 @@ <h2 class="text-xl mb-4 text-center sm:text-left uppercase">Web assets</h2>
<h2 class="text-xl mb-4 text-center sm:text-left uppercase">Graphic assets</h2>
<p class="mb-4">
We keep graphic assets in a separate repo so not to inflate the
size of each theme. We also keep the source svgs for various
assets, kept in the <code class="inline-code">src</code> folder.
size of each theme. Source for SVGs of various
assets are kept in the <code class="inline-code">src</code> folder.
</p>
<p class="mb-4">
If you are looking for icons, logo, screenshots etc this is the place.
</p>
<ul class="list-disc list-inside">
<li class="mb-2">
<a target="_blank" class="link" href="https://github.com/srcery-colors/srcery-assets">
Github repository
GitHub repository
</a>
</li>
</ul>
Expand Down

0 comments on commit c5c30f1

Please sign in to comment.