-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.jsp
116 lines (112 loc) · 4.26 KB
/
index.jsp
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
<!DOCTYPE html>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>투명한 기부</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"
><strong>기부</strong>  '나만의 투명한 기부 참여'</a
>
<ul class="icons">
<li>
<a href="login.html"><span class="label">Login</span></a>
</li>
<li>
<a href="login.html"><span class="label">Logout</span></a>
</li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h2><font size="10">'~~~~~ donation'</font></h2>
<h2><font size="5">투명한 기부하기</font></h2>
<p>누구든지 물품, 포인트로 기부하는</p>
</header>
<p>
'투명한 기부 플랫폼'은 기존 기부 플랫폼은 현금으로 기부를 해서
기부받은 물품을 기부단체가 개인자산으로 횡령하는 사건이 많았고
그것으로 기부자들이 기부단체를 신뢰하지 못하는 문제가 발생하여
기부문화가 크게 위축되었다. 물품과 포인트를 통한 기부 방식을
통해서 기부를 받은 단체가 개인자산으로 횡령하는 것을 막고
공유문서를 통해 기부내역을 공개하여 청렴한 기부금 운영방식을
운영하여 기부자로부터 믿음을 얻어 기부자가 마음 높고 기부할 수
있는 기부문화를 구축한다.
</p>
<ul class="actions">
<li><a href="#" class="button big">더 알아보기</a></li>
</ul>
</div>
<span class="image object">
<img src="images/pic10.jpg" alt="" />
</span>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2><a href="index.html">~~~~ donation</a></h2>
</header>
<ul>
<li>
<span class="opener">MY PAGE</span>
<ul>
<li><a href="mypage.html">회원정보 조회</a></li>
<li><a href="mypage.html">포인트 적립</a></li>
<li><a href="mypage.html">재능 등록</a></li>
<li><a href="mypage.html">공유 서류 조회</a></li>
</ul>
</li>
<li><a href="generic.html">기부 하기</a></li>
<li><a href="elements.html">재능 기부</a></li>
</ul>
</nav>
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<ul class="contact">
<li class="icon solid fa-envelope">
<a href="#">[email protected]</a>
</li>
<li class="icon solid fa-phone">(+82) 10-3116-7130</li>
<li class="icon solid fa-home">
30, Pildong-ro 1-gil, Jung-gu<br />
Seoul, Republic of Korea
</li>
</ul>
</section>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>