-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzone.html
123 lines (120 loc) · 6.09 KB
/
zone.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style_zone.css">
<script type="text/javascript" src="js/main.js"></script>
<title>领地 | 星光工作室</title>
</head>
<body>
<div class="header" id="header">
<div class="logo"></div>
<ul id="menu_list" class="hidden_box">
<li><a href="./index.html">首页</a></li>
<li><a href="./zone.html">领地</a></li>
<li><a href="./about.html">关于</a></li>
</ul>
<div class="menu_toggle" onclick="show_menu()"></div>
</div>
<!-- <div class="main_cover">
<img src="./image/zone.jpg" alt="Background Load Failed" class="background_img">
<div class="center_title">
<h1>Starlight Zone</h1>
<p>My area, which is full of fun!</p>
</div>
</div> -->
<div class="container">
<div class="chat_container">
<div class="notice_view theme_look rough" id="notice">
<h3>公告</h3>
<p>这里是星光领地。你可以在这里分享你的生活哦!<br>仰望星空,漫天繁星不负缘。追随光,奔赴梦,星光璀璨!</p>
</div>
<div class="tool_view theme_look rough">
<h3>有趣小工具</h3>
<ul class="tool_container">
<li><a href="./apps/studyhall.html" class="rough"></a><p>星光自习室</p></li>
<li><a href="./apps/ustarnotepad.html" class="rough"></a><p>星光记事本</p></li>
<li><a href="./apps/greenhouse.html" class="rough"></a><p>星光花室</p></li>
<li><a href="./apps/ustarxiangqi.html" class="rough"></a><p>星光下象棋</p></li>
<li><a href="./apps/caculator.html" class="rough"></a><p>星光计算器</p></li>
<li><a href="./apps/ustargomoku.html" class="rough"></a><p>星光五子棋</p></li>
<li><a href="./apps/duckfarm.html" class="rough"></a><p>星光养鸭场</p></li>
<li><a href="./apps/ustarrhythm.html" class="rough"></a><p>星光律动</p></li>
</ul>
</div>
<div id="doc_view"></div>
<div class="tab_container">
<div id="tab_view"></div>
</div>
<div class="clear_div"></div>
</div>
<div class="info_container">
<div class="postcard_view theme_look rough">
<div class="avator_view">
<img src="https://s1.ax1x.com/2023/01/03/pSicLJs.jpg" alt="">
</div>
<h3>星光工作室</h3>
<p>不断努力,只为做更好的自己!<br>期待与漫天繁星的相遇!</p>
<p><span>有趣</span><span>新奇</span><span>强大</span><span>努力</span></p>
</div>
<div class="keyword_view theme_look rough">
<h3>关键词</h3>
<a href="#">追随星光</a><a href="#">星光一周年</a><a href="#">我与繁星</a>
<a href="#">lifetime</a><a href="#">memory</a><a href="">recommanded</a>
<a href="#">wanted</a><a href="#"></a><a href="#">coding</a>
<a href="#">数据结构</a><a href="#">励志鸡汤</a><a href="#">纪念</a>
<a href="#">EnjoyTheRhythm</a><a href="#">人生哲理</a><a href="#">cooking</a>
<a href="#">development</a><a href="#">雾尽风暖</a><a href="#">星光风范</a>
<a href="#">视觉艺术</a><a href="#">burning</a><a href="#">UPlan</a>
<a href="#">skills of life</a><a href="#">拿捏合集</a><a href="#">破防瞬间</a>
<a href="#">造轮子合集</a><a href="#">永不放弃你!</a>
</div>
<div class="zone_info theme_look rough">
<h3>领地信息</h3>
<p>友情帮助: @很难说出口</p>
<p>领地目标: 走上人生巅峰!</p>
<p>领地使命: 因为热爱,所以存在。</p>
<p>领地管理者: @很难说出口</p>
</div>
</div>
</div>
<div class="footer">
<div class="info">
<a class="logo" href="./about.html"></a>
<ul>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
<div class="links clear_div">
<dl>
<dt>关于工作室</dt>
<dd><a href="./about.html">关于我们</a></dd>
<dd><a href="./about.html#join_us">加入我们</a></dd>
<dd><a href="./about.html#contact_us">联系我们</a></dd>
<dd><a href="./about.html#carrer">发展历程</a></dd>
</dl>
<dl>
<dt>星光风范</dt>
<dd><a href="./zone.html">星光领地</a></dd>
<dd><a href="./zone.html">星光公告</a></dd>
<dd><a href="https://starlight.feishu.cn/docs/doccnVG1ihNp41tPK6idcsNXuZc/">管理规范</a></dd>
<dd><a href="./zone.html#notice">有用工具</a></dd>
</dl>
<dl>
<dt>友情链接</dt>
<dd><a href="https://www.starlight.work/">真正的官网</a></dd>
<dd><a href="https://blog.kaikai.zone/">凯凯的博客</a></dd>
<dd><a href="https://user.qzone.qq.com/3260922891">安安的空间</a></dd>
<dd><a href="https://tatsukimengchen.github.io/devToolbox/">梦辰的博客</a></dd>
</dl>
</div>
<p style="text-align: center;">copyright© TheStarlightStudio All Rights Reserved</p>
</div>
</body>
</html>