update: 自分の名前を変更
This commit is contained in:
parent
e2775887d4
commit
9eda0787dd
@ -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で実現されています。
|
||||
|
||||
BIN
public/images/profile/yui540.png
Normal file
BIN
public/images/profile/yui540.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 196 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 232 KiB |
@ -11,7 +11,7 @@
|
||||
|
||||
################################################################
|
||||
|
||||
Designed by yuki540.
|
||||
Designed by yui540.
|
||||
|
||||
-->
|
||||
<title>DropOut</title>
|
||||
@ -379,10 +379,10 @@
|
||||
<div class="message"><h3>ようこそ、魔法少女サイトへ</h3></div>
|
||||
</section>
|
||||
<section class="top-page__sns">
|
||||
<a title="Twitter" href="https://twitter.com/eriri_jp" target="_blank">
|
||||
<a title="Twitter" href="https://twitter.com/yui540" target="_blank">
|
||||
<i class="fab fa-twitter"></i>
|
||||
</a>
|
||||
<a title="GitHub" href="https://github.com/yuki540net" target="_blank">
|
||||
<a title="GitHub" href="https://github.com/yui540" target="_blank">
|
||||
<i class="fab fa-github"></i>
|
||||
</a>
|
||||
<a title="はてなブログ" href="https://yuki540.hatenablog.jp/archive" target="_blank">
|
||||
@ -390,7 +390,7 @@
|
||||
</a>
|
||||
</section>
|
||||
<section class="top-page__share-btn">
|
||||
<a target="_blank" href="http://twitter.com/intent/tweet?url=https://magical-girl.site&text=DropOut 『僕は魔法少女------そう思っていた』 / @eriri_jp">
|
||||
<a target="_blank" href="http://twitter.com/intent/tweet?url=https://magical-girl.site&text=DropOut 『僕は魔法少女------そう思っていた』 / @yui540">
|
||||
<i class="fab fa-twitter"></i>でシェアする
|
||||
</a>
|
||||
</section>
|
||||
@ -412,7 +412,7 @@
|
||||
</section>
|
||||
<section class="profile-page__body">
|
||||
<div class="icon"><div></div><div></div><div></div><div></div></div>
|
||||
<h3 class="name">yuki540</h3>
|
||||
<h3 class="name">yui540</h3>
|
||||
<div class="info">
|
||||
<div class="info-li">
|
||||
<span>Location</span><span>:</span><span>Wakayama, Japan</span>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user