Skip to content

Commit

Permalink
Add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber committed Mar 23, 2023
1 parent f254f2a commit 8887bf2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 14 additions & 4 deletions src/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Landing() {
style={{
alignItems: "center",
justifyContent: "center",
color: "#222"
color: "#222",
}}
>
<video
Expand All @@ -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" />
Expand Down Expand Up @@ -93,7 +93,7 @@ export default function Landing() {
style={{
display: "flex",
alignItems: "center",
justifyContent: "space-between"
justifyContent: "space-between",
}}
>
<iframe
Expand Down Expand Up @@ -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"
>
Expand All @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions vscode-ext/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8887bf2

Please sign in to comment.