diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ed92b6b --- /dev/null +++ b/LICENSE @@ -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. \ No newline at end of file diff --git a/assets/css/index.css b/assets/css/index.css index f2c7552..9c60760 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -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; diff --git a/assets/css/main.css b/assets/css/main.css index f1eb312..89ced1a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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; diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..c0a46c8 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1 @@ +console.log("\n %c Made with love %c by AyagawaSeirin | qwq.best ","color:#444;background:#eee;padding:5px 0;","color:#F8F8FF;background:#F4A7B9;padding:5px 0;"); \ No newline at end of file diff --git a/detaile.html b/detaile.html index ea6d7d9..95df675 100644 --- a/detaile.html +++ b/detaile.html @@ -1,13 +1,20 @@ +