added Back To Top functionality and Pankuzu list, Q and A Box, and Hamburger menu components

This commit is contained in:
2024-10-12 20:52:13 +09:00
parent 545ac73e0e
commit e99db9f8bd
80 changed files with 1413 additions and 723 deletions

View File

@@ -0,0 +1,6 @@
{
"/": "ホーム",
"/about": "クラブ情報",
"/news": "ニュース",
"/projects": "プロジェクト"
}

View File

@@ -18,6 +18,10 @@
"fourth": 1,
"fifth": 1
},
"advisorName": "佐藤 敦(さとう あつし)",
"advisor": {
"name": "佐藤 敦(さとう あつし)",
"department": "機械工学科",
"description": "精密加工に関する研究をされています。"
},
"headOfClub": "5年機械工学科 瀨 仁一郎"
}

View File

@@ -177,4 +177,10 @@
.markdown > h1 {
font-size: 2em;
}
.markdown > span {
& > p > a > img {
width: 16rem;
height: auto;
}
}
}