Skip to content

Commit 86ed8eb

Browse files
committed
chore(site): update build [skip ci]
1 parent 2bed6b6 commit 86ed8eb

26 files changed

Lines changed: 2712 additions & 1438 deletions

about.html

Lines changed: 104 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,85 @@
1-
<title>Japan Node.js Association</title>
2-
<meta charset="UTF-8">
3-
<meta name="viewport" content="width=device-width, initial-scale=1">
4-
<link rel="stylesheet" href="./css/tacit.min.css"/>
5-
<link rel="stylesheet" href="./css/style.css"/>
6-
<link rel="icon" href="./images/favicon.png" />
71

8-
<nav>
9-
<img width="150" src="./images/nodejs-logo.svg" />
10-
<br />
11-
<ul>
12-
13-
14-
<li><a href="./index.html">HOME</a>
15-
16-
17-
18-
<li>ABOUT
19-
20-
21-
22-
<li><a href="./events.html">EVENTS</a>
23-
24-
25-
26-
<li><a href="./contact.html">CONTACT</a>
27-
2+
<!DOCTYPE html>
3+
<html>
4+
<head>
5+
<title>Japan Node.js Association</title>
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="stylesheet" href="./css/tacit.min.css"/>
9+
<link rel="stylesheet" href="./css/style.css"/>
10+
<link rel="icon" href="./images/favicon.png" />
11+
</head>
12+
<body>
13+
<a target="_blank" href="https://gihtub.com/nodejsjp/nodejsjp.github.com" class="github-corner" aria-label="View source on Github">
14+
<svg width="80" height="80" viewBox="0 0 250 250" style="fill:#9bb48f; color:#f5f5f5; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
15+
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
16+
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="#f5f5f5" style="transform-origin: 130px 106px;" class="octo-arm"></path>
17+
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="#f5f5f5" class="octo-body"></path>
18+
</svg>
19+
</a>
20+
<style>
21+
.github-corner:hover .octo-arm {
22+
animation: octocat-wave 560ms ease-in-out
23+
}
24+
@keyframes octocat-wave {
25+
0%, 100% {
26+
transform: rotate(0)
27+
}
28+
20%,60% {
29+
transform: rotate(-25deg)
30+
}
31+
40%, 80% {
32+
transform: rotate(10deg)
33+
}
34+
}
35+
@media (max-width: 500px) {
36+
.github-corner:hover .octo-arm {
37+
animation:none
38+
}
39+
.github-corner .octo-arm {
40+
animation: octocat-wave 560ms ease-in-out
41+
}
42+
}
43+
</style>
2844

29-
30-
<li><a href="./docs.html">DOCS</a>
31-
32-
33-
34-
<li><a href="./news.html">NEWS</a>
35-
36-
37-
38-
<li><a href="./jobboard.html">JOBBOARD</a>
39-
40-
41-
</ul>
42-
</nav>
43-
<section>
44-
<article>
45-
45+
<nav>
46+
<img width="150" src="./images/nodejs-logo.svg" />
47+
<br />
48+
<ul>
49+
50+
51+
<li><a href="./index.html">HOME</a>
52+
53+
54+
55+
<li>ABOUT
56+
57+
58+
59+
<li><a href="./events.html">EVENTS</a>
60+
61+
62+
63+
<li><a href="./contact.html">CONTACT</a>
64+
65+
66+
67+
<li><a href="./docs.html">DOCS</a>
68+
69+
70+
71+
<li><a href="./news.html">NEWS</a>
72+
73+
74+
75+
<li><a href="./jobboard.html">JOBBOARD</a>
76+
77+
78+
</ul>
79+
</nav>
80+
<section>
81+
<article>
82+
4683
<h1 id="about">About</h1>
4784
<hr>
4885
<p>Japan Node.js Associationは日本及び周辺アジア地域での node.js の普及を目的とした各種活動を展開する組織です。
@@ -54,22 +91,34 @@ <h1 id="about">About</h1>
5491
</ul>
5592

5693

57-
<hr/>
58-
<footer>
59-
<p>
60-
<small>© 2016 Japan Node.js Association</small>
61-
<small><a href="https://github.com/nodejsjp/nodejsjp.github.com">GitHub</a></small>
62-
</p>
63-
</footer>
64-
</article>
65-
</section>
66-
<script type="text/javascript">
94+
</article>
95+
<footer>
96+
<nav>
97+
<ul>
98+
<li>
99+
<small>© 2016 Japan Node.js Association</small>
100+
</li>
101+
</ul>
102+
<ul>
103+
<li><small><a target="_blank" href="https://github.com/nodejsjp/nodejsjp.github.com">GitHub</a></small></li>
104+
<li><small><a target="_blank" href="https://twitter.com/nodejsjp">Twitter</a></small></li>
105+
</ul>
106+
</nav>
107+
</article>
108+
</section>
109+
<script type="text/javascript">
67110
var _gaq = _gaq || [];
68111
_gaq.push(['_setAccount', 'UA-2570409-8']);
69112
_gaq.push(['_trackPageview']);
70113
(function() {
71-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
114+
var ga = document.createElement('script');
115+
ga.type = 'text/javascript';
116+
ga.async = true;
72117
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
73-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
118+
var s = document.getElementsByTagName('script')[0];
119+
s.parentNode.insertBefore(ga, s);
74120
})();
75121
</script>
122+
123+
</body>
124+
</html>

