Skip to content

Commit

Permalink
πŸ™ feat: add react-hook-form as a sponsor (#296)
Browse files Browse the repository at this point in the history
* πŸ™ feat: add react-hook-form as a sponsor

* feat: Update RHF link
  • Loading branch information
nvh95 authored Apr 19, 2023
1 parent 7d02cce commit 880630f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 12 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,17 @@ Your financial support helps the project alive and in a development mode. Make a
- All of these above
- Let's discuss your benefits for this tier, please contact [the author](https://twitter.com/hung_dev)

### Bronze Sponsor πŸ₯‰
### Bronze Sponsors πŸ₯‰

<a href="https://webuild.community/">
<img src="https://user-images.githubusercontent.com/8603085/170883918-8b9f111d-f3c6-4647-9cc1-de56dd98ea60.png" width="94" height="94" />
</a>
<a href="https://www.deploysentinel.com/">
<img src="https://github.com/DeploySentinel.png" width="94" height="94" />
</a>
<a href="https://react-hook-form.com/">
<img src="https://github.com/react-hook-form.png" width="94" height="94" />
</a>

# Past Sponsors

<a href="https://webuild.community/">
<img src="https://user-images.githubusercontent.com/8603085/170883918-8b9f111d-f3c6-4647-9cc1-de56dd98ea60.png" width="94" height="94" />
</a>
30 changes: 22 additions & 8 deletions website/src/components/Sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,10 @@ export default function Sponsors() {
</div>
<div className="row">
<div className="col">
<h3 className={styles.bronzeHeading}>Bronze Sponsor πŸ₯‰</h3>
<h3 className={styles.bronzeHeading}>Bronze Sponsors πŸ₯‰</h3>
</div>
</div>
<div className={styles.sponsorWrapper}>
<a className={styles.bronzeSponsor} href="https://webuild.community/">
<img
src="https://user-images.githubusercontent.com/8603085/170883918-8b9f111d-f3c6-4647-9cc1-de56dd98ea60.png"
width="94"
height="94"
/>
</a>
<a
className={styles.bronzeSponsor}
href="https://www.deploysentinel.com/"
Expand All @@ -54,6 +47,27 @@ export default function Sponsors() {
height="94"
/>
</a>
<a className={styles.bronzeSponsor} href="https://react-hook-form.com/">
<img
src="https://github.com/react-hook-form.png"
width="94"
height="94"
/>
</a>
</div>
<div className="row">
<div className="col">
<h3 className={styles.pastSponsorHeading}>Past Sponsors</h3>
</div>
</div>
<div className={styles.sponsorWrapper}>
<a className={styles.bronzeSponsor} href="https://webuild.community/">
<img
src="https://user-images.githubusercontent.com/8603085/170883918-8b9f111d-f3c6-4647-9cc1-de56dd98ea60.png"
width="94"
height="94"
/>
</a>
</div>
<div className={styles.wantLogo}>
<Translate
Expand Down
7 changes: 7 additions & 0 deletions website/src/components/Sponsors/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@
padding: 16px 16px 20px;
font-style: italic;
}

.pastSponsorHeading {
display: flex;
justify-content: center;
margin-top: 16px;
margin-bottom: -1px;
}

0 comments on commit 880630f

Please sign in to comment.