-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·66 lines (58 loc) · 3.05 KB
/
contact.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
<!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 #contact -->
<article id="contact">
<h1>連絡先</h1>
<p><a href="http://sugamocss.com/">Sugamocss.com</a>は、今のところ主催のSig.が管理しています。Sugamo.css(イベント)およびSugamocss.com(サイト)へのご意見・ご要望・お問い合わせは<a href="http://twitter.com/sigwyg/">@sigwyg</a>まで。</p>
<table>
<tr>
<th>主催のTwitter</th>
<td><a href="http://twitter.com/sigwyg">@sigwyg</a></td>
</tr>
<tr>
<th>広報用Twitter</th>
<td><a href="http://twitter.com/Sugamo_css">@Sugamo_css</a></td>
</tr>
</table>
<p>なお、広報用のTwitterアカウント<a href="http://twitter.com/Sugamo_css">@Sugamo_css</a>は送信専用です。reply飛ばしても気付かないことが多いので、ご注意ください!</p>
<aside>Sugamocss.comはデザイン募集中です!</aside>
</article>
<!--: End #contact -->
</div><!-- end #contents -->
<footer>
ご意見・ご質問は<a href="http://twitter.com/sigwyg/">twitter@sigwyg</a>まで
</footer>
</div></body>
</html>