mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-10 15:52:27 +08:00
doc: add sponsor doc
This commit is contained in:
@@ -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.*
|
||||
Reference in New Issue
Block a user