mirror of
https://github.com/pomber/git-history.git
synced 2024-11-22 05:33:57 +03:00
Add sponsor
This commit is contained in:
parent
f254f2a291
commit
8887bf2762
@ -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)]
|
||||
|
||||
<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>
|
||||
|
||||
### Backers
|
||||
|
@ -21,7 +21,7 @@ export default function Landing() {
|
||||
style={{
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
color: "#222"
|
||||
color: "#222",
|
||||
}}
|
||||
>
|
||||
<video
|
||||
@ -34,7 +34,7 @@ export default function Landing() {
|
||||
style={{
|
||||
borderRadius: "3px",
|
||||
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" />
|
||||
@ -93,7 +93,7 @@ export default function Landing() {
|
||||
style={{
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
justifyContent: "space-between"
|
||||
justifyContent: "space-between",
|
||||
}}
|
||||
>
|
||||
<iframe
|
||||
@ -200,7 +200,7 @@ function Backers() {
|
||||
<section
|
||||
style={{
|
||||
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"
|
||||
>
|
||||
@ -214,6 +214,16 @@ function Backers() {
|
||||
Become a sponsor
|
||||
</a>
|
||||
</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
|
||||
link="https://opencollective.com/git-history/sponsor/0/website"
|
||||
alt="sponsors"
|
||||
|
@ -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)]
|
||||
|
||||
<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>
|
||||
|
||||
### Backers
|
||||
|
Loading…
Reference in New Issue
Block a user