Skip to content

Commit

Permalink
feat: update slogan (#2243)
Browse files Browse the repository at this point in the history
* Update index.tsx

* fix: revise slogan in Readme

* fix: change wording in home-page's description

* fix: improving the sentence's ending.

* fix: made more changes to the descriptions
  • Loading branch information
CBID2 authored Jan 28, 2024
1 parent 7bcbec0 commit 62159c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

# Welcome to LinksHub 👋

LinksHub is a Hub of Links `For Developers By Developers`. Here, we've gathered a collection of all the best and most useful resources, both free and paid, to aid in the development journey.
LinksHub is a hub of links made for and by the community. Whether you're a new developer, a seasoned technical writer, or a customer service representative looking to learn how to code, we got the resources you need to aid you in your learning journey.

We recognize that there's a wealth of information available, but often, it's a matter of knowing where to find it. That's why we've made it our mission to bring the right resources to the right developers.
We recognize that there's a wealth of information available, but often, it's a matter of knowing where to find it. That's why we've made it our mission to bring the right resources to you.
<a name="Outreach"></a>

## Outreach
Expand Down
14 changes: 7 additions & 7 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function Home() {
<meta name="title" content="LinksHub" />
<meta
name="description"
content="LinksHub is the ultimate hub of ready-to-use tech resources. Discover free tools and libraries to streamline your development process and build better projects."
content="LinksHub is the ultimate hub of ready-to-use tech resources made for and by the community. Whether you are professional or enthusiast, we have what you need to help you grow."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
Expand All @@ -157,7 +157,7 @@ export default function Home() {
/>
<meta
property="og:description"
content="LinksHub aims to provide developers with access to a wide range of free resources and tools that they can use in their work."
content="LinksHub aims to provide people with access to a wide range of free resources and tools that they can use in their work and projects."
/>
<meta
property="og:image"
Expand All @@ -174,7 +174,7 @@ export default function Home() {
/>
<meta
property="twitter:description"
content="LinksHub aims to provide developers with access to a wide range of free resources and tools that they can use in their work."
content="LinksHub aims to provide people with access to a wide range of free resources and tools that they can use in their work and projects."
/>
<meta
property="twitter:image"
Expand Down Expand Up @@ -226,11 +226,11 @@ export default function Home() {
<Logo />
</div>
<p className={'my-2 text-base text-text-quinary pt-3'}>
LinksHub aims to provide developers with access to a wide
range of free resources and tools that they can use in
their work. These resources include links to free
LinksHub aims to provide people access to a wide
range of free resources and tools that they can use to learn and develop their tech skills.
These resources include links to free
software, libraries, frameworks, and other tools that can
be used to build and deploy applications and websites.
be used to build and deploy applications, website, and other projects.
</p>
</div>
<div
Expand Down

0 comments on commit 62159c4

Please sign in to comment.