94 lines
3.5 KiB
HTML
94 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>POLYTOPIA - The Battle of Polytopia Official Blog (复刻版)</title>
|
|
<meta name="description" content="Official Polytopia blog featuring the latest news, updates, skin releases, lore, and community events for The Battle of Polytopia game.">
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
</head>
|
|
<body>
|
|
<!-- 固定导航栏 -->
|
|
<div class="sticky-nav-wrapper" id="stickyNavWrapper">
|
|
<div class="container">
|
|
<div class="header-top-bar-content">
|
|
<div class="logo">
|
|
<a href="#">POLYTOPIA</a>
|
|
</div>
|
|
<nav class="main-nav">
|
|
<ul>
|
|
<li><a href="#">Support</a></li>
|
|
<li><a href="#">Polynews</a></li>
|
|
<li><a href="#">Shop</a></li>
|
|
<li><a href="#">Press</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 英雄图片区域 -->
|
|
<header class="site-hero-area" id="siteHeroArea">
|
|
<div class="hero-image-placeholder">
|
|
<span class="hero-text">POLYTOPIA ILLUSTRATION</span>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- 主要内容区域 -->
|
|
<div class="main-content-area">
|
|
<div class="container">
|
|
<h1 class="blog-main-title">POLYTOPIA BLOG POSTS</h1>
|
|
<div class="filter-buttons">
|
|
<button class="filter-button">Android</button>
|
|
<button class="filter-button">iPhone</button>
|
|
</div>
|
|
<div class="posts-grid" id="postsGrid">
|
|
<!-- 博文卡片将由 JavaScript 动态插入这里 -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<div class="footer-top-social">
|
|
<a href="#" title="Bilibili">F</a>
|
|
</div>
|
|
<div class="footer-columns">
|
|
<div class="footer-column">
|
|
<h4>联系我们</h4>
|
|
<p>tohotopia@google.com</p>
|
|
</div>
|
|
<div class="footer-column">
|
|
<h4>游戏资料</h4>
|
|
<ul>
|
|
<li><a href="#">游戏wiki</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-column">
|
|
<h4>其他信息</h4>
|
|
<ul>
|
|
<li><a href="#">服务条款</a></li>
|
|
<li><a href="#">隐私协议</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<h3 class="community-channels-title">关注我们</h3>
|
|
<div class="footer-bottom-social">
|
|
<a href="https://space.bilibili.com/3546860362926973" title="Bilibili">Bilibli</a>
|
|
<a href="https://space.bilibili.com/3546860362926973" title="Youtube">Youtube</a>
|
|
<a href="https://space.bilibili.com/3546860362926973" title="Discord">Discord</a>
|
|
</div>
|
|
<div class="footer-bottom-social">
|
|
|
|
</div>
|
|
<div class="footer-bottom-social">
|
|
|
|
</div>
|
|
<p class="copyright">© <script>document.write(new Date().getFullYear())</script> 蕾米莉亚指挥部 版权所有</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- JavaScript 文件引用 -->
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html> |