forked from LiveCarta/PayPal-PHP-SDK
Getting it ready for release
- Updated User Agent Version - Updated Release Notes
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.footer-div a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: relative;
|
||||
}
|
||||
@@ -40,6 +44,11 @@
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.footer-div a {
|
||||
color: #EEE;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: fixed;
|
||||
top: 40px;
|
||||
@@ -64,16 +73,13 @@
|
||||
background: -webkit-linear-gradient(-9deg, #428bca 70%, white 25%);
|
||||
}
|
||||
|
||||
.footer .footer-links, .footer .footer-links li {
|
||||
.footer-links, .footer-links li {
|
||||
display: inline-block;
|
||||
padding: 5px 8px;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #EEE;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
@@ -99,6 +105,22 @@
|
||||
designed to demonstrate the default use-cases in each segment.
|
||||
Many examples should be executable, and should allow you to experience the default behavior of our
|
||||
sdk, to expedite your integration experience.</p>
|
||||
<div class="footer-div">
|
||||
<ul class="footer-links">
|
||||
<li>
|
||||
<a href="https://github.com/paypal/PayPal-PHP-SDK" target="_blank"><i class="fa fa-github"></i>
|
||||
Github</a></li>
|
||||
<li>
|
||||
<a href="https://developer.paypal.com/webapps/developer/docs/api/" target="_blank"><i
|
||||
class="fa fa-book"></i> REST API Reference</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/paypal/PayPal-PHP-SDK/issues" target="_blank"><i
|
||||
class="fa fa-exclamation-triangle"></i> Report Issues </a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user