mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-04 12:52:28 +08:00
doc: add sponsor doc
This commit is contained in:
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1,3 +1,3 @@
|
||||
# These are supported funding model platforms
|
||||
liberapay: Duke_Du
|
||||
|
||||
patreon: DukeDu
|
||||
|
||||
@@ -13,9 +13,7 @@ hero:
|
||||
- theme: alt
|
||||
text: View on GitHub
|
||||
link: https://github.com/duke-git/lancet
|
||||
# - theme: alt
|
||||
# text: API Examples
|
||||
# link: /api-examples
|
||||
|
||||
image:
|
||||
src: /lancet_logo.png
|
||||
alt: lancet
|
||||
@@ -37,7 +35,19 @@ features:
|
||||
|
||||
<p style="position:relative; top: -316px;left: 560px;">
|
||||
<img style="display: inline-block;margin-right:10px;" src="https://img.shields.io/github/stars/duke-git/lancet?style=social" alt="">
|
||||
<img style="display: inline-block" src="https://img.shields.io/github/forks/duke-git/lancet?style=social" alt="">
|
||||
</p>
|
||||
|
||||
<img style="display: inline-block" src="https://img.shields.io/github/forks/duke-git/lancet?style=social" alt="">
|
||||
|
||||
</p>
|
||||
<a style="border-color: #4565d8;
|
||||
color: #fff;
|
||||
background-color: #4565d8;
|
||||
border-radius: 20px;
|
||||
padding: 0 20px;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
display: block;
|
||||
border: 1px solid transparent;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
margin: 0 auto;
|
||||
width: 140px;" href="/en/sponsor/sponsor.html">Sponsor</a>
|
||||
42
docs/en/sponsor/sponsor.md
Normal file
42
docs/en/sponsor/sponsor.md
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
|
||||
### Sponsor me
|
||||
|
||||
<b>Hello, I am a software developer and have been engaged in development work for 13 years. Love open source software. And be willing to put in the energy for it. I am the creator of project [lancet](https://github.com/duke-git/lancet). Since Lancet was released as open source two years ago, it has been used by more than 1,000 internal and external projects. lancet will always be free for all users. Your support is a powerful encouragement for me to continue my struggle. Thanks! You can use WeChat to scans the following QR code or clicks the following sponsor button to initiate sponsorship.</b>
|
||||
|
||||
<style>
|
||||
.sponsor-ctn {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
.sponsor-pay {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
.sponsor-btn {
|
||||
border-color: #4565d8;
|
||||
color: #fff;
|
||||
background-color: #4565d8;
|
||||
border-radius: 20px;
|
||||
padding: 0 20px;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
display: inline-block;
|
||||
border: 1px solid transparent;
|
||||
text-align: center;
|
||||
width: 140px;
|
||||
position: absolute;
|
||||
left: 360px;
|
||||
top: 120px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="sponsor-ctn">
|
||||
<img src="/public/wechat_pay.png" width="260" height="260" class="sponsor-pay"/>
|
||||
|
||||
<a class="sponsor-btn" style="color: #fff;font-weight: 600;" href="https://en.liberapay.com/Duke_Du/donate" target="\_blank">Sponsor</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
*Donated funds will be used to maintain this website and pay for cloud server costs. Or just buy me a cup of ☕️ when I'm sleepy writing code.*
|
||||
@@ -35,7 +35,19 @@ features:
|
||||
|
||||
<p style="position:relative;display: inline-block;top: -316px;left: 32%">
|
||||
<img style="display: inline-block;margin-right:10px;" src="https://img.shields.io/github/stars/duke-git/lancet?style=social" alt="">
|
||||
|
||||
<img style="display: inline-block" src="https://img.shields.io/github/forks/duke-git/lancet?style=social" alt="">
|
||||
|
||||
<img style="display: inline-block" src="https://img.shields.io/github/forks/duke-git/lancet?style=social" alt="">
|
||||
</p>
|
||||
|
||||
<a style="border-color: #4565d8;
|
||||
color: #fff;
|
||||
background-color: #4565d8;
|
||||
border-radius: 20px;
|
||||
padding: 0 20px;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
display: block;
|
||||
border: 1px solid transparent;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
margin: 0 auto;
|
||||
width: 140px;" href="/sponsor/sponsor.html">Sponsor</a>
|
||||
|
||||
BIN
docs/public/wechat_pay.png
Normal file
BIN
docs/public/wechat_pay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
38
docs/sponsor/sponsor.md
Normal file
38
docs/sponsor/sponsor.md
Normal file
@@ -0,0 +1,38 @@
|
||||
### 赞助
|
||||
|
||||
<b>您好,我是一名软件开发者,从事开发工作 13 年。热爱软件开源。并愿意为此付出精力。是开源项目[lancet](https://github.com/duke-git/lancet)的作者。Lancet 自两年前开源发布以来,已有超过 1000 个内外部项目使用。lancet 一直会对所有用户免费。您的支持是对我继续奋斗的有力鼓励。谢谢! 微信扫描以下二维码或点击以下赞助按钮发起赞助。 </b>
|
||||
|
||||
<style>
|
||||
.sponsor-ctn {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
.sponsor-pay {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
.sponsor-btn {
|
||||
border-color: #4565d8;
|
||||
color: #fff;
|
||||
background-color: #4565d8;
|
||||
border-radius: 20px;
|
||||
padding: 0 20px;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
display: inline-block;
|
||||
border: 1px solid transparent;
|
||||
text-align: center;
|
||||
width: 140px;
|
||||
position: absolute;
|
||||
left: 360px;
|
||||
top: 120px;
|
||||
}
|
||||
</style>
|
||||
<div class="sponsor-ctn">
|
||||
<img src="/public/wechat_pay.png" width="260" height="260" class="sponsor-pay"/>
|
||||
|
||||
<a class="sponsor-btn" style="color: #fff;font-weight: 600;" href="https://liberapay.com/Duke_Du/donate" target="\_blank">赞助</a>
|
||||
|
||||
</div>
|
||||
|
||||
_捐赠的资金将用于 lancet官网的维护和云服务器的费用支付。或者当我写代码困倦时,给我买杯 ☕️。_
|
||||
Reference in New Issue
Block a user