-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (155 loc) · 7.33 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donor Management</title>
<link rel="icon" type="image/png" sizes="64x64" href="assets/favicon.png">
<link rel="stylesheet" type="text/css" media="screen" href="./CSS/index.css" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="javascript/index.js" async></script>
</head>
<body>
<div class="container">
<div class="navbar">
<div class="logo">
<a href="index.html"><img src="assets/logo-black.png" alt="logo"></a>
</div>
<div class="nav-items">
<nav>
<a href="team/team.html">Team</a>
<a href="faq/faq.html">FAQ</a>
<a href="https://donor-management-lambda.netlify.com/login">Sign-up</a>
</nav>
</div>
</div>
<!-- Header image and text -->
<header>
<div class="img-container">
<img src="assets/header-image.jpg" alt="">
<div class="img-text">
<h2>Donor Management</h2>
<p>The first truly cloud-based <br> donor management and <br> communication solution.</p>
<a href="https://donor-management-lambda.netlify.com/login">
<div class="button">
<p>Subscribe</p>
</div>
</a>
</div>
</div>
</header>
<!-- MAIN BODY ANND CONTENT OF THE PAGE -->
<!-- Solution section -->
<div class="main-content">
<section class="solution" data-aos="fade-in" data-aos-delay="100">
<div class="solution-container">
<div class="solution-heading">
<h1>Keep Track</h1>
<h3>Of all the communication <br> with a comprehensive dashboard</h3>
<a href="https://donor-management-lambda.netlify.com/login">
<div class="button">
<p>Subscribe</p>
</div>
</a>
</div>
<div class="small-image">
<img src="assets/dashboard.png" alt="">
</div>
</div>
</section>
<!-- features section -->
<section class="features" data-aos="fade-in" data-aos-delay="100">
<div class="feature-container">
<div class="feature">
<img src="assets/access-donors.jpg" alt="">
<div class="text">
<h3>Create and manage Donor records</h3>
<p>Users can create a database of Donors by importing them seamlessly from various sources. That data can be accessed and analyzed anytime and anywhere in the world with an internet connection. The data can be updated anytime and the changes will be reflected in real time to all the users.</p>
</div>
</div>
<div class="feature-reverse">
<div class="text">
<h3>Access and manage campaign records</h3>
<p>With our application, users will have access to real-time data related to their fund-raising campaign. Information like mode of donation, date, Donor's details, etc. Users can set a fund-raising target and keep track of the current situation. Users can also track and manage the data related to the utilization of the funds raised in a campaign.</p>
</div>
<img src="assets/access-campaign.jpg" alt="">
</div>
<div class="feature">
<img src="assets/email.jpg" alt="">
<div class="text">
<h3>Auto emailing to all or selected Donors</h3>
<p>Users can record and update the contact details of their Donors. They can use it for contacting the Donors for future campaigns or sharing fund-utilization status, or just for saying thank you. Users can also keep track of their correspondence with Donors like, last contacted, the purpose of contacting, mode of contact, or outcome of the same.</p>
</div>
</div>
<div class="feature-reverse">
<div class="text">
<h3>integrated accounting and marketing</h3>
<p>Donor Management application has an integrated accounting and marketing feature. With this, users can market their campaign, or cause, and maintain accounts for the same. This way users can have all the data ready for their reporting and tax filing purposes.</p>
</div>
<img src="assets/integerated.jpg" alt="">
</div>
</div>
</section>
<!-- Customer reviews section -->
<section class="customer-reviews" data-aos="fade-in" data-aos-delay="100">
<h2>What do our customers say about us? <h2>
<div class="review">
<img src="assets/reviewer1.jpeg" alt="">
<p class="about">Frank Murray <br> Executive Director of Murray Foundation</p>
<p>"Their software has so many useful features. They have made our job easy."</p>
</div>
<div class="review">
<img src="assets/reviewer2.png" alt="">
<p class="about">Diana Graham <br> President of Child Care Association</p>
<p>"Me and my team just love DM! I'm glad we used DM for our campaign."</p>
</div>
<div class="review">
<img src="assets/reviewer3.jpeg" alt="">
<p class="about">Rebecca Sharp <br> COO of Apollo Hospitals</p>
<p>"DM is just awesome! Too good to be true."</p>
</div>
<div class="review">
<img src="assets/reviewer4.jpg" alt="">
<p class="about">Rajeev Khandelwal <br> National Elementary School</p>
<p>"My team is very happy with this application. I recommend it to every organization dealing with donor management."</p>
</div>
</section>
<!-- Subscribe section -->
<section class="subscribe" data-aos="fade-in" data-aos-delay="100">
<h2>Think no more and claim your free first month!</h2>
<div class="button-container">
<a href="https://donor-management-lambda.netlify.com/login">
<div class="button">
<p>Subscribe</p>
</div>
</a>
</div>
</section>
</div>
<footer>
<div class="footer-content">
<div class="copyright">
<p>© Copyright 2019 Donor Management -<br> All Rights Reserved</p>
</div>
<div class="logo">
<a href="index.html"><img src="assets/logo-black.png" alt="logo"></a>
</div>
<div class="nav-items">
<nav>
<a href="team/team.html">Team</a>
<a href="faq/faq.html">FAQ</a>
<a href="https://donor-management-lambda.netlify.com/login">Sign-up</a>
</nav>
</div>
</div>
</footer>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>