diff --git a/README.md b/README.md index 434a83f..06f145f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DropOut -「DropOut」は、yuki540のポートフォリオサイトのversion_6.0.0です。 +「DropOut」は、yui540のポートフォリオサイトのversion_6.0.0です。 『僕は魔法少女-----そう思っていた』 @@ -10,8 +10,8 @@ - このサイトでの推しキャラ - ガヴリール(ガヴリールドロップアウト) - デザイン・モーション・コーディング - - yuki540 - - [Twitter - @eriri_jp](https://twitter.com/eriri_jp) + - yui540 + - [Twitter - @yui540](https://twitter.com/yui540) ## 50秒越えの圧倒的CSS Animation このサイトのアニメーション部分は全てCSS Animationで実現されています。 diff --git a/public/images/profile/yui540.png b/public/images/profile/yui540.png new file mode 100644 index 0000000..8974a21 Binary files /dev/null and b/public/images/profile/yui540.png differ diff --git a/public/images/profile/yuki540.png b/public/images/profile/yuki540.png deleted file mode 100644 index ffcffb2..0000000 Binary files a/public/images/profile/yuki540.png and /dev/null differ diff --git a/public/index.html b/public/index.html index d5c3ad1..2c1931a 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ ################################################################ - Designed by yuki540. + Designed by yui540. --> DropOut @@ -379,10 +379,10 @@

ようこそ、魔法少女サイトへ

- + - + @@ -390,7 +390,7 @@
- + でシェアする
@@ -412,7 +412,7 @@
-

yuki540

+

yui540

LocationWakayama, Japan diff --git a/src/scss/modules/pc/_profile.scss b/src/scss/modules/pc/_profile.scss index df0a76b..ce0513a 100644 --- a/src/scss/modules/pc/_profile.scss +++ b/src/scss/modules/pc/_profile.scss @@ -21,7 +21,7 @@ content: ""; display: block; width: 100%; height: 100%; border-radius: 50%; - background-image: url(../images/profile/yuki540.png); + background-image: url(../images/profile/yui540.png); background-size: cover; background-position: center; } diff --git a/src/scss/modules/sp/_profile.scss b/src/scss/modules/sp/_profile.scss index ebce078..f3e4b17 100644 --- a/src/scss/modules/sp/_profile.scss +++ b/src/scss/modules/sp/_profile.scss @@ -18,7 +18,7 @@ content: ""; display: block; width: 100%; height: 100%; border-radius: 50%; - background-image: url(../images/profile/yuki540.png); + background-image: url(../images/profile/yuk540.png); background-size: cover; background-position: center; } diff --git a/src/scss/modules/tablet/_profile.scss b/src/scss/modules/tablet/_profile.scss index 26dad3b..6290b8b 100644 --- a/src/scss/modules/tablet/_profile.scss +++ b/src/scss/modules/tablet/_profile.scss @@ -21,7 +21,7 @@ content: ""; display: block; width: 100%; height: 100%; border-radius: 50%; - background-image: url(../images/profile/yuki540.png); + background-image: url(../images/profile/yui540.png); background-size: cover; background-position: center; }