Update contact icon

pull/180/head
Ekkles 2019-12-03 10:11:58 +13:00 committed by GitHub
parent 0ad4f2e2f3
commit 1a0eb69e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@
<?php $ava = akina_option('focus_logo') ? akina_option('focus_logo') : get_template_directory_uri().'/images/avatar.jpg'; ?>
<img src="<?php echo $ava ?>">
</div>
<p style="text-align: center; color: #333; font-weight: 900; font-family: 'Ubuntu', sans-serif; letter-spacing: 1.5px">Contact me</p>
<p style="text-align: center; word-spacing: 20px;"> <a href="https://t.me/EkklesN" class="social-lofter" target="_blank" style="color: #00aced" rel="noopener noreferrer nofollow"></a> <a onclick="mail_me()" class="fa fa-envelope" style="color: #ffbf00" rel="nofollow"></a></p>
<div class="m-search">
<form class="m-search-form" method="get" action="<?php echo home_url(); ?>" role="search">
<input class="m-search-input" type="search" name="s" placeholder="<?php _e('Search...', 'sakura') /*搜索...*/?>" required>