Add Sponsor UseChatGPT

This commit is contained in:
sienori 2023-04-02 12:51:34 +09:00
parent d1f9a4e2e8
commit 4c4890baf5
5 changed files with 20 additions and 3 deletions

View file

@ -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! 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) [<img src="docs/img/becomeSponsor.png" alt="Become a Sponsor" height=110px>](https://www.patreon.com/join/sienori)

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View file

@ -21,8 +21,10 @@ Thank you to the awesome **[backers](https://github.com/sienori/simple-translate
## Sponsors ## 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)
&ensp;
[<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/toucan.png" alt="Toucan" height=110px>](https://jointoucan.com/partners/tab-session-manager)
&ensp; &ensp;
[<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) [<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)

View file

@ -1,10 +1,16 @@
body { body {
width: 640px;
margin: 0; margin: 0;
} }
#banners {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
img { img {
height: 110px; height: 110px;
margin-inline-end: 20px;
} }
a { a {

View file

@ -5,6 +5,13 @@
<body> <body>
<div id="banners"> <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"> <a href="https://jointoucan.com/partners/tab-session-manager" alt="Toucan" target="_blank">
<img src="img/toucan.png" /> <img src="img/toucan.png" />
</a> </a>