diff --git a/data/year_2024/general.yml b/data/year_2024/general.yml index 1bd8f93..981a3fb 100644 --- a/data/year_2024/general.yml +++ b/data/year_2024/general.yml @@ -33,3 +33,6 @@ call_for_lt: いわゆる「ライトニングトーク」形式で、キーボードにかける思いを5分間で語ってくれるトークを募集しています。 url: https://docs.google.com/forms/d/e/1FAIpQLSd5RJ3m8CrmXaf66j2aPI48JSZBV58TRSZ9UZtQfw8gpoGdBg/viewform license: This work by KeebKaigi Team is licensed under a Creative Commons Attribution 4.0 Unported License. +design_sources: + text: Keynotes, Rabbit用テンプレート・デザイン素材 + url: https://esa-pages.io/p/sharing/3/posts/12845/3fd6e6b704ad3c8b82d1.html diff --git a/source/partials/2024/_footer.html.haml b/source/partials/2024/_footer.html.haml index c656fa1..96b313e 100644 --- a/source/partials/2024/_footer.html.haml +++ b/source/partials/2024/_footer.html.haml @@ -20,5 +20,10 @@ = link_to "@#{member}", "https://twitter.com/#{member}", target: '_blank' + .footer__design-sources + = link_to d.general.design_sources.url, + target: '_blank' do + %i.fa-solid.fa-caret-right + = d.general.design_sources.text .footer__license = d.general.license diff --git a/source/stylesheets/2024/_footer.css.sass b/source/stylesheets/2024/_footer.css.sass index b7ba4a1..b52bd75 100644 --- a/source/stylesheets/2024/_footer.css.sass +++ b/source/stylesheets/2024/_footer.css.sass @@ -140,3 +140,10 @@ $footer-logo-size: 16rem +mq margin: 1rem 0 0 + +.footer__design-sources + font-size: 0.7rem + font-weight: normal + text-align: left + margin-top: 1rem + font-family: 'Zen Kaku Gothic New', sans-serif