contact.html

Lines changed: 104 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,85 @@
1-
<title>Japan Node.js Association</title>
2-
<meta charset="UTF-8">
3-
<meta name="viewport" content="width=device-width, initial-scale=1">
4-
<link rel="stylesheet" href="./css/tacit.min.css"/>
5-
<link rel="stylesheet" href="./css/style.css"/>
6-
<link rel="icon" href="./images/favicon.png" />
71

8-
<nav>
9-
<img width="150" src="./images/nodejs-logo.svg" />
10-
<br />
11-
<ul>
12-
13-
14-
<li><a href="./index.html">HOME</a>
15-
16-
17-
18-
<li><a href="./about.html">ABOUT</a>
19-
20-
21-
22-
<li><a href="./events.html">EVENTS</a>
23-
24-
25-
26-
<li>CONTACT
27-
2+
<!DOCTYPE html>
3+
<html>
4+
<head>
5+
<title>Japan Node.js Association</title>
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="stylesheet" href="./css/tacit.min.css"/>
9+
<link rel="stylesheet" href="./css/style.css"/>
10+
<link rel="icon" href="./images/favicon.png" />
11+
</head>
12+
<body>
13+
<a target="_blank" href="https://gihtub.com/nodejsjp/nodejsjp.github.com" class="github-corner" aria-label="View source on Github">
14+
<svg width="80" height="80" viewBox="0 0 250 250" style="fill:#9bb48f; color:#f5f5f5; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
15+
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
16+
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="#f5f5f5" style="transform-origin: 130px 106px;" class="octo-arm"></path>
17+
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="#f5f5f5" class="octo-body"></path>
18+
</svg>
19+
</a>
20+
<style>
21+
.github-corner:hover .octo-arm {
22+
animation: octocat-wave 560ms ease-in-out
23+
}
24+
@keyframes octocat-wave {
25+
0%, 100% {
26+
transform: rotate(0)
27+
}
28+
20%,60% {
29+
transform: rotate(-25deg)
30+
}
31+
40%, 80% {
32+
transform: rotate(10deg)
33+
}
34+
}
35+
@media (max-width: 500px) {
36+
.github-corner:hover .octo-arm {
37+
animation:none
38+
}
39+
.github-corner .octo-arm {
40+
animation: octocat-wave 560ms ease-in-out
41+
}
42+
}
43+
</style>
2844

29-
30-
<li><a href="./docs.html">DOCS</a>
31-
32-
33-
34-
<li><a href="./news.html">NEWS</a>
35-
36-
37-
38-
<li><a href="./jobboard.html">JOBBOARD</a>
39-
40-
41-
</ul>
42-
</nav>
43-
<section>
44-
<article>
45-
45+
<nav>
46+
<img width="150" src="./images/nodejs-logo.svg" />
47+
<br />
48+
<ul>
49+
50+
51+
<li><a href="./index.html">HOME</a>
52+
53+
54+
55+
<li><a href="./about.html">ABOUT</a>
56+
57+
58+
59+
<li><a href="./events.html">EVENTS</a>
60+
61+
62+
63+
<li>CONTACT
64+
65+
66+
67+
<li><a href="./docs.html">DOCS</a>
68+
69+
70+
71+
<li><a href="./news.html">NEWS</a>
72+
73+
74+
75+
<li><a href="./jobboard.html">JOBBOARD</a>
76+
77+
78+
</ul>
79+
</nav>
80+
<section>
81+
<article>
82+
4683
<h1 id="contact">Contact</h1>
4784
<hr>
4885
<h2 id="slack">Slack</h2>
@@ -65,22 +102,34 @@ <h2 id="-">連絡先</h2>
65102
</ul>
66103

67104

68-
<hr/>
69-
<footer>
70-
<p>
71-
<small>© 2016 Japan Node.js Association</small>
72-
<small><a href="https://github.com/nodejsjp/nodejsjp.github.com">GitHub</a></small>
73-
</p>
74-
</footer>
75-
</article>
76-
</section>
77-
<script type="text/javascript">
105+
</article>
106+
<footer>
107+
<nav>
108+
<ul>
109+
<li>
110+
<small>© 2016 Japan Node.js Association</small>
111+
</li>
112+
</ul>
113+
<ul>
114+
<li><small><a target="_blank" href="https://github.com/nodejsjp/nodejsjp.github.com">GitHub</a></small></li>
115+
<li><small><a target="_blank" href="https://twitter.com/nodejsjp">Twitter</a></small></li>
116+
</ul>
117+
</nav>
118+
</article>
119+
</section>
120+
<script type="text/javascript">
78121
var _gaq = _gaq || [];
79122
_gaq.push(['_setAccount', 'UA-2570409-8']);
80123
_gaq.push(['_trackPageview']);
81124
(function() {
82-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
125+
var ga = document.createElement('script');
126+
ga.type = 'text/javascript';
127+
ga.async = true;
83128
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
84-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
129+
var s = document.getElementsByTagName('script')[0];
130+
s.parentNode.insertBefore(ga, s);
85131
})();
86132
</script>
133+
134+
</body>
135+
</html>

0 commit comments

Comments
 (0)