66 < title > {{ block "title" . }}{{ .Title }} | {{ .Site.Title }}{{ end }}</ title >
77 < meta name ="description " content ="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }} ">
88 < link rel ="canonical " href ="{{ .Permalink }} ">
9+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
10+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
11+ < link href ="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap " rel ="stylesheet ">
912 < link rel ="stylesheet " href ="{{ "css /style.css" | relURL }}">
1013 {{ block "head" . }}{{ end }}
1114</ head >
1215< body >
16+ < a class ="skip-link " href ="#main-content "> 本文へスキップ</ a >
1317 < header class ="site-header ">
18+ < div class ="site-header__accent " aria-hidden ="true "> </ div >
1419 < div class ="site-header__inner ">
15- < h1 class ="site-title ">
16- < a href ="{{ "" | relLangURL }}"> {{ .Site.Title }}</ a >
17- </ h1 >
18- < nav aria-label ="メインナビゲーション ">
20+ < div class ="site-brand ">
21+ < a href ="{{ "" | relLangURL }}" class="site-brand__link">
22+ < span class ="site-brand__logo "> FIVESCUP</ span >
23+ < span class ="site-brand__tagline "> S5Works 主催 · CS2 / VALORANT</ span >
24+ </ a >
25+ </ div >
26+ < nav class ="site-nav-wrap " aria-label ="メインナビゲーション ">
1927 < ul class ="site-nav ">
2028 < li > < a href ="{{ "" | relLangURL }}"{{ if .IsHome }} aria-current="page"{{ end }}> ホーム</ a > </ li >
2129 < li > < a href ="{{ "about-fivescup /" | relLangURL }}"{{ if in .RelPermalink "/about-fivescup/" }} aria-current="page "{{ end }} > FIVESCUPとは?</ a > </ li >
@@ -25,12 +33,31 @@ <h1 class="site-title">
2533 </ nav >
2634 </ div >
2735 </ header >
28- < main class ="main ">
36+ < main id =" main-content " class ="main " tabindex =" -1 ">
2937 {{ block "main" . }}{{ end }}
3038 </ main >
3139 < footer class ="site-footer ">
3240 < div class ="site-footer__inner ">
33- < p > {{ .Site.Title }}</ p >
41+ < div class ="site-footer__top ">
42+ < div class ="site-footer__brand ">
43+ < span class ="site-footer__name "> FIVESCUP</ span >
44+ < span class ="site-footer__desc "> {{ .Site.Params.description }}</ span >
45+ </ div >
46+ < nav class ="site-footer__nav " aria-label ="フッターナビゲーション ">
47+ < ul >
48+ < li > < a href ="{{ "" | relLangURL }}"> ホーム</ a > </ li >
49+ < li > < a href ="{{ "about-fivescup /" | relLangURL }}"> FIVESCUPとは?</ a > </ li >
50+ < li > < a href ="{{ "rules /" | relLangURL }}"> 大会共通ルール</ a > </ li >
51+ < li > < a href ="{{ "posts /" | relLangURL }}"> 投稿一覧</ a > </ li >
52+ </ ul >
53+ </ nav >
54+ </ div >
55+ < div class ="site-footer__bottom ">
56+ < p class ="site-footer__copy "> © {{ now.Format "2006" }} S5Works · {{ .Site.Title }}</ p >
57+ < p class ="site-footer__host ">
58+ < a href ="https://github.com/FIVESCUP/fivescup.github.io " rel ="noopener noreferrer "> GitHub</ a >
59+ </ p >
60+ </ div >
3461 </ div >
3562 </ footer >
3663</ body >
0 commit comments