-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from Kanae-Chofu/master
作品展示を追加しました(11/18)
- Loading branch information
Showing
4 changed files
with
96 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
body{ | ||
margin: 20px; | ||
padding: 0; | ||
box-sizing: border-box; | ||
font-family: "Open Sans", sans-serif; | ||
background-color: black; | ||
color: aliceblue; | ||
} | ||
|
||
h1{ | ||
color: aqua; | ||
text-align: center ; | ||
} | ||
|
||
h2{ | ||
color: aqua; | ||
text-align: center ; | ||
} | ||
|
||
h3{ | ||
color: paleturquoise; | ||
} | ||
|
||
a{ | ||
color: paleturquoise; | ||
} |
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,64 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>工学研究部調布祭用ホームページ(仮の仮)</title> | ||
<html lang="en"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<link href="cyohusaiv0.css" rel="stylesheet" type="text/css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> | ||
</head> | ||
<body> | ||
<h1> 第74回調布祭特設サイト(仮)</h1> | ||
|
||
<p> | ||
工学研究部は2024年度の調布祭で | ||
<ul> | ||
<li>モナ工研</li> | ||
<li>ロボット動物園</li> | ||
<li>電子工作体験</li> | ||
<li>部員の作品展示</li> | ||
<li>フリーマーケット</li> | ||
<li>部報の頒布</li> | ||
</ul> | ||
などを行います。 | ||
</p> | ||
<h2>どっかのきょうしつ</h2> | ||
でお待ちしています。 | ||
|
||
<h2>調布祭で行うイベント</h2> | ||
<h3>モナ工研</h3> | ||
<p>クレーンゲームやガシャポンなどで遊ぶことができます。</p> | ||
|
||
<h3>ロボット動物園</h3> | ||
<p> | ||
ウマやヘビなど動物を模したロボットが見られます。 | ||
</p> | ||
|
||
<h3>ブレッドボードで電子工作体験</h3> | ||
<p> | ||
ブレッドボードを使ってLEDを光らせたりモーターを回したりといった電子工作の体験ができます。 | ||
</p> | ||
|
||
<h3>作品展示</h3> | ||
<p> | ||
部員が制作した作品を展示します。 | ||
<a href = "sakuhintenji.html">ここ</a>を押すと部員の作品一覧を見ることができます。 | ||
</p> | ||
|
||
|
||
<h3>部報やグッズの頒布</h3> | ||
<p> しるか。</p> | ||
|
||
<h3>フリーマーケット</h3> | ||
<p>部員が作成したもの、持ち寄ったもの、部室で不要になったものをお値打ち価格で販売します。 | ||
ジャンキーな品物など各種取り揃えております。掘り出し物が見つかる....かも。</p> | ||
|
||
<h2>アクセス</h2> | ||
<p> | ||
電気通信大学は調布駅から徒歩五分の場所にあります。 | ||
調布駅中央口から出て北へ向かう道を直進し左折すると正門につきます。 | ||
どっかのきょうしつでお待ちしております。 | ||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3241.8176878167333!2d139.54175469601736!3d35.65686314919197!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6018f0141c587615%3A0xe510b22e7670f20b!2z6Zu75rCX6YCa5L-h5aSn5a2m!5e0!3m2!1sja!2sjp!4v1728727514226!5m2!1sja!2sjp" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> | ||
</p> | ||
</body> | ||
</html> |
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 @@ | ||
|
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