-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
47 lines (39 loc) · 1.79 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>AmusementCreators</title>
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/news.css">
</head>
<body>
<header>
<a href="./index.html">
<img src="image/logo.svg">
</a>
</header>
<div class="content">
<section id="AdC2016" class="pane">
<h3 class="title">AdventCalendarします</h3>
<p>今年もAmusementCreators AdventCalendarを開催します!</p>
<p>開催場所は<a href="http://www.adventar.org/calendars/1597">ここ</a>です</p>
<p>去年のは<a href="http://www.adventar.org/calendars/1029">こっち</a></p>
</a>
</section>
<section id="C91" class="pane">
<h3 class="title">C91に参加します</h3>
<p>C91に受かりました。木曜日西ま03aにてサークル会員の作ったPCゲームを頒布する予定です</p>
</section>
<section id="GameCube" class="pane">
<h3 class="title">Game^3に参加します</h3>
<p>東京工業大学ロボット技術研究会さんが主催する第四回Game^3に参加します.</p>
<p>C90で頒布した「冒険」に少し手を加えたものを展示する予定です.</p>
<p>Game^3の公式wikiは<a href="http://seesaawiki.jp/gamecreatercon-game3/">こちら</a></p>
</section>
<section id="C90" class="pane">
<h3 class="title">C90に参加します</h3>
<p>C90に受かりました。日曜日西e03bにてサークル会員の作ったPCゲームを頒布する予定です</p>
</section>
</div>
</body>
</html>