Skip to content

Commit 0bcd4e4

Browse files
committed
chore(site): update build
1 parent f42704a commit 0bcd4e4

4 files changed

Lines changed: 119 additions & 5 deletions

File tree

events.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@
4646
<h1>イベント情報</h1>
4747

4848

49+
<hr />
50+
<h2><a href="http://nodejs.jp/events/2017/03-31-nodeschool-24.html">Node学園 24時限目</a></h2>
51+
<p>日時:
52+
53+
54+
2017年03月31日
55+
56+
57+
</ul>
58+
4959
<hr />
5060
<h2><a href="http://nodejs.jp/events/2017/01-29-nodeschool.html">NodeSchool Tokyo in ヒカリエ</a></h2>
5161
<p>日時:
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<title>Node.js 日本ユーザーグループ</title>
2+
<meta name="viewport" content="width=device-width, initial-scale=1">
3+
<link rel="stylesheet" href="//fonts.googleapis.com/earlyaccess/notosansjapanese.css">
4+
<link rel="stylesheet" href="http://nodejs.jp/css/tacit.min.css"/>
5+
<link rel="stylesheet" href="http://nodejs.jp/css/style.css"/>
6+
<link rel="icon" href="http://nodejs.jp/images/favicon.png" />
7+
8+
<nav>
9+
<img width="150" src="http://nodejs.jp/images/nodejs-logo.svg" />
10+
<br />
11+
<ul>
12+
13+
14+
<li><a href="http://nodejs.jp/index.html">HOME</a>
15+
16+
17+
18+
<li><a href="http://nodejs.jp/about.html">ABOUT</a>
19+
20+
21+
22+
<li><a href="http://nodejs.jp/events.html">EVENTS</a>
23+
24+
25+
26+
<li><a href="http://nodejs.jp/contact.html">CONTACT</a>
27+
28+
29+
30+
<li><a href="http://nodejs.jp/docs.html">DOCS</a>
31+
32+
33+
34+
<li><a href="http://nodejs.jp/news.html">NEWS</a>
35+
36+
37+
38+
<li><a href="http://nodejs.jp/jobboard.html">JOBBOARD</a>
39+
40+
41+
</ul>
42+
</nav>
43+
<section>
44+
45+
46+
<h1>Node学園 24時限目</h1>
47+
<hr />
48+
49+
<ul>
50+
<li>日時
51+
<ul>
52+
53+
<li>2017年03月31日
54+
55+
</ul>
56+
<li>会場
57+
<ul>
58+
59+
<li>株式会社FiNC オフィス https://goo.gl/maps/3AQEf6TAPTk
60+
61+
</ul>
62+
<li>チケット
63+
<ul>
64+
65+
<li><a href="https://nodejs.connpass.com/event/53534/">commpassで登録してください。</a>
66+
67+
</ul>
68+
</ul>
69+
<!-- FIXME: 5文字以下だった場合本文なしと見なす.
70+
本当は「whitespace のみだった場合」のような判定をしたいが
71+
上手くいかないため、一旦この対応 -->
72+
73+
<article>
74+
<p>Node.js日本ユーザグループ 主催による、Node.jsの勉強会です。</p>
75+
<ul>
76+
<li>「Node.js x WebAssembly」 by yosuke_furukawa</li>
77+
<li>「Node.js+GraphQLでBFFを作った話」 by qsona</li>
78+
<li>「HyperApp - 1kbのビューライブラリ」 by Jorge Bucaran</li>
79+
<li>「node-whatwg-url」 by abouthiroppy</li>
80+
<li>「llnode」 by kysnm</li>
81+
<li>「OSS翻訳と GitLocalize」 by sotayamashita</li>
82+
<li>「glitch.comでnode.jsのアプリを作る話」 by kosamari</li>
83+
</ul>
84+
85+
</article>
86+
87+
88+
89+
90+
<hr/>
91+
<footer>
92+
<p><small>© 2016 Node.js 日本ユーザーグループ</small></p>
93+
</footer>
94+
</section>
95+
<script type="text/javascript">
96+
var _gaq = _gaq || [];
97+
_gaq.push(['_setAccount', 'UA-2570409-8']);
98+
_gaq.push(['_trackPageview']);
99+
(function() {
100+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
101+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
102+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
103+
})();
104+
</script>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,12 @@ <h2>公式ドキュメント</h2>
6262

6363
<h2>イベント情報</h2>
6464

65-
<h3><a href="events/2017/01-29-nodeschool.html">NodeSchool Tokyo in ヒカリエ</a></h3>
66-
67-
<p><img src="images/nodeschool-hikarie.png">
65+
<h3><a href="events/2017/03-31-nodeschool-24.html">Node学園 24時限目</a></h3>
6866

6967
<p>日時:
7068

7169

72-
2017年01月29日
70+
2017年03月31日
7371

7472

7573

@@ -79,6 +77,8 @@ <h3><a href="events/2017/01-29-nodeschool.html">NodeSchool Tokyo in ヒカリエ
7977

8078

8179

80+
81+
8282

8383

8484

jobs/none.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1>現在準備中です</h1>
4949
<hr />
5050

5151
<hr />
52-
<p>(掲載日: 2017年01月25日)
52+
<p>(掲載日: 2017年03月31日)
5353

5454

5555
<hr/>

0 commit comments

Comments
 (0)