forked from WebStackPage/WebStackPage.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (51 loc) · 2.1 KB
/
index.html
File metadata and controls
54 lines (51 loc) · 2.1 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebStack.cc - 设计师网址导航</title>
<meta name="description" content="WebStack - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站,定时更新分享优质产品设计书签">
<meta name="keywords" content="UI设计,设计导航,网址导航,设计资源,创意导航,设计师导航">
<link rel="shortcut icon" href="./assets/images/favicon.png">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<header class="header">
<div class="container">
<div class="logo">
<img src="./assets/images/[email protected]" alt="WebStack">
<h1>WebStack</h1>
<p>设计师网址导航</p>
</div>
<nav class="nav">
<ul class="nav-list">
<li><a href="#recommended">常用推荐</a></li>
<li><a href="#community">社区资讯</a></li>
<li><a href="#inspiration">灵感采集</a></li>
<li><a href="#resources">素材资源</a></li>
<li><a href="#tools">常用工具</a></li>
<li><a href="#learning">学习教程</a></li>
<li><a href="#teams">UED团队</a></li>
</ul>
</nav>
<div class="lang-switch">
<a href="./cn/index.html" class="lang-btn active">中文</a>
<a href="./en/index.html" class="lang-btn">English</a>
</div>
</div>
</header>
<main class="main">
<div class="container">
<div id="content" class="content">
<!-- 内容将通过 JavaScript 动态加载 -->
</div>
</div>
</main>
<footer class="footer">
<div class="container">
<p>© 2025 WebStack.cc - 设计师网址导航 | Made with ❤️ by viggo</p>
</div>
</footer>
<script src="./assets/js/app.js"></script>
</body>
</html>