Skip to content

Commit

Permalink
Merge pull request #2244 from rupali-codes/dev
Browse files Browse the repository at this point in the history
feat: Rebranding LinksHub
  • Loading branch information
rupali-codes authored Jan 29, 2024
2 parents eadaa03 + 175baae commit aae7aa9
Show file tree
Hide file tree
Showing 81 changed files with 4,084 additions and 737 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
20 changes: 20 additions & 0 deletions assets/icons/HeartIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import React from 'react'

function HeartIcon() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
fill="none"
viewBox="0 0 18 18"
>
<path
fill="#EF6086"
d="M12.33 2.325c-1.357 0-2.572.66-3.33 1.672a4.162 4.162 0 00-3.33-1.672C3.368 2.325 1.5 4.2 1.5 6.517c0 .893.143 1.718.39 2.483 1.185 3.75 4.838 5.992 6.645 6.607.255.09.675.09.93 0 1.808-.614 5.46-2.857 6.645-6.607.248-.765.39-1.59.39-2.483 0-2.317-1.867-4.192-4.17-4.192z"
></path>
</svg>
)
}

export default HeartIcon
21 changes: 0 additions & 21 deletions assets/icons/SearchIcon.tsx

This file was deleted.

27 changes: 27 additions & 0 deletions assets/icons/StarIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import React from 'react'

function StarIcon() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="32"
height="32"
fill="none"
viewBox="0 0 32 32"
>
<path
fill="#FBD449"
d="M20.52 6.947l1.88 3.76c.253.52.933 1.013 1.507 1.12l3.4.56c2.173.36 2.68 1.933 1.12 3.506l-2.654 2.654c-.44.44-.693 1.306-.546 1.933l.76 3.28c.6 2.587-.787 3.6-3.067 2.24l-3.187-1.893c-.573-.347-1.533-.347-2.106 0L14.44 26c-2.28 1.347-3.667.347-3.067-2.24l.76-3.28c.147-.613-.106-1.48-.546-1.933l-2.654-2.654c-1.56-1.56-1.053-3.133 1.12-3.506l3.4-.56c.574-.094 1.254-.6 1.507-1.12l1.88-3.76c1-2.04 2.653-2.04 3.68 0z"
></path>
<path
stroke="#FBD449"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="1.5"
d="M10.667 6.667h-8M6.667 25.333h-4M4 16H2.667"
></path>
</svg>
)
}

export default StarIcon
23 changes: 23 additions & 0 deletions assets/icons/svg/AddIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions assets/icons/svg/ArrowIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/icons/svg/HomeIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions assets/icons/svg/MessageIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/svg/angle-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/svg/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/svg/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/svg/heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/svg/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/icons/svg/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/svg/moon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/svg/nav/home-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/svg/nav/home-inactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/svg/nav/save-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/svg/nav/save-inactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/svg/nav/search-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit aae7aa9

@vercel
Copy link

@vercel vercel bot commented on aae7aa9 Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.