Skip to content

Commit

Permalink
JS
Browse files Browse the repository at this point in the history
  • Loading branch information
AyagawaSeirin committed Feb 4, 2020
1 parent ebc5646 commit 968a23c
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 13 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 AyagawaSeirin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
}
#rin-headimg{
background-image: url('https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/img/logo.jpg');
background-image: url('https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/img/logo.jpg');
border-radius: 50%;
height: 150px;
width:150px;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {
background-attachment: fixed;
background-position: 50% 50%;
background-color: #818181;
background-image: url('https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/img/background.jpg');
background-image: url('https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/img/background.jpg');
}
#rin-bg:after {
top: 0;
Expand Down
1 change: 1 addition & 0 deletions assets/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

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

<div class="rin-card-part" id="contact">
Expand Down Expand Up @@ -269,6 +276,7 @@
</div>
</div>
</main>
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/[email protected]/mdui/js/mdui.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/[email protected]/mdui/js/mdui.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/[email protected]/assets/js/main.js"></script>
</body>
</html>
18 changes: 13 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<!--
* AyagawaSeirin's Page
* Last Update: 2020-02-05
* GitHub: https://github.com/AyagawaSeirin/
* Made with love by AyagawaSeirin [https://qwq.best/]
* 此个人主页运行于GithubPages,如果你也想使用,在我的公开仓库内即可找到源码。您可以任意修改,但请注明本原作者。
-->
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>皮皮凛凛姬 | 绫川星凛</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/mdui/css/mdui.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/css/index.css">
<link rel="icon" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.0/assets/img/logo-circul-100.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/mdui/css/mdui.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/css/index.css">
<link rel="icon" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.1/assets/img/logo-circul-100.png">
<script>
var _hmt = _hmt || [];
(function() {
Expand All @@ -29,6 +36,7 @@
<footer id="rin-footer">
<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>
</footer>
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/[email protected]/mdui/js/mdui.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/[email protected]/mdui/js/mdui.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/AyagawaSeirin/[email protected]/assets/js/main.js"></script>
</body>
</html>

0 comments on commit 968a23c

Please sign in to comment.