Add sponsor

This commit is contained in:
Rodrigo Pombo 2023-03-23 11:26:02 +00:00
parent f254f2a291
commit 8887bf2762
3 changed files with 18 additions and 4 deletions

View File

@ -50,6 +50,8 @@ You can use Git History for local git repos with the [CLI](https://github.com/po
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/git-history#sponsor)] Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/git-history#sponsor)]
<a href="https://github.com/selefra/selefra" target="_blank"><img src="https://github.com/selefra.png" style="border-radius: 50%" alt="selefra" title="Selefra" width="100"></a>
<a href="https://opencollective.com/git-history/sponsor/0/website" target="_blank"><img src="https://opencollective.com/git-history/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/git-history/sponsor/0/website" target="_blank"><img src="https://opencollective.com/git-history/sponsor/0/avatar.svg"></a>
### Backers ### Backers

View File

@ -21,7 +21,7 @@ export default function Landing() {
style={{ style={{
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
color: "#222" color: "#222",
}} }}
> >
<video <video
@ -34,7 +34,7 @@ export default function Landing() {
style={{ style={{
borderRadius: "3px", borderRadius: "3px",
height: "350", height: "350",
boxShadow: "0 20px 50px 0 rgba(0,0,0,0.2)" boxShadow: "0 20px 50px 0 rgba(0,0,0,0.2)",
}} }}
> >
<source src={demoWebm} type="video/webm" /> <source src={demoWebm} type="video/webm" />
@ -93,7 +93,7 @@ export default function Landing() {
style={{ style={{
display: "flex", display: "flex",
alignItems: "center", alignItems: "center",
justifyContent: "space-between" justifyContent: "space-between",
}} }}
> >
<iframe <iframe
@ -200,7 +200,7 @@ function Backers() {
<section <section
style={{ style={{
padding: "28px 0px", padding: "28px 0px",
background: "linear-gradient(rgba(220, 220, 220),rgba(255, 255, 255))" background: "linear-gradient(rgba(220, 220, 220),rgba(255, 255, 255))",
}} }}
className="support" className="support"
> >
@ -214,6 +214,16 @@ function Backers() {
Become a sponsor Become a sponsor
</a> </a>
</p> </p>
<a href="https://github.com/selefra/selefra" target="_blank">
<img
src="https://github.com/selefra.png"
style={{ borderRadius: "50%" }}
alt="selefra"
title="Selefra"
width="100"
/>
</a>
<br />
<ResponsivePicture <ResponsivePicture
link="https://opencollective.com/git-history/sponsor/0/website" link="https://opencollective.com/git-history/sponsor/0/website"
alt="sponsors" alt="sponsors"

View File

@ -8,6 +8,8 @@ Quickly browse the history of a file from any git repository
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/git-history#sponsor)] Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/git-history#sponsor)]
<a href="https://github.com/selefra/selefra" target="_blank"><img src="https://github.com/selefra.png" style="border-radius: 50%" alt="selefra" width="100"></a>
<a href="https://opencollective.com/git-history/sponsor/0/website" target="_blank"><img src="https://opencollective.com/git-history/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/git-history/sponsor/0/website" target="_blank"><img src="https://opencollective.com/git-history/sponsor/0/avatar.svg"></a>
### Backers ### Backers