forked from prog4designer/p4d-git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
163 lines (157 loc) · 6.47 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>WebデザイナーのためのGit勉強会参加者一覧</title>
<link href="stylesheets/style.css" rel="stylesheet" type="text/css">
<link href="favicon.ico" rel="shortcut icon" />
<script charset="UTF-8" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script charset="UTF-8" src="javascripts/jquery.easing.1.3.js" type="text/javascript"></script>
<script charset="UTF-8" src="javascripts/jquery.vgrid.0.1.6.min.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
//
$(function(){
$("#grid-content").vgrid();
});
//
//]]>
</script>
</head>
<body>
<header>
<p class="image">
<img alt="octcat" height="163" src="images/octcat.png" width="185">
</p>
<h1>WebデザイナーのためのGit勉強会参加者一覧</h1>
</header>
<ul class="members" id="grid-content">
<!-- machida -->
<li class="member">
<h2 class="name">machida</h2>
<div class="introduction">
<p>合同会社フィヨルドのデザイナ。只今、Rubyで出来たCMS、Lokkaを使ったサイト構築案件募集中。Lokka以外も。あと、個人的な趣味でgithubにあるOSSにデザインを入れてpushするっていうのをやりたいので、デザインが欲しいOSS情報も募集中。 好きな漫画家:根本敬、漫★画太郎、岡田あーみん。</p>
</div>
<dl>
<dt class="github">Github</dt>
<dd class="github">
<a href="https://github.com/machida" target="_blank">Github</a>
</dd>
<dt class="twitter">Twitter</dt>
<dd class="twitter">
<a href="http://twitter.com/machida" target="_blank">Twitter</a>
</dd>
<dt class="website">Website</dt>
<dd class="website">
<a href="http://kuroigamen.com/" target="_blank">Website</a>
</dd>
<dt class="facebook">Facebook</dt>
<dd class="facebook">
<a href="http://www.facebook.com/teppeimachida" target="_blank">Facebook</a>
</dd>
</dl>
</li>
<!-- machidaここまで -->
<!-- 松本(@shu_0115) -->
<li class="member">
<h2 class="name">shu_0115</h2>
<div class="introduction">
<p>1985.1.15。♂。Webプログラマ。フリーランス。Ruby。Rails。サッカー。フットサル。音楽。映画。スポーツ。マンガ。アニメ。ボカロ。小説。</p>
</div>
<dl>
<dt class="github">Github</dt>
<dd class="github">
<a href="https://github.com/shu0115" target="_blank">Github</a>
</dd>
<dt class="twitter">Twitter</dt>
<dd class="twitter">
<a href="https://twitter.com/#!/shu_0115" target="_blank">Twitter</a>
</dd>
<dt class="website">Website</dt>
<dd class="website">
<a href="http://clowns-rondo.heroku.com/" target="_blank">Website</a>
</dd>
<dt class="facebook">Facebook</dt>
<dd class="facebook">
<a href="http://www.facebook.com/profile.php?id=100001953871118" target="_blank">Facebook</a>
</dd>
</dl>
</li>
<!-- 松本(@shu_0115)ここまで -->
<!-- tyabe -->
<li class="member">
<h2 class="name">tyabe</h2>
<div class="introduction">
<p><span class="break">Ruby/Rails/JavaScript/Git/Vim/CoffeeScript/node/mongoDB/Heroku</span>に興味津々なWEBデベロッパ TDD/TiDDしたいけどいまいちちゃんと出来ないRedmineちゃんと使いたい Ruby技術者(Silver)
</p>
</div>
<dl>
<dt class="github">Github</dt>
<dd class="github">
<a href="https://github.com/tyabe" target="_blank">Github</a>
</dd>
<dt class="twitter">Twitter</dt>
<dd class="twitter">
<a href="http://twitter.com/tyabe" target="_blank">Twitter</a>
</dd>
<dt class="website">Website</dt>
<dd class="website">
<a href="http://nilidea.com/" target="_blank">Website</a>
</dd>
</dl>
</li>
<!-- tyabeここまで -->
<!-- satococoa -->
<li class="member">
<h2 class="name">satococoa</h2>
<div class="introduction">
<p>ruby, JavaScriptをメインにプログラマをしています。スマートフォン向けのサービスを開発する会社に転職しました。</p>
</div>
<dl>
<dt class="github">Github</dt>
<dd class="github">
<a href="https://github.com/satococoa" target="_blank">Github</a>
</dd>
<dt class="website">Website</dt>
<dd class="website">
<a href="http://223soft.net/" target="_blank">Website</a>
</dd>
<dt class="facebook">Facebook</dt>
<dd class="facebook">
<a href="http://www.facebook.com/satoshi.ebisawa" target="_blank">Facebook</a>
</dd>
</dl>
</li>
<!-- satococoaここまで -->
<!-- obara -->
<li class="member">
<h2 class="name">saucerjp</h2>
<div class="introduction">
<p>フリーのデザイナをしています。普通紙や特殊紙など。最近は、Web Color Paletteと言う色選択アプリを作っています。scssが好きです。</p>
</div>
<dl>
<dt class="github">Github</dt>
<dd class="github">
<a href="https://github.com/saucer-jp" target="_blank">Github</a>
</dd>
<dt class="twitter">Twitter</dt>
<dd class="twitter">
<a href="http://twitter.com/saucerjp" target="_blank">Twitter</a>
</dd>
<dt class="website">Website</dt>
<dd class="website">
<a href="http://saucer.jp/" target="_blank">Website</a>
</dd>
<dt class="facebook">Facebook</dt>
<dd class="facebook">
<a href="http://www.facebook.com/tsukasa.obara" target="_blank">Facebook</a>
</dd>
</dl>
</li>
<!-- obaraここまで -->
</ul>
<footer>
<p class="copyright">2011年09月11日 WebデザイナーのためのGit勉強会</p>
</footer>
</body>
</html>