Skip to content

Commit 545bee3

Browse files
committed
Update font-awesome and donate coordinates
1 parent a9e0d9d commit 545bee3

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

donate.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
If you like mobileMule please consider to make a donation
22
<div style="text-align: center; margin-top: 15px;">
3-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=muttley%2ebd%40gmail%2ecom&lc=IT&item_name=mobileMule&item_number=aMule%20web%20mobile%20skin&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"
4-
title="Donate"><img src="paypal.png"/></a></p>
3+
4+
<a href="https://www.paypal.me/EmanuelePalombo" title="Donate with PayPal" alt="Donate with PayPal"><img src="https://img.shields.io/badge/donate-paypal-green.svg?logo=paypal&style=for-the-badge"></a>
5+
&nbsp;<br/>
6+
<a href="https://liberapay.com/Emanuele/donate" title="Donate with Liberapay" alt="Donate with Liberapay"><img src="https://img.shields.io/badge/donate-liberapay-green.svg?logo=liberapay&style=for-the-badge"></a>
7+
58
</div>
69
You'll receive <strong>mobileMule Donation Package</strong> with new panels:
710
<ul>

main.php

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link href="apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"/>
1717
<link href="apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/>
1818
19-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"/>
19+
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
2020
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.css"/>
2121
2222
<meta id="mobile-mule-theme"/>
@@ -66,7 +66,7 @@
6666
6767
<div id="footer" data-role="footer">
6868
<a id="btScrollUp" href="#" data-icon="arrow-u" class="ui-btn-right">scroll up</a>
69-
<p>&nbsp;<a href="#about" data-rel="popup" data-position-to="window" data-transition="pop">mobileMule</a> &copy; 2018</p>
69+
<p>&nbsp;<a href="#about" data-rel="popup" data-position-to="window" data-transition="pop">mobileMule</a> <i class="fa fa-copyright fa-fw"></i> 2019</p>
7070
</div>
7171
<!-- /footer -->
7272
@@ -98,14 +98,16 @@ class="ui-btn ui-corner-all ui-shadow ui-btn-a ui-icon-delete ui-btn-icon-notext
9898
</div>
9999
<div role="main" class="ui-content">
100100
<!-- IMPORTANT: Update also main.js#version check, latestVersion.js, main.php -->
101-
<p><strong>mobileMule v3.2.0b</strong><br/>
101+
<p><strong>mobileMule v3.2.1b</strong><br/>
102102
103-
coded by muttley &copy; copyright 2018<br/><br/>
103+
coded by muttley <i class="fa fa-copyright fa-fw"></i> 2019<br/><br/>
104+
<i class="fa fa-book fa-fw"></i>
104105
<a href="https://raw.githubusercontent.com/elbowz/mobileMule/master/CHANGELOG.md" title="changelog">Changelog</a> &bull;
105-
<a href="https://github.com/elbowz/mobileMule" title="mobileMule project page">Project page</a> &bull;
106-
<a href="#page-donate" class="hash-link" title="Donation Package">Donation Package</a><br/><br/>
107-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=muttley%2ebd%40gmail%2ecom&lc=IT&item_name=mobileMule&item_number=aMule%20web%20mobile%20skin&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"
108-
title="Donate"><img src="btn_paypal_donate.gif"/></a></p>
106+
<i class="fa fa-github-alt fa-fw"></i>
107+
<a href="https://github.com/elbowz/mobileMule" title="mobileMule project page"> Project page</a> &bull;
108+
<i class="fa fa-paypal fa-fw"></i>
109+
<a href="#page-donate" class="hash-link" title="Donation Package"> Donation Package</a><br/><br/>
110+
</p>
109111
</div>
110112
</div>
111113
<!-- /about -->

0 commit comments

Comments
 (0)