Skip to content

Commit 968a23c

Browse files
committed
JS
1 parent ebc5646 commit 968a23c

File tree

6 files changed

+51
-13
lines changed

6 files changed

+51
-13
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 AyagawaSeirin
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

assets/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
}
1212
#rin-headimg{
13-
background-image: url('https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/img/logo.jpg');
13+
background-image: url('https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/img/logo.jpg');
1414
border-radius: 50%;
1515
height: 150px;
1616
width:150px;

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121
background-attachment: fixed;
2222
background-position: 50% 50%;
2323
background-color: #818181;
24-
background-image: url('https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/img/background.jpg');
24+
background-image: url('https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/img/background.jpg');
2525
}
2626
#rin-bg:after {
2727
top: 0;

assets/js/main.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

detaile.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1+
<!--
2+
* AyagawaSeirin's Page
3+
* Last Update: 2020-02-05
4+
* GitHub: https://github.com/AyagawaSeirin/
5+
* Made with love by AyagawaSeirin [https://qwq.best/]
6+
* 此个人主页运行于GithubPages,如果你也想使用,在我的公开仓库内即可找到源码。您可以任意修改,但请注明本原作者。
7+
-->
18
<html lang="zh-CN">
29
<head>
310
<meta charset="utf-8">
411
<title>皮皮凛凛姬 | 绫川星凛</title>
512
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
6-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/mdui/css/mdui.min.css">
7-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/css/main.css">
8-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/css/detaile.css">
13+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/mdui/css/mdui.min.css">
14+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/css/main.css">
15+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/css/detaile.css">
916
<link rel="stylesheet" href="//at.alicdn.com/t/font_1625701_yqfsv6kz1w9.css">
10-
<link rel="icon" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/img/logo-circul-100.png">
17+
<link rel="icon" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/img/logo-circul-100.png">
1118
<script>
1219
var _hmt = _hmt || [];
1320
(function() {
@@ -215,7 +222,7 @@
215222
target="_blank"><span class="iconfont iconlab"></span> 实验室</a>
216223

217224
<a class="mdui-btn mdui-btn-raised rin-btn rin-btn-pink" href="http://suki.house/"
218-
target="_blank">sukiHouse</a>
225+
target="_blank" style="text-transform: none!important;">sukiHouse</a>
219226
</div>
220227

221228
<div class="rin-card-part" id="contact">
@@ -269,6 +276,7 @@
269276
</div>
270277
</div>
271278
</main>
272-
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/mdui/js/mdui.min.js"></script>
279+
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/mdui/js/mdui.min.js"></script>
280+
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/js/main.js"></script>
273281
</body>
274282
</html>

index.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
<!--
2+
* AyagawaSeirin's Page
3+
* Last Update: 2020-02-05
4+
* GitHub: https://github.com/AyagawaSeirin/
5+
* Made with love by AyagawaSeirin [https://qwq.best/]
6+
* 此个人主页运行于GithubPages,如果你也想使用,在我的公开仓库内即可找到源码。您可以任意修改,但请注明本原作者。
7+
-->
18
<html lang="zh-CN">
29
<head>
310
<meta charset="utf-8">
411
<title>皮皮凛凛姬 | 绫川星凛</title>
512
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
6-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/mdui/css/mdui.min.css">
7-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/css/main.css">
8-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/css/index.css">
9-
<link rel="icon" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/img/logo-circul-100.png">
13+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/mdui/css/mdui.min.css">
14+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/css/main.css">
15+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/css/index.css">
16+
<link rel="icon" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/img/logo-circul-100.png">
1017
<script>
1118
var _hmt = _hmt || [];
1219
(function() {
@@ -29,6 +36,7 @@
2936
<footer id="rin-footer">
3037
<div>© 2015 - 2020 Seirin | Made with love by Seirin | BG: <a href="https://www.pixiv.net/artworks/56652667" id="bg-link" target="_blank">Pixiv</a></div>
3138
</footer>
32-
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/mdui/js/mdui.min.js"></script>
39+
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/mdui/js/mdui.min.js"></script>
40+
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/js/main.js"></script>
3341
</body>
3442
</html>

0 commit comments

Comments
 (0)