-
Notifications
You must be signed in to change notification settings - Fork 0
/
creations.html
318 lines (249 loc) · 7.66 KB
/
creations.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>淺川 / 作品集</title>
<style>
*::selection{
background-color: rgba(0, 0, 0, 0.3);
}
h1 {
font-size: 70px;
letter-spacing: 10px;
}
h2{
font-size: 40px;
letter-spacing: 2px;
}
p {
font-size: 20px;
letter-spacing: 2px;
line-height: 40px;
}
body {margin:0;}
@media screen and (max-width: 600px){
h1 {
font-size: 40px;
letter-spacing: 7px;
}
p {
font-size: 15px;
letter-spacing: 2px;
line-height: 25px;
}
h2{
font-size: 25px;
}
}
.containment {
margin: 100px;
margin-left: 10%;
margin-right: 10%;
}
@media screen and (max-width: 1000px) {
.origin-story img {
width: 280px;
height: 295px;
}
}
</style>
</head>
<body>
<div class="bar">
<link rel="stylesheet" type="text/css" href="./CSS/head.css">
<ul class="topbar">
<li class="bar-main"><a href="javascript:void(0)"><strong>作品集</strong></a></li>
<li><a href="./index.html">主页</a></li>
<li><a href="https://blog.shirori-net.work/">部落格</a></li>
<li><a href="./opensource.html">开源协议</a></li>
</ul>
</div>
<div class="background">
<span class="d d1"></span>
<span class="d d2"></span>
</div>
<div class="Notifiction containment">
<h1>作品集</h1>
<p>某个瞬间,创意与灵感的迸发,交织出一首华美的乐章。</p>
<p>这里存放的是我的作品,也是对我来说弥足珍贵的回忆与梦想。</p>
<p>媒体内容将用<span style="color: #238cc0; ">蓝色</span>边栏表示,程序将用<span style="color: #2fa020;">绿色</span>边栏表示。</p>
<p>外部链接将用<span style="color: #b81515; ">红色</span>边栏表示,未定则以<strong>原色</strong>边栏表示。</p>
<p>您可以随意下载或分发此处提供的内容,但请遵守本站<a href="./opensource.html#aboutCreations" style="color: rgb(84, 70, 63); "><em>开源协议</em></a>中有关的表述。</p>
</div>
<div class="working containment">
<h2 class="textline">正在制作或构思的内容</h2>
<!-- 程序部分 -->
<div class="textline">
<div class="items prog">
<a href="javascript:void(0)">Codename: Simulator
<p>一个基于Godot Engine制作的游戏</p></a>
</div>
<div class="items prog">
<a href="javascript:void(0)">岛 Island
<p>正如你所见,就是这个页面本身</p></a>
</div>
<div class="items prog">
<a href="javascript:void(0)">想法 Ideas
<p>该如何抓住稍纵即逝的灵感</p></a>
</div>
</div>
<br>
<!-- 音乐部分 -->
<div class="textline">
<div class="items mus">
<a href="javascript:void(0)">Codename: Simulator OST
<p>为正在制作的游戏创作的原声带</p></a>
</div>
<div class="items mus">
<a href="javascript:void(0)">在旅途的终点相会
<p>在旅途中的所见与所想(暂未开始)</p></a>
</div>
<div class="items mus"><a href="https://music.163.com/album?id=141320472" target="_blank">失乐园 Paradise Lost
<p>自2022年开始制作的专辑。</p></a>
</div>
</div>
</div>
</div>
<br>
<div class="finished containment">
<h2 class="textline">已经完成的内容</h2>
<!-- 音乐部分 -->
<div class="textline">
<div class="items mus">
<a href="https://github.com/ChenxiNeko/Selected-Disc-A" target="_blank">Selected 拾遗集 Disc A
<p>过去制作的作品选集。下载约需50M流量</p></a>
</div>
<div class="items out">
<a href="https://music.163.com/#/artist?id=12287244" target="_blank">网易云歌手页 浅川晨曦
<p>那里存放着的是我仍未消散的梦想</p></a>
</div>
</div>
</div>
<style>
body {
background-color: #EBDFE5;
color: rgb(84, 70, 63);
}
.items {
border-left: 5px solid;
position: relative;
float: left;
margin-right: 10px;
margin-bottom: 100px;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
width: 450px;
}
.mus {
border-color: #238cc0;
}
.out {
border-color: #b81515;
}
.prog {
border-color: #2fa020;
}
.items a {
color: rgb(84, 70, 63);
font-size: 30px;
text-decoration: none;
transition: all .5s;
}
.items a p {
font-size: 15px;
line-height: 0px;
margin-top: 10px;
}
.items a::before {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: 0;
background-color: #54463f;
width: 0;
height: 100%;
transition: .2s all ease-in-out;
}
.mus a::before {
background-color: #238cc0;
}
.prog a::before {
background-color: #2fa020;
}
.out a::before{
background-color: #b81515;
}
.items:hover a {
color: aliceblue;
}
.items:hover a::before {
width: 90%;
}
@media screen and (max-width:800px) {
.items {
margin-right: 5px;
width: 90%;
margin-bottom: 30px;
}
.items:hover a::before {
width: 100%;
}
.items a {
font-size: 20px;
}
.items a p {
font-size: 12px;
}
}
.textline {
clear: both;
}
.background {
position: fixed;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.background span.d {
width: 30000px;
height: 30000px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -0%) rotate(-45deg);
transform-origin: 50% 0%;
display: inline-block;
background: rgba(84, 70, 63, .0295);
}
@keyframes rotate {
from {
transform: translate(-50%, -0%) rotate(-45deg);
}
to {
transform: translate(-50%, -0%) rotate(315deg);
}
}
@keyframes rotate_reverse {
from {
transform: translate(-50%, -0%) rotate(-30deg);
}
to {
transform: translate(-50%, -0%) rotate(330deg);
}
}
.background span.d1 {
transform: translate(-50%, -0%) rotate(-45deg);
animation: rotate linear 60s infinite;
}
.background span.d2 {
transform: translate(-50%, -0%) rotate(-30deg);
animation: rotate_reverse linear 75s infinite;
}
</style>
</body>
</html>