简单美化了一下footer、header的样式
This commit is contained in:
-13
@@ -9,14 +9,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3><?php _e('加入我们', 'itstudio'); ?></h3>
|
||||
<ul class="footer-links">
|
||||
<li><a href="<?php echo esc_url(home_url('/join')); ?>"><?php _e('招新信息', 'itstudio'); ?></a></li>
|
||||
<li><a href="<?php echo esc_url(home_url('/about')); ?>"><?php _e('了解工作室', 'itstudio'); ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3><?php _e('联系我们', 'itstudio'); ?></h3>
|
||||
<ul class="footer-links">
|
||||
@@ -24,11 +16,6 @@
|
||||
<li><a href="https://github.com/itstudio-2002" target="_blank" rel="noopener">GitHub</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3><?php _e('关于', 'itstudio'); ?></h3>
|
||||
<p class="footer-slogan"><?php _e('发现人才,培养人才,输送人才', 'itstudio'); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
|
||||
Reference in New Issue
Block a user