Files
hsa/Html/apps/templates/foot.html
2025-10-25 09:15:29 +08:00

51 lines
1.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<link rel="stylesheet" href="/static/css/footer.css">
<footer class="hs-footer">
<div class="footer-main">
<div class="footer-col">
<h4>华实学伴</h4>
<ul>
<li><a href="/">首页</a></li>
<li><a href="/guide">学习指南</a></li>
<li><a href="/about">关于华实</a></li>
<li><a href="/contact">联系我们</a></li>
</ul>
</div>
<div class="footer-col">
<h4>课程分类</h4>
<ul>
<li><a href="/courses/popular">热门课程</a></li>
<li><a href="/courses/latest">最新课程</a></li>
<li><a href="/resources">学习资源库</a></li>
<li><a href="/faq">常见问题</a></li>
</ul>
</div>
<div class="footer-col">
<h4>联系我们</h4>
<p>邮箱huashi@ecnu.com</p>
<p>致力于为全球学习者提供高质量的在线教育资源和学习体验,帮助每个人实现自我提升和职业发展。</p>
</div>
<div class="footer-col">
<h4>华东师范大学</h4>
<p>热门课程</p>
<p>学习社区</p>
<p>联系我们</p>
<p>最新课程</p>
<p>学习资源库</p>
</div>
</div>
<div class="footer-bottom">
<div class="footer-bottom-left">
<a href="/privacy">隐私政策</a>
<a href="/terms">使用条款</a>
</div>
<div class="footer-bottom-right">
<span>© 2025 华实学伴. 保留所有权利</span>
<a href="https://beian.miit.gov.cn" target="_blank">沪ICP备2025142149号</a>
</div>
</div>
</footer>