mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
updated gh-page
This commit is contained in:
parent
addd4310aa
commit
b4d78f7331
|
@ -86,6 +86,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page.active {
|
.page.active {
|
||||||
|
|
16
index.html
16
index.html
|
@ -84,12 +84,11 @@
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p>If you want support the development of this project please consider donate something:</p>
|
<p>If you want support the development of this project please consider donate something:</p>
|
||||||
<a href="https://www.gratipay.com/FezVrasta/" target="_blank" class="btn btn-primary">Donate with Gratipay</a>
|
|
||||||
|
|
||||||
<form action="https://www.paypal.com/cgi-bin/webscr" id="paypal" method="post" target="_blank" style="display: inline-block;">
|
<form action="https://www.paypal.com/cgi-bin/webscr" id="paypal" method="post" target="_blank" style="display: block; text-align: center;">
|
||||||
<input type="hidden" name="cmd" value="_s-xclick">
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||||||
|
|
||||||
<div class="btn btn-primary">
|
<div class="btn btn-primary btn-raised">
|
||||||
<select name="hosted_button_id" title="I can't accept less than 5 euro due to accounting troubles">
|
<select name="hosted_button_id" title="I can't accept less than 5 euro due to accounting troubles">
|
||||||
<option value="DAAK965W2DKYE">€ 5,00</option>
|
<option value="DAAK965W2DKYE">€ 5,00</option>
|
||||||
<option value="28PH77JK5QWFE">€ 10,00</option>
|
<option value="28PH77JK5QWFE">€ 10,00</option>
|
||||||
|
@ -101,13 +100,7 @@
|
||||||
<input type="submit" value="DONATE WITH PAYPAL" name="submit">
|
<input type="submit" value="DONATE WITH PAYPAL" name="submit">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<p>Thanks to all the people that donate me weekly on Gratipay and all the ones which has donated on PayPal! You are great guys!</p>
|
<p>Thanks to all the people that has donated on PayPal! You are great guys!</p>
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<p>Would you like to use this theme for commercial projects? Visit
|
|
||||||
<a href="http://www.mywebexpression.com">MyWebExpression</a> and contact me using the form on the bottom of the page. Thanks!
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
@ -119,8 +112,9 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p>You can get this theme downloading the source from Bower:</p>
|
<p>You can get this theme downloading the source from Bower or NPM:</p>
|
||||||
<pre><code>bower install bootstrap-material-design</code></pre>
|
<pre><code>bower install bootstrap-material-design</code></pre>
|
||||||
|
<pre><code>npm install bootstrap-material-design</code></pre>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user