-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
40 lines (36 loc) · 2.01 KB
/
footer.php
File metadata and controls
40 lines (36 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<footer class="site-footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3 data-cn="友情链接" data-en="Links"></h3>
<ul class="footer-links">
<li><a href="https://www.ouc.edu.cn" target="_blank" rel="noopener" data-cn="中国海洋大学" data-en="Ocean University of China"></a></li>
<li><a href="https://it.ouc.edu.cn" target="_blank" rel="noopener" data-cn="信息科学与工程学部" data-en="Faculty of Information Science and Engineering"></a></li>
</ul>
</div>
<div class="footer-section">
<h3 data-cn="联系我们" data-en="Contact Us"></h3>
<ul class="footer-links">
<li><a href="mailto:contact@itstudio.club" target="_blank" rel="noopener">Email: Contact@itstudio.club</a></li>
<li><a href="https://github.com/ITStudioOUC/" target="_blank" rel="noopener">GitHub</a></li>
</ul>
</div>
<div class="footer-section footer-address">
<h3 data-cn="办公地址" data-en="Office Address"></h3>
<p class="footer-address-text">
<span
data-cn="中国海洋大学西海岸校区信息南楼五八创新创业工坊"
data-en="58 Workshop, South Information Building, West Coast Campus, Ocean University of China
"></span>
</p>
</div>
</div>
<div class="footer-bottom">
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener" data-cn="桂ICP备2022004639号-2" data-en="桂ICP备2022004639号-2"></a>
<p data-cn="© <?php echo date('Y'); ?> 中国海洋大学爱特工作室. 保留所有权利." data-en="© <?php echo date('Y'); ?> IT Studio, Ocean University of China. All rights reserved."></p>
</div>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>