-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
123 lines (111 loc) · 5.63 KB
/
about.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>
<head>
<meta charset="utf-8">
<meta content="width=device-width,user-scalable=no" name="viewport">
<title>关于我们</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700">
<link rel="stylesheet" href="./argon.min.css" type="text/css">
</head>
<body>
<div class="main-content" id="panel">
<div class="header bg-pink pb-6">
<div class="container-fluid">
<div class="header-body">
<div class="row align-items-center py-4">
<div class="col-lg-6 col-7">
<h6 class="h2 text-white d-inline-block mb-0">关于我们</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid mt--6">
<div class="row">
<div class="col-xl-8 center">
<div class="card">
<div class="card-body">
<h2 class="card-header" style="text-align:center">心路历程
</h2>
<p class="card-text mb-4">
<p>
陌生人,非常感谢你完成了这个游戏。
<br> 这是我们第三次设计解密游戏,也是我们策划和准备时间最长的一次。
<br> 我们在2022年1月19日正式决定开始制作这次解密,在此之前,我们曾做过2021年新春解密和2021年七夕解密
<br> 前两次我们只在某安进行宣传,而这次出于某种原因,我们选择了多平台发布,其中包括B站。
<br> 在之前的活动里面,虽然发生了一些不愉快的事情,但是这不会成为我们的阻碍,只会让我们更加努力去打造一次完美的游戏体验。
<br> 我们一路走来,离不开那些曾经支持过我们的朋友,是因为你们的热爱,我们才决定要竭尽全力创作这次新春解密。
<br> 我们感谢每一个参与这次活动的玩家,因为你们,这次活动才有了意义。
<br> 千言万语说不出,留下的只有历史和感谢。
<br> 我们有缘再见。
</p>
</p>
</div>
</div>
<!-- 此处编写逻辑 -->
<div class="card">
<div class="card-header">
<h3 class="mb-0">制作团队</h3>
</div>
<div class="card-body" style="text-align:center">
<form>
<table width="90%" cellpadding="4" cellspacing="4">
<tr>
<td>
总策划
</td>
<td>
网站前端
</td>
<td>
网站后端
</td>
<td>
剧情
</td>
</tr>
<tr>
<td><img src="img/sjss.png" style="max-width: 50%;max-height: 50% ; object-fit:contain;width:auto;
height:auto;"></td>
<td><img src="img/seimo.png" style="max-width: 50%;max-height: 50% ; object-fit:contain;width:auto;
height:auto;"></td>
<td><img src="img/gn.png" style="max-width: 50%;max-height: 50% ; object-fit:contain;width:auto;
height:auto;"></td>
<td><img src="img/sjy.png" style="max-width: 50%;max-height: 50% ; object-fit:contain;width:auto;
height:auto;"></td>
</tr>
<tr>
<td>世界三傻</td>
<td>Seimo</td>
<td>光年.</td>
<td>苏酒衿</td>
</tr>
<tr>
<td><a href="http://www.coolapk.com/u/1267456">酷安主页</a> </td>
<td><a href="https://space.bilibili.com/354243662">B站主页</a>/<a href="https://seimo.cn">博客</a></td>
<td><a href="http://blog.gngzs.top/">博客</a></td>
<td><a href="https://space.bilibili.com/2115738369">B站主页</a></td>
</tr>
</table>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="./jquery.min.js"></script>
<script src="./bootstrap.bundle.min.js"></script>
</body>
<footer>
<div class="card">
<div class="card-header" style="text-align:center">
联系我们:[email protected]
<br> 官方鹅群:542645899
<br>本游戏策划团队版权所有,遵循AGPL开源协议。游戏所有源码将于结束后开源,可关注B站@Seimo 或加入官方鹅群获取详情</div>
</div>
</footer>
</html>