-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (222 loc) · 8.71 KB
/
Copy pathindex.html
File metadata and controls
229 lines (222 loc) · 8.71 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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Free Nonprofit Analytics Tools | Daly Analytics</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #F9B397 0%, #D68A93 25%, #AD92B1 75%, #B07891 100%);
min-height: 100vh;
padding: 20px;
}
.container {
max-width: 1200px;
margin: 0 auto;
background: white;
border-radius: 16px;
padding: 40px;
box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
h1 {
text-align: center;
font-size: 2.5rem;
margin-bottom: 1rem;
background: linear-gradient(135deg, #D68A93, #AD92B1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.subtitle {
text-align: center;
color: #666;
font-size: 1.2rem;
margin-bottom: 3rem;
}
.tools-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
margin: 3rem 0;
}
.tool-card {
border: 2px solid #e9ecef;
border-radius: 12px;
padding: 2rem;
background: #f8f9fa;
}
.tool-card h2 {
font-size: 1.5rem;
margin-bottom: 1rem;
color: #333;
}
.tool-card p {
color: #666;
margin-bottom: 1.5rem;
}
.tool-card ul {
list-style: none;
margin-bottom: 1.5rem;
}
.tool-card li:before {
content: "✓ ";
color: #AD92B1;
font-weight: bold;
}
.tool-card li {
padding: 0.3rem 0;
}
.btn {
display: block;
width: 100%;
padding: 1rem;
text-align: center;
background: linear-gradient(135deg, #D68A93, #AD92B1);
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: 600;
transition: transform 0.2s;
}
.btn:hover {
transform: translateY(-2px);
}
.badge {
display: inline-block;
background: #28a745;
color: white;
padding: 0.3rem 0.8rem;
border-radius: 20px;
font-size: 0.85rem;
margin-bottom: 1rem;
}
.badge.coming-soon {
background: #ffc107;
color: #333;
}
.btn.disabled {
background: #6c757d;
color: white;
cursor: not-allowed;
transform: none;
}
.btn.disabled:hover {
transform: none;
}
footer {
margin-top: 3rem;
padding-top: 2rem;
border-top: 2px solid #e9ecef;
text-align: center;
color: #666;
}
footer a {
color: #AD92B1;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<h1>Free Nonprofit Analytics Tools</h1>
<p class="subtitle">Purpose-built tools that understand your mission. No subscriptions, no vendor lock-in.</p>
<div class="tools-grid">
<!-- Donor Retention Calculator -->
<div class="tool-card">
<span class="badge">✅ Live Now</span>
<h2>📊 Donor Retention Calculator</h2>
<p>Calculate retention rates and understand donor behavior patterns with industry benchmarks.</p>
<ul>
<li>Multi-year retention tracking</li>
<li>Cohort analysis</li>
<li>Industry benchmarks</li>
<li>Donor segmentation</li>
</ul>
<a href="https://dalyanalytics.shinyapps.io/donor-retention-calculator/" class="btn" target="_blank">Launch Tool →</a>
</div>
<!-- Board Packet Generator -->
<div class="tool-card">
<span class="badge">✅ Live Now</span>
<h2>📄 Board Packet Generator</h2>
<p>Create professional board meeting packets with automated data visualizations and summaries.</p>
<ul>
<li>Automated report generation</li>
<li>Financial summaries</li>
<li>Impact visualizations</li>
<li>Executive dashboards</li>
</ul>
<a href="https://dalyanalytics.shinyapps.io/board-packet-generator/" class="btn" target="_blank">Launch Tool →</a>
</div>
<!-- Grant Research Assistant -->
<div class="tool-card">
<span class="badge">✅ Live Now</span>
<h2>🔍 Grant Research Assistant</h2>
<p>Find New England foundations that fund organizations like yours using IRS 990 data.</p>
<ul>
<li>Search 15+ foundations</li>
<li>Filter by state & size</li>
<li>View grants paid data</li>
<li>Export prospect lists</li>
</ul>
<a href="https://dalyanalytics.shinyapps.io/grant-research-assistant/" class="btn" target="_blank">Launch Tool →</a>
</div>
<!-- Capital Campaign Forecaster -->
<div class="tool-card">
<span class="badge">✅ Live Now</span>
<h2>📈 Capital Campaign Forecaster</h2>
<p>Modernize campaign planning with Monte Carlo simulation for multi-year capital campaigns.</p>
<ul>
<li>Monte Carlo simulation (1,000 scenarios)</li>
<li>3-5 year campaign projections</li>
<li>ROI probability analysis</li>
<li>Confidence intervals & risk assessment</li>
</ul>
<a href="https://dalyanalytics.shinyapps.io/capital-campaign-forecaster/" class="btn" target="_blank">Launch Tool →</a>
</div>
<!-- Program Impact Dashboard -->
<div class="tool-card">
<span class="badge">✅ Live Now</span>
<h2>📊 Program Impact Dashboard</h2>
<p>Measure program effectiveness with causal impact analysis and statistical significance testing.</p>
<ul>
<li>Bayesian causal inference (CausalImpact)</li>
<li>Live Census data for CT communities</li>
<li>Multiple outcome metrics per program</li>
<li>Interactive geographic mapping</li>
</ul>
<a href="https://dalyanalytics.shinyapps.io/program-impact-dashboard/" class="btn" target="_blank">Launch Tool →</a>
</div>
<!-- Data Governance Toolkit - Coming Soon -->
<div class="tool-card">
<span class="badge coming-soon">🚧 Coming Soon</span>
<h2>🔐 Data Governance Toolkit</h2>
<p>Comprehensive data management and privacy compliance tools for nonprofit organizations.</p>
<ul>
<li>Data inventory and classification</li>
<li>Privacy policy generator</li>
<li>Donor consent management</li>
<li>Data retention scheduling</li>
</ul>
<div class="btn disabled">In Development</div>
</div>
</div>
<footer>
<p><strong>Need custom analytics solutions?</strong></p>
<p>These tools showcase what's possible. Let's build something tailored to your organization.</p>
<p style="margin-top: 1rem;">
<a href="https://www.dalyanalytics.com/contact" style="font-weight: 600; font-size: 1.1rem;">Get Custom Tools →</a>
</p>
<p style="margin-top: 2rem; font-size: 0.9rem;">
<a href="https://github.com/dalyanalytics/nonprofit-analytics-tools">View Source Code on GitHub</a> |
<a href="https://www.dalyanalytics.com">Daly Analytics</a>
</p>
</footer>
</div>
</body>
</html>