added twitter and modified copyright

This commit is contained in:
2020-07-28 13:43:45 +09:00
parent 68b89d7ca2
commit dbe12e3c86
4 changed files with 18 additions and 2 deletions

View File

@@ -83,9 +83,12 @@ function App(): JSX.Element {
</div>
<div className={style.footer}>
<div className={style.footerText}>
<p>©ATLUS ©SEGA All Rights Reserved.</p>
<p><a href='https://www.atlus.co.jp/copyright/' rel='noopener noreferrer' target='_blank'>©ATLUS</a> ©SEGA All Rights Reserved.</p>
<p>ATLUS様のページとは異なるユーザーサイトです</p>
<p><a href='https://www.atlus.co.jp/copyright/' rel='noopener noreferrer' target='_blank'>ATLUS</a></p>
<p>ATLUS様に出されないよ</p>
</div>
<div className={style.twitter}>
<a href='https://twitter.com/catherine_f_c' rel='noopener noreferrer' target='_blank'>&nbsp;</a>
</div>
<div className={style.twitch}>
<a href='https://www.twitch.tv/catherine_faito_crab' rel='noopener noreferrer' target='_blank'>&nbsp;</a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -133,6 +133,19 @@
height: 70px;
}
}
.twitter {
float: right;
width: 70px;
height: 70px;
margin: 0 20px;
background-image: url('./static/img/twitter.png');
background-size: contain;
&> a {
display:block;
width: 70px;
height: 70px;
}
}
.youtube {
float: right;
width: 100px;