-
-
Notifications
You must be signed in to change notification settings - Fork 0
change: footerのスタイルを変更 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<a href="/code-of-conduct">行動規範</a> | ||
<a href="/sitemap">サイトマップ</a> | ||
<a href="/privacy">プライバシーポリシー</a> | ||
<a href="{{site.contact}}" target="_blank">お問い合わせ</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
お問い合わせのリンクは、お問い合わせGoogleフォームにした。
<nav class="footer-links"> | ||
<a href="/">ホーム</a> | ||
<a href="/code-of-conduct">行動規範</a> | ||
<a href="/sitemap">サイトマップ</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
サイトマップのページが現状ないので、/sitemap
としておいた。
_sass/includes/footer.scss
Outdated
@@ -1,74 +1,81 @@ | |||
@use '../global/variables' as *; | |||
$footer-link-hover: #7cc224; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これは興味本位の質問ですが、この色ってどこから持ってきた色ですか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この色ですが、どれを使えば良いか分からなかったので、ロゴの「Inspire Next.」の色に近いものを使っています。
セルフレビュー時に、そのことを書いておくべきでした。すみません🙇♀️
将来的にホバー時の色は統一されると思うので、variables.scssに追加するのが良いと思いました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
042ed88 こちらでvariables.scssからホバーした際の色を参照するようにしました。
現状は、黄色にしていますが今後変更する予定です。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OKです!
いい判断だと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
フッターがしっかりあるとちょっと見た目がそれっぽくなっていいですね
ありがとうございます。
これでOKと思いますが、1点気になって質問しているのでそれだけちょっと答えてもらいたいです。
Approveしました! |
フッターのデザインを適応しました。

↓変更後のデザイン