mirror of
https://gh.wpcy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2026-07-15 11:17:15 +08:00
45 lines
1.4 KiB
PHP
45 lines
1.4 KiB
PHP
<?php
|
|
/**
|
|
* Section about view
|
|
*
|
|
* @package wpadminref
|
|
*/
|
|
|
|
?>
|
|
|
|
<section class="section section-credits" id="credits">
|
|
<div class="section-content large-text d-flex flex-column justify-content-center h-100">
|
|
<h1 class="big-title">Credits</h1>
|
|
<p>This website was made with love by</p>
|
|
<p>
|
|
<a href="https://bracketspace.com/" target="_blank" class="logo-link">
|
|
<img src="<?php echo esc_url( get_theme_file_uri( '/assets/images/bracketspace-logo.svg' ) ); ?>" width="300" alt="Quality WordPress Plugins">
|
|
</a>
|
|
</p>
|
|
<hr/>
|
|
<h3>
|
|
Like it? Share it:
|
|
</h3>
|
|
<div class="share-buttons">
|
|
<div class="share-button">
|
|
<div class="fb-share-button" data-href="https://wpadminref.bracketspace.com/" data-layout="button" data-size="large">
|
|
<a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwpadminref.bracketspace.com%2F&src=sdkpreparse" class="fb-xfbml-parse-ignore">
|
|
Share
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="share-button">
|
|
<a class="twitter-share-button"
|
|
href="https://twitter.com/intent/tweet?text=Complete%20WP-Admin%20Reference%20%40TheBracketSpace%20https%3A%2F%2Fwpadmin.bracketspace.com"
|
|
data-size="large"
|
|
data-text="Share on Twitter"
|
|
data-url="https://wpadminref.bracketspace.com/"
|
|
data-hashtags="wp-admin,WordPress"
|
|
data-via="twitterdev"
|
|
data-related="twitterapi,twitter">
|
|
Tweet
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|