-
Notifications
You must be signed in to change notification settings - Fork 0
/
organization-cn.html
83 lines (79 loc) · 4.05 KB
/
organization-cn.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<title>組織</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
a {
text-decoration: none;
color: #767676;
}
p {
margin-left: 8%;
margin-right: 10%;
text-indent: 2em;
font-size: 15px;
color: #333;
}
h2{
color: #333;
}
</style>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body style="margin: 0; color: gray;">
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar" style="top: 0; position: fixed; bottom: 0; overflow-x: hidden; overflow-y: hidden; background-color: #f5f5f5;">
<ul class="nav nav-sidebar" style="margin-top: 20px; color: #767676; ">
<li class="active">
<a style="display:inline; padding-right:0; font-size: 12px;" href="organization.html">日本語</a>
<a style="display:inline; padding-left:2px; font-size: 12px;" <a href="organization-cn.html">| 中文</a>
</li>
<li class="active"><a href="index-cn.html"><i class="icon-cube"></i>慈悲行實踐道場的理念與目的</a></li>
<li class="active"><a href="activity-cn.html">主要活動</a></li>
<li class="active"><a href="guide-line-cn.html">章程</a></li>
<li class="active"><a href="join-cn.html">入社・入會</a></li>
<li class="active"><a href="organization-cn.html">組織</a></li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main" style="margin-bottom: 50px;">
<h2 style="margin-left: 9%">創辦人</h2>
<hr style="height:1px; border:none; border-top:1px solid #eee;" />
<div class="row placeholders">
<p>釈悟光(何立新)、廖志萍</p><p>
成立時的代表理事 釈悟光(何立新)</p><p>
<a href="trustee-cn.html" style="text-decoration: underline; color: #333;">代表理事的簡歷</a></p>
</div>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<h2 style="margin-left: 9%">事務所</h2>
<hr style="height:1px; border:none; border-top:1px solid #eee;" />
<div class="row placeholders">
<p>慈悲行踐行道場的辦公地點設置如下</p><p style="text-indent: 4em;">
• 〒271-0068 千葉縣松戶市古崎219-1</p><p style="text-indent: 6em;">
• 最近的電車站是JR常盤綫的松戶站</p><p style="text-indent: 4em;">
• 電話號碼:047-712-0008</p><p style="text-indent: 4em;">
• 傳真:047-712-0008</p><p style="text-indent: 4em;">
• 負責人:釈悟光(俗名 何立新(ホー・リシン))
</p>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>