Skip to content

Commit 584ac11

Browse files
author
Saeid Darvish
authored
close #63
created support page
2 parents d3aecef + cce6de2 commit 584ac11

File tree

14 files changed

+126
-11
lines changed

14 files changed

+126
-11
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: ['https://payping.ir/@saeiddrv']
1+
custom: ['https://python.coderz.ir/support.html']
42.8 KB
Loading
43.2 KB
Loading
45.2 KB
Loading
44 KB
Loading

source/_templates/sphinx_minoo_theme/includes/bottom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<div class="footer-donate" style="border: 3px solid #E8EAF6;">
2525
<p>این کتاب متن‌باز و آزاد است</p>
2626
<h3>از تلاش برای ایجاد و نگهداری این کتاب حمایت کنید!</h3>
27-
<a href="https://www.payping.ir/saeiddrv" target="_blank" class="donate-box">
27+
<a href="/support.html" class="donate-box">
2828
<i class="fa fa-gift" aria-hidden="true"></i> حمایت مالی
2929
</a>
3030
<br>
3131
<hr style="border: 1px solid #E8EAF6;margin-right: -32px;margin-left: -32px;">
3232
<!-- AddToAny BEGIN -->
33-
<div class="a2a_kit a2a_kit_size_32 a2a_default_style" data-a2a-url="https://python.coderz.ir" data-a2a-title="کتاب آزاد آموزش پایتون">
33+
<div class="a2a_kit a2a_kit_size_32 a2a_default_style" data-a2a-url="https://python.coderz.ir" data-a2a-title="کتاب پایتون به پارسی">
3434
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
3535
<a class="a2a_button_facebook"></a>
3636
<a class="a2a_button_twitter"></a>

source/_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
gtag('config', 'G-25G1Z7B4EZ');
9797
</script>
9898

99-
<script type="text/javascript" src="{{ pathto('_static/minoo-20230401.js', 1) }}"></script>
99+
<script type="text/javascript" src="{{ pathto('_static/minoo-20230422.js', 1) }}"></script>
100100
<script type="text/javascript" src="{{ pathto('_static/modernizr.min.js', 1) }}"></script>
101101

102102
<script async defer src="https://buttons.github.io/buttons.js"></script>

source/_templates/sphinx_minoo_theme/includes/top.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
<div id="body-donate">
2828

2929
<div class="top-links top-red">
30-
<a href="/donate-report.html" target="_blank">
30+
<a href="/support-report.html" target="_blank">
3131
گزارش حمایت
3232
</a>
3333
</div>
3434

3535

3636
<div class="top-links top-green">
37-
<a href="https://www.payping.ir/saeiddrv" target="_blank">
37+
<a href="/support.html" target="_blank">
3838
<i class="fa fa-gift" aria-hidden="true"></i> حمایت مالی
3939
</a>
4040
</div>

source/_templates/sphinx_minoo_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</div>
4848
</div>
4949
</div>
50-
<a href="https://www.payping.ir/saeiddrv" target="_blank" class="donate-box donate-badge side-donate">
50+
<a href="/support.html" target="_blank" class="donate-box donate-badge side-donate">
5151
<i class="fa fa-gift" aria-hidden="true"></i> حمایت مالی
5252
</a>
5353
<span class="back-to-top">

source/_templates/sphinx_minoo_theme/static/minoo-20230401.js renamed to source/_templates/sphinx_minoo_theme/static/minoo-20230422.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ $( document ).ready(function() {
132132
if ($(this).text().indexOf("گزارش حمایت‌های مالی")>=0) {
133133
$(this).parent().addClass('make-red');
134134
}
135+
if ($(this).text().indexOf("حمایت مالی")>=0) {
136+
$(this).parent().addClass('make-red');
137+
}
135138
if ($(this).text().indexOf("بهترین منابع آموزش پایتون") >= 0) {
136139
$(this).parent().addClass('make-green');
137140
}

0 commit comments

Comments
 (0)