Skip to content

Commit 2ac2b8d

Browse files
committed
index.html
site.css store.html
1 parent dc51c7d commit 2ac2b8d

File tree

2 files changed

+41
-30
lines changed

2 files changed

+41
-30
lines changed

index.html

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,48 +10,41 @@
1010
<body class="text-center">
1111

1212
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
13+
1314
<header class="masthead mb-auto">
1415
<div class="inner">
1516
<h3 class="masthead-brand">Mini-Software</h3>
1617
<nav class="nav nav-masthead justify-content-center">
17-
<a class="nav-link active" href="https://github.com/mini-software/">Mini-Software Github</a>
18-
<a class="nav-link active" href="https://gitee.com/shps951023">Mini-Software Gitee</a>
18+
<a class="nav-link active" href="https://github.com/Mini-Software">Github</a>
19+
<a class="nav-link active" href="https://gitee.com/shps951023">Gitee</a>
1920
</nav>
2021
</div>
2122
</header>
2223

2324
<main role="main" class="inner cover">
25+
<!-- <br><br><br> -->
2426
<div id="subtitle">
25-
<h1 class="cover-heading">Power <strong class="orange">Mini-Software </strong> <br>with your donation</h1>
26-
<!-- <p class="lead">Buy me a coffee can help Mini-Software a lot.</p> -->
27-
<p class="lead">
28-
<!-- <div href="#" class="btn btn-lg btn-secondary" onclick="getCode()">Get Lincense Code</div> -->
27+
<!-- <h1 class="cover-heading">Power <strong class="orange">Mini-Software </strong> <br>with your donation</h1> -->
28+
<!-- <p class="lead">
2929
<div href="#" class="btn btn-lg btn-secondary" onclick="donate()">Donate Mini-Software</div>
3030
</p>
3131
<h1 id='code'></h1>
32-
<hr>
32+
<hr> -->
3333
</div>
3434

35-
<div id='dotnate'>
36-
37-
<!-- alipay -->
38-
<h1 class="cover-heading">Alipay - 支付宝</h1>
39-
<a href="https://user-images.githubusercontent.com/12729184/150716115-a56dc7f6-d9a7-4f2e-9eed-2b2e0b1e9f9c.png">
40-
<img src="https://user-images.githubusercontent.com/12729184/150716115-a56dc7f6-d9a7-4f2e-9eed-2b2e0b1e9f9c.png"
41-
alt="alipay" width="200px">
35+
<div>
36+
<h1 class="cover-heading">微信/支付宝</h1>
37+
<a href="https://user-images.githubusercontent.com/12729184/158003727-ca348041-5e59-44bc-a694-f400777e0252.jpg">
38+
<img
39+
src="https://user-images.githubusercontent.com/12729184/158003727-ca348041-5e59-44bc-a694-f400777e0252.jpg"
40+
alt="wechat" width="200px" height="300px">
4241
</a>
43-
<a href="https://user-images.githubusercontent.com/12729184/150735491-822d4a95-4b45-40fb-b0b0-08731b29dd74.png">
44-
<img src="https://user-images.githubusercontent.com/12729184/150735491-822d4a95-4b45-40fb-b0b0-08731b29dd74.png"
45-
alt="alipay" width="200px">
42+
<a href="https://user-images.githubusercontent.com/12729184/158003731-6d132872-19c3-4840-b1af-97aa22f9bf4b.jpg">
43+
<img
44+
src="https://user-images.githubusercontent.com/12729184/158003731-6d132872-19c3-4840-b1af-97aa22f9bf4b.jpg"
45+
alt="alipay" width="200px" height="300px">
4646
</a>
47-
<hr>
48-
<!-- YuShan -->
49-
<h1 class="cover-heading">E.SUN Bank 玉山銀行</h1>
50-
<p class="lead">
51-
Bank Code 銀行代號 808<br>
52-
Account 賬號 705979061551
53-
</p>
54-
<hr>
47+
<hr>
5548
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
5649
<input type="hidden" name="cmd" value="_s-xclick">
5750
<input type="hidden" name="hosted_button_id" value="XF7U44UHSW9F6">
@@ -68,15 +61,28 @@ <h1>PayPal</h1>
6861
<input type="hidden" name="currency_code" value="USD">
6962
<input type="submit" class="btn btn-success" border="0" name="submit" alt="PayPal" value="Buy">
7063
<img alt="" border="0" src="https://www.paypalobjects.com/zh_TW/i/scr/pixel.gif" width="1" height="1">
71-
</form>
72-
73-
<hr>
64+
</form>
65+
<hr>
66+
<!-- 绿界 -->
67+
<h1 class="cover-heading">绿界科技ECPay</h1>
68+
<p class="lead">
69+
<a href="https://p.ecpay.com.tw/693B4A0"><img src="https://payment.ecpay.com.tw/Content/themes/WebStyle20170517/images/ecgo.png" /></a>
70+
</p>
71+
<hr>
72+
<!-- YuShan -->
73+
<h1 class="cover-heading">E.SUN Bank 玉山銀行</h1>
74+
<p class="lead">
75+
Bank Code 銀行代號 808<br>
76+
Account 賬號 705979061551
77+
</p>
78+
<hr>
79+
7480
</div>
7581
</main>
7682

7783
<footer class="mastfoot mt-auto">
7884
<div class="inner">
79-
<p>Mini-Software by <a href="https://github.com/shps951023">@Wei Lin</a>.</p>
85+
<p>Mini-Software by <a href="#">@Wei Lin</a>.</p>
8086
</div>
8187
</footer>
8288
</div>
@@ -95,4 +101,4 @@ <h1>PayPal</h1>
95101
<!-- End of Statcounter Code -->
96102
</body>
97103

98-
</html>
104+
</html>

site.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
* Globals
33
*/
44

5+
hr{
6+
border: 1px solid #fff;
7+
border-radius: 10px;
8+
}
9+
510
.orange {
611
-webkit-text-size-adjust: 100%;
712
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

0 commit comments

Comments
 (0)