-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
79 lines (62 loc) · 2.91 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>P4D デザイナー向けプログラム部</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>P4D デザイナー向けプログラム部</h1>
<h2></h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/prog4designer" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h3>P4D とは?</h3>
<p>デザイナーとプログラマーで集まって Web や アプリをつくったりデザインやプログラミングについて相談したりする会です。</p>
<p>現在は毎月 2 回ずつ都内で meetup を開いています。</p>
<p>興味のある方はぜひお気軽に <a href="https://www.facebook.com/groups/151208708350141/">Facebook グループ</a> へご加入ください。</p>
<h3>対象</h3>
<ul>
<li>プログラム (Ruby, Rails, JavaScript など) や Git もできるようになりたいデザイナ</li>
<li>デザインも出来るようになりたいプログラマ</li>
</ul>
<h3>リンク集</h3>
<dl>
<dt><a href="https://www.facebook.com/groups/151208708350141/">Facebook グループ</a></dt>
<dd>主なやり取りはここで行っています。</dd>
<dt><a href="http://connpass.com/series/155/">イベント情報 (P4D デザイナー向けプログラム部 - connpass)</a></dt>
<dd>meetup や勉強会の予定はこちらでご確認ください。</dd>
<dt><a href="https://github.com/prog4designer/meetups/wiki">Home · prog4designer/meetups Wiki</a></dt>
<dd>meetup, 勉強会の記録です。</dd>
</dl>
<h3>お問い合わせなど</h3>
<p>主催者の海老沢 (@satococoa) までお気軽にお問い合わせください!</p>
<dl>
<dt>メール</dt>
<dd>[email protected]</dd>
<dt>Facebook</dt>
<dd><a href="https://www.facebook.com/satoshi.ebisawa">satoshi.ebisawa</a></dd>
<dt>Twitter</dt>
<dd><a href="https://twitter.com/satococoa">@satococoa</a></dd>
</dl>
</section>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>