-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.html
More file actions
73 lines (69 loc) · 3.38 KB
/
join.html
File metadata and controls
73 lines (69 loc) · 3.38 KB
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
<!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; 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="join.html">日本語</a>
<a style="display:inline; padding-left:2px; font-size: 12px;" <a href="join-cn.html">| 中文</a>
</li>
<li class="active"><a href="index.html">慈悲行実践道場の理念</a></li>
<li class="active"><a href="activity.html">主要活動</a></li>
<li class="active"><a href="guide-line.html">定款</a></li>
<li class="active"><a href="join.html">入社・入會</a></li>
<li class="active"><a href="organization.html">組織</a></li>
</ul>
</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>
具體入社・入會條件如下:</p><p>
1.理解本法人的理念、贊同其目的。</p><p>
2.為成為社員,需承擔義務,將本人每月收入所得的三分之一或者三分之二捐贈為本法人的基金。</p><p>
3.為成為會員,需承擔一年繳納10000日元作為會費的義務(以2016年4月10日的匯率計算,1美元=108日元;100日元=5.97人民幣。)
</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>