forked from DroidKaigi/association-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 2.18 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
<!Doctype HTML>
<html>
<head>
<meta charset=utf-8>
<title>一般社団法人DroidKaigi</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<meta name="google-site-verification" content="96kJoiqhSPBQJLqfBb3S-rWWSL0aSZBIFG_WTlITpnw" />
</head>
<body>
<table class="table">
<tr>
<td>名称</td>
<td>一般社団法人DroidKaigi</td>
</tr>
<tr>
<td>主たる事務所</td>
<td>東京都台東区北上野2丁目8-4コンフォート上野501号</td>
</tr>
<tr>
<td>法人の公告方法</td>
<td>当法人の公告は、電子公告により行う。<br />
<ul>
<li><a href="report/2017-bs.pdf">2017年度(平成29年度)貸借対照表</a></li>
<li><a href="report/2016-bs.pdf">2016年度(平成28年度)貸借対照表</a></li>
</ul>
ただし、事故その他やむを得ない事由によって電子公告による公告をすることができない場合は、官報に掲載する方法により行う。</td>
</tr>
<tr>
<td>目的等</td>
<td>
目的 当法人は、エンジニアの技術共有およびコミュニケーションを支援、充実することを目的とし、その目的に資するため、次の事業を行う。<br />
<ol>
<li>エンジニアを対象とした催しの開催、また運営</li>
<li>エンジニアの育成の推進を図る活動</li>
<li>技術共有、コミュニケーションを目的とした催しの支援および人材育成</li>
<li>前各号に附帯又は関連する事業</li>
</ol>
</td>
</tr>
</table>
</body>
</html>