Add Sponsor UseChatGPT
This commit is contained in:
parent
d1f9a4e2e8
commit
4c4890baf5
|
@ -19,7 +19,9 @@ Thank you to the awesome **[backers](https://github.com/sienori/simple-translate
|
|||
|
||||
Support Simple Translate by [becoming a sponsor](https://www.patreon.com/join/sienori). Thank you to our wonderful sponsors!
|
||||
|
||||
[<img src="docs/img/toucan.png" alt="Toucan" height=110px align="left">](https://jointoucan.com/partners/tab-session-manager)
|
||||
[<img src="docs/img/usechatgpt_1000_440.png" alt="UseChatGPT.AI" height=110px align="left">](https://www.usechatgpt.ai/install?ref=simpletranslate)
|
||||
|
||||
[<img src="docs/img/toucan.png" alt="Toucan" height=110px>](https://jointoucan.com/partners/tab-session-manager)
|
||||
|
||||
[<img src="docs/img/becomeSponsor.png" alt="Become a Sponsor" height=110px>](https://www.patreon.com/join/sienori)
|
||||
|
||||
|
|
BIN
docs/img/usechatgpt_1000_440.png
Normal file
BIN
docs/img/usechatgpt_1000_440.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
|
@ -21,8 +21,10 @@ Thank you to the awesome **[backers](https://github.com/sienori/simple-translate
|
|||
|
||||
## Sponsors
|
||||
|
||||
Support Tab Session Manager by [becoming a sponsor](https://www.patreon.com/join/sienori). Thank you to our wonderful sponsors!
|
||||
Support Simple Translate by [becoming a sponsor](https://www.patreon.com/join/sienori). Thank you to our wonderful sponsors!
|
||||
|
||||
[<img src="https://raw.githubusercontent.com/sienori/simple-translate/master/docs/img/usechatgpt_1000_440.png" alt="UseChatGPT.AI" height=110px align="left">](https://www.usechatgpt.ai/install?ref=simpletranslate)
|
||||
 
|
||||
[<img src="https://raw.githubusercontent.com/sienori/simple-translate/master/docs/img/toucan.png" alt="Toucan" height=110px>](https://jointoucan.com/partners/tab-session-manager)
|
||||
 
|
||||
[<img src="https://raw.githubusercontent.com/sienori/simple-translate/master/docs/img/becomeSponsor.png" alt="Become a Sponsor" height=110px>](https://www.patreon.com/join/sienori)
|
||||
|
|
|
@ -1,10 +1,16 @@
|
|||
body {
|
||||
width: 640px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#banners {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 110px;
|
||||
margin-inline-end: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -5,6 +5,13 @@
|
|||
|
||||
<body>
|
||||
<div id="banners">
|
||||
<a
|
||||
href="https://www.usechatgpt.ai/install?ref=simpletranslate"
|
||||
alt="UseChatGPT.AI"
|
||||
target="_blank"
|
||||
>
|
||||
<img src="img/usechatgpt_1000_440.png" />
|
||||
</a>
|
||||
<a href="https://jointoucan.com/partners/tab-session-manager" alt="Toucan" target="_blank">
|
||||
<img src="img/toucan.png" />
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue