-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·86 lines (77 loc) · 4.09 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<title>Sugamo.css - ver.3.0</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.1">
<link rel="stylesheet" href="./base.css" />
<meta property="og:title" content="Sugamo.css公式サイト" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://sugamocss.com" />
<meta property="og:image" content="http://sugamocss.com/img/kamo.jpg" />
<meta property="og:site_name" content="Sugamo.css" />
<meta property="fb:admins" content="Sigwyg" />
<meta property="og:description" content="Sugamo.cssは、「フロントエンドについて話そう!」という懇親会めいた集いです。偉い人は言いました。「別に次何するとか決めないし約束しないし気が向いたらなんかするそれがSugamo.css」" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class=""><div id="wrapper">
<header>
<h1><a href="http://sugamocss.com/">Sugamo.css</a></h1>
<nav>
<ul>
<li id="nav1"><a href="./index.html" title="Sugamo.cssとは?">About</a></li>
<li id="nav2"><a href="./place.html" title="会場について。無線環境など">会場の説明</a></li>
<li id="nav3"><a href="./atnd1.html" title="参加募集ページ">ATND一覧</a></li>
<li id="nav4"><a href="./entries.html" title="参加者のfollow-upなど">感想記事</a></li>
<li id="nav5"><a href="./atnd2.html" title="派生イベントのATND">派生イベント</a></li>
<li id="nav6"><a href="./member.html" title="参加者一覧">過去の参加者</a></li>
<li id="nav7"><a href="./contact.html" title="連絡先">連絡先</a></li>
</ul>
</nav>
</header>
<div id="contents">
<!--: Start #about -->
<article id="about">
<h1>Sugamo.cssとは?</h1>
<p>フロントエンドの話をしよう! …な集まりです。より正確には </p>
<ol>
<li>専業コーダー(ME)は社内に少ない</li>
<li>コーディング周りのディープな話をする場がない(発足時)</li>
<li>コーダーを集めたら話題はいくらでもあるんじゃね?</li>
</ol>
<p>…てな感じで始まりました。<br />
基本は雑談です。最近は発表ネタ持ってきてくれる人も増えたけど、普通に仕事してる人もいます。「みんなどうやってる?」質問リスト等を持ってくると、たいへん喜ばれます。</p>
<blockquote>
<p>まじで今日はSugamo.cssぐだぐだだったけど別に次何するとか決めないし約束しないし気が向いたらなんかするそれがSugamo.css</p>
<cite><a href="http://twitter.com/#!/Takazudo/status/36458421196685312">@Takazudoのコメント</a></cite>
</blockquote>
<h2>開催時期</h2>
<p>毎月開催。第一土曜の14:00~18:00。<br />
ただし、連休やCSS Niteと被るとズレることがあります。</p>
<h2>開催情報</h2>
<ul>
<li>07/07: <a href="http://atnd.org/events/30154">第40回 Sugamo.css</a>
<li>07/15: <a href="http://atnd.org/event/sugamovim05">第5回 Sugamo.vim</a>
</ul>
</article>
<!--: End #about -->
</div><!-- end #contents -->
<footer>
ご意見・ご質問は<a href="http://twitter.com/sigwyg/">twitter@sigwyg</a>まで
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
console.log(fjs.parentNode);
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-like" data-href="http://sugamocss.com/" data-send="true" data-layout="button_count" data-width="450" data-show-faces="true" data-font="arial"></div>
</footer>
</div></body>
</html>