Skip to content

Commit

Permalink
Merge pull request #101 from ueckoken/chohusai2024
Browse files Browse the repository at this point in the history
作品展示を追加
  • Loading branch information
Kanae-Chofu authored Nov 19, 2024
2 parents 6fe04c9 + c568c59 commit d834e4a
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 2 deletions.
35 changes: 35 additions & 0 deletions event/chofusai/2024/sakuhintenji.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,39 @@ body{

a{
color: paleturquoise;
}

#WitAqua{
background-color: aliceblue;
color: darkblue;
}

#heruret{
background-color: aliceblue;
color: darkblue;
}

#kenkuri{
background-color: aliceblue;
color: darkblue;
}

#kurengame{
background-color: aliceblue;
color: darkblue;
}

#handyfan{
background-color: aliceblue;
color: darkblue;
}

h2{
color: aqua;
text-align: center ;
}

h1{
color: aqua;
text-align: center ;
}
87 changes: 85 additions & 2 deletions event/chofusai/2024/sakuhintenji.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,93 @@
<link href="sakuhintenji.css" rel="stylesheet" type="text/css">
</head>
<body>
作品展示
<h1>
作品展示
</h1>

<div id =soft>
<h2>
ソフトウェア
</h2>
<div id = WitAqua>
<p>
WitAqua
</p>
<p>
Created by とうふ
</p>
<p>
AndroidをベースにしたカスタムROMです。
まだ機能は少ないですが鋭意製作中です。
</p>
</div>

<div id = heruret>
<p>
へるーれっと
</p>
<p>
Created by へるくん
</p>
<img src = "https://media.discordapp.net/attachments/1306933321129005096/1307891653885038643/webRoulette_beta.png?ex=673bf485&is=673aa305&hm=c264430be085fcbde136a2d8cd453f95a01823556f025441de1f2b75224e0911&=&format=webp&quality=lossless&width=1227&height=778" width = "600" height ="380">
<p>
へるーれっと!押すだけ!
webルーレット。自由に項目を追加したり、確率変更できたりできる
</p>
</div>
<div id = kenkuri>
<p>
検討クリッカー
</p>
<p>
Created by かなえ
</p>
<img src="https://media.discordapp.net/attachments/1306933321129005096/1308071317001601024/2.png?ex=673c9bd8&is=673b4a58&hm=cd939afc39f1cc788d9276ac54b58c66ae8c82cb0cebb4cf28d22ac12e5acfac&=&format=webp&quality=lossless&width=1156&height=771" width="600" height="380">
<p>
検討を加速させるクリッカーゲームです。総理変わっちゃいましたね。
</p>
</div>
</div>

<div id = hard>
<h2>
ハードウェア
</h2>
<div id = kurengame>
<p>
アームロボ型クレーンゲーム
</p>
<p>
Created by 黒瀨(ほがらか)
</p>
<p>
名前の通りアームロボ型の新しい形のクレーンゲーム。モナ工研のコーナーにあるよ!
</p>
</div>

<div id = handyfan>
<p>
ハンディファン
</p>
<p>
Created by ゆい
</p>
<img src = "https://media.discordapp.net/attachments/1306933321129005096/1307885366866612245/image0.jpg?ex=673beeaa&is=673a9d2a&hm=0a2e501b2b7eccaa2c98db00ae0e0beb6a1b63a05c54559b91b8fd54a9b43e43&=&format=webp&width=1023&height=600" width = "600" height ="380">
<p>
余ったCPUクーラーを再利用したもの
本体に破壊的変更をしないのがこだわり
</p>
</div>
</div>
<div id = others>

</div>
<p>
このほかにも作品を鋭意製作中です!進捗ありましたら更新していきます!
</p>

<p>
<a href ="cyohusaiv0.html">トップページへ戻る</a>
<a href ="index.html">トップページへ戻る</a>
</p>
</body>
</html>

0 comments on commit d834e4a

Please sign in to comment.