-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivity.html
More file actions
70 lines (65 loc) · 3.24 KB
/
activity.html
File metadata and controls
70 lines (65 loc) · 3.24 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
<!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="activity.html">日本語</a>
<a style="display:inline; padding-left:2px; font-size: 12px;" <a href="activity-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>1. 行政のアドバイスを頂いた上で、慈悲行実践道場のメンバー自身とボランティアは、支援が必要とされる高齢者や障害者に、需要者のニーズに合う支援活動を行います。</p>
<p>2. 高齢化社会における仏教の慈悲精神の役割に関する研究および、その研究成果を社会へ発信します。</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>