-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54725ab
commit c1b6103
Showing
85 changed files
with
27,093 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
*.mdx | ||
|
||
.next | ||
out | ||
pnpm-lock.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "地学部プラネタリウム", | ||
categoryId: "amusement", | ||
areaId: "hs-f3", | ||
room: "D組教室", | ||
name: "地学部", | ||
twitter: "asanotigaku", | ||
}; | ||
|
||
地学部の名物、プラネタリウムが 3 年ぶりに復活! | ||
日常生活に癒しを求めているそこのあなた! | ||
ここ、新子安に私たちが満天の星空を皆様にお届けします。 | ||
|
||
<Image src="a-esc-p/winter-triangle.jpeg" alt="" layout="fill" /> | ||
|
||
高校棟3階D組にぜひともお越しください! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "地学部", | ||
categoryId: "exhibition", | ||
areaId: "hs-f3", | ||
room: "E・F組教室", | ||
name: "地学部", | ||
twitter: "asanotigaku", | ||
}; | ||
|
||
化石、鉱物、天文、ロケット、気象などなど、部員の分かりやすい解説と展示を見ればあなたも地学が好きになること間違いなし!ぜひとも地学部に足を運んでみてはいかがでしょうか。 | ||
|
||
<Image src="a-esc/activities.jpeg" alt="" layout="fill" /> | ||
|
||
高校棟3階E・F教室でお待ちしております! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "生物部", | ||
categoryId: "exhibition", | ||
areaId: "hs-f1", | ||
room: "生物教室", | ||
name: "生物部", | ||
twitter: "asanobiology", | ||
}; | ||
|
||
生物部です。 | ||
今年もやります!大好評のマウス解剖実験、DNA 抽出実験、カメレース! | ||
そして今年はなんと、校内で保護された可愛いハリネズミの「ホゴちゃん」に会えます! | ||
その他たくさんの生き物たちや、標本、研究の成果等を展示しています。 | ||
是非お越しください! | ||
|
||
↓ 昨年の文化祭のメンバー | ||
|
||
<Image src="abc/members.jpeg" alt="その数、36 人以上!" layout="fill" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "化学部", | ||
categoryId: "exhibition", | ||
areaId: "hs-f3", | ||
room: "選択教室1・2", | ||
name: "化学部", | ||
twitter: "AsnChemClub", | ||
}; | ||
|
||
化学部は化学マジックと研究発表を行っています。 | ||
化学マジックでは、化学反応を利用したマジックを披露! | ||
化学の力が起こす不思議な現象をお楽しみください。 | ||
|
||
<Image src="acc/magic.jpeg" alt="" layout="fill" /> | ||
|
||
研究発表では、部員が各々好きなテーマについて行った実験の成果を発表します。 | ||
|
||
<Image | ||
src="acc/lecture.png" | ||
alt="例えば、振動反応の説明をしたりします。" | ||
layout="fill" | ||
/> | ||
|
||
ぜひお越しください! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "Asano Debating Union", | ||
categoryId: "exhibition", | ||
areaId: "hs-f4", | ||
room: "選択教室4", | ||
name: "ディベート部", | ||
url: "https://sites.google.com/asano.ed.jp/asanodebatingunion2/", | ||
twitter: "AsanoDebate", | ||
}; | ||
|
||
皆さんは「ディベート」と聞いて小難しい議論を思い浮かべるのではないでしょうか? | ||
しかし、実際にディベートは「知のスポーツ」と呼ばれるほど競技性の高い戦いなんです! | ||
今回は未経験の方にもわかりやすいように説明を入れた試合や、体験型も行うのでぜひ来てください! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "歴史研究部", | ||
categoryId: "exhibition", | ||
areaId: "hs-f5", | ||
room: "A・B組教室", | ||
name: "歴史研究部", | ||
url: "https://sites.google.com/view/rekiken/home", | ||
twitter: "C9HNp7FBM2tDjiK", | ||
}; | ||
|
||
歴史研究部は、歴史について様々なテーマを部単位で、あるいは個人で調べる部活です。 | ||
今年は勝者の視点で語られることの多い幕末を、幕府目線でとらえた展示を行っています。 | ||
二条城、韮山反射炉の模型のほか、動画、部誌など展示も充実! | ||
|
||
<Image src="ahsc/model.png" alt="" layout="fill" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "図書研究部", | ||
categoryId: "performance", | ||
areaId: "清話書林", | ||
room: "1階", | ||
name: "図書研究部", | ||
twitter: "toshoken9_kai", | ||
}; | ||
|
||
浅野が誇る図書館「清話書林」では図書研究部員がイチオシの本を片手に、書評合戦「ビブリオバトル」を繰り広げます。 | ||
部員がそれぞれの想いを書き連ねた部誌「Node」も配布しています。ぜひお越しください。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "折り紙研究会", | ||
categoryId: "exhibition", | ||
areaId: "hs-f4", | ||
room: "D組教室", | ||
name: "", | ||
}; | ||
|
||
浅野初の折り紙研究会! | ||
折り紙研究会が折るのは、「複雑系折り紙」と呼ばれる激ムズ折り紙! | ||
作品の展示や、折り紙についての豆知識、さらには折り紙を折るスペースもあります! | ||
ぜひ遊びに来てください! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "物理部展#2022", | ||
categoryId: "exhibition", | ||
areaId: "hs-f3", | ||
room: "A・B組教室", | ||
name: "物理部", | ||
url: "https://asanobuturi.github.io/", | ||
twitter: "Uchi54_APC", | ||
}; | ||
|
||
<Image src="apc/code.jpeg" alt="APC" layout="fill" /> | ||
|
||
物理部では今年も PC 班と電子工作班の作品を展示! | ||
毎年ご好評の PC ゲームや電子工作作品は昨年よりもパワーアップして登場! | ||
ぜひお越しください! | ||
|
||
<Image src="apc/blackboard.jpeg" alt="物理部展丼2022" layout="fill" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "クイズ研究会", | ||
categoryId: "amusement", | ||
areaId: "hs-f4", | ||
room: "選択教室3", | ||
name: "クイズ研究同好会", | ||
twitter: "asano_quiz", | ||
}; | ||
|
||
こんにちは。浅野クイズ研究会です。 | ||
皆さん、早押しクイズをやったことはあるでしょうか。 | ||
クイズ研究会では、早押しクイズの体験ができます! | ||
ぜひぜひクイズを楽しんでいってください。 | ||
|
||
<Image src="aqs/button.jpeg" alt="本格的な早押し機もあります!" layout="fill" /> | ||
|
||
でもそれだけじゃないですよ。 | ||
今年の文化祭では謎解きの展示もあります。 | ||
部員たちが工夫して作り上げた謎解きに挑んでみてはいかが? | ||
部誌もお楽しみに! | ||
|
||
<Image src="aqs/aqs.jpeg" alt="" layout="fill" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "鉄道研究部", | ||
categoryId: "exhibition", | ||
areaId: "hs-f5", | ||
room: "C・G組教室・選択教室5", | ||
name: "鉄道研究部", | ||
url: "https://asano-ara.amebaownd.com/", | ||
}; | ||
|
||
鉄道研究部です。今年のジオラマは神奈川を走る「あの」私鉄がモチーフ。 | ||
他にも部員が執筆した部誌の配布や模型の体験運転、クイズ、研究発表、壁研究など盛りだくさん!是非お越しください! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "ARCHERz", | ||
categoryId: "exhibition", | ||
areaId: "hs-f4", | ||
room: "A・B組教室", | ||
name: "アーチェリー部", | ||
twitter: "asano_archerz", | ||
}; | ||
|
||
みなさんアーチェリーに興味はありませんか? | ||
archerz では実際に練習用の弓矢を使って風船を割ることができます。 | ||
部員が丁寧に一から教えながら体験できるのでぜひチャレンジしてみてください。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "ASET 浅野学園特撮研究会", | ||
categoryId: "exhibition", | ||
areaId: "jhs-f5", | ||
room: "B組教室", | ||
name: "", | ||
twitter: "ASETtokusatu", | ||
}; | ||
|
||
ASET では、特撮に興味のある浅野生が集まって、研究をしたりアクションの撮影をしたりしています。 | ||
|
||
昨年度の撮影の様子 | ||
|
||
<Image | ||
src="aset/shooting.jpeg" | ||
alt="はとてもアクロバティックです。" | ||
layout="fill" | ||
/> | ||
|
||
昨年度の展示内容 | ||
|
||
<Image | ||
src="aset/exhibition.jpeg" | ||
alt="は撮影で使用する小道具などです。" | ||
layout="fill" | ||
/> | ||
|
||
── 今年の展示内容 ── | ||
|
||
今年の展示のテーマは「タッグ」です。タッグといえばもちろん......!? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "あさのあそばせ", | ||
categoryId: "amusement", | ||
areaId: "jhs-f4", | ||
room: "A組教室", | ||
name: "", | ||
}; | ||
|
||
高校生有志が運営する、麻雀、ポーカー等がプレイできる遊戯施設です。 | ||
おひとり様や団体様も大歓迎。中学棟4階でお待ちしています。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "浅野学園吹奏楽部", | ||
categoryId: "performance", | ||
areaId: "arena", | ||
room: "ステージ", | ||
name: "吹奏楽部", | ||
url: "https://sites.google.com/asano.ed.jp/windorch/home", | ||
twitter: "AsanoWindOrch", | ||
}; | ||
|
||
浅野学園吹奏楽部は、クラシカルな曲から J-pop まで様々な楽曲を様々な技巧を凝らして演奏します。 | ||
|
||
<Image src="awo/playing.png" alt="" layout="fill" /> | ||
|
||
打越アリーナで一緒に盛り上がりましょう! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "浅野書道 2022", | ||
categoryId: "exhibition", | ||
areaId: "jhs-f5", | ||
room: "E・F組教室", | ||
name: "書道部", | ||
}; | ||
|
||
書道部では、学芸書道展の作品など日常活動での個人作品と、「旅」をテーマとした合作の作品を展示しています。 | ||
また、しおりやうちわの作成ができるワークショップも行っています! | ||
ぜひ見に来てください。 | ||
(写真は昨年度の展示です) | ||
|
||
<Image src="calligraphy/works1.jpeg" alt="" layout="fill" /> | ||
<Image src="calligraphy/works2.jpeg" alt="" layout="fill" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "カードゲーム浅野", | ||
categoryId: "amusement", | ||
areaId: "jhs-f4", | ||
room: "C組教室", | ||
name: "", | ||
}; | ||
|
||
カードゲーム浅野では、主にデュエルマスターズ、遊戯王の対戦や展示、ルールの講演会を行っています。 | ||
また、めざめるパワー打越とのコラボでポケモンカードの企画も。 | ||
貸し出し用のデッキも用意していますので、是非お立ち寄りください! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "登山部", | ||
categoryId: "exhibition", | ||
areaId: "jhs-f5", | ||
room: "C組教室", | ||
name: "登山部", | ||
}; | ||
|
||
登山部では、実際に使用しているテントなど登山道具やキャンプ道具、料理道具から、部員達による山の豆知識まで様々な展示を行っています。 | ||
|
||
<Image | ||
src="climbing/tent.jpeg" | ||
alt="登山中はテントで夜を過ごします。" | ||
layout="fill" | ||
/> | ||
|
||
また、部誌も配布しております!部誌には登山部員の切実な本音も……? | ||
|
||
<Image src="climbing/mountain.jpeg" alt="" layout="fill" /> | ||
|
||
是非登山の雰囲気を味わっていってください! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import Image from "@/components/base/image"; | ||
|
||
export const META = { | ||
title: "Cooland", | ||
categoryId: "amusement", | ||
areaId: "arena", | ||
room: "卓球場", | ||
name: "卓球部", | ||
}; | ||
|
||
卓球部が企画する「Cooland」では、部員とのハンデ戦・本気戦はもちろんのこと、ラケットとボールを使ったミニゲームを楽しむこともできます!! | ||
是非一度、卓球場に足を運んでみてください! | ||
道場破りも、お待ちしています(笑) |
Oops, something went wrong.