added Back To Top functionality and Pankuzu list, Q and A Box, and Hamburger menu components
This commit is contained in:
6
assets/pankuzuEntries.json
Normal file
6
assets/pankuzuEntries.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"/": "ホーム",
|
||||
"/about": "クラブ情報",
|
||||
"/news": "ニュース",
|
||||
"/projects": "プロジェクト"
|
||||
}
|
||||
@@ -18,6 +18,10 @@
|
||||
"fourth": 1,
|
||||
"fifth": 1
|
||||
},
|
||||
"advisorName": "佐藤 敦(さとう あつし)",
|
||||
"advisor": {
|
||||
"name": "佐藤 敦(さとう あつし)",
|
||||
"department": "機械工学科",
|
||||
"description": "精密加工に関する研究をされています。"
|
||||
},
|
||||
"headOfClub": "5年機械工学科 瀨 仁一郎"
|
||||
}
|
||||
|
||||
@@ -177,4 +177,10 @@
|
||||
.markdown > h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
.markdown > span {
|
||||
& > p > a > img {
|
||||
width: 16rem;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user