Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion app/views/dashboard/_home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,19 @@
<p class="text-sm leading-relaxed">Anyone. Volunteers can deploy CivicPatch servers to collect information. Our roadmap and project planning is open for anyone to view. Check it out <a href="https://github.com/orgs/CivicPatch/projects/3/views/1" target="_blank" rel="noopener">here</a>.</p>
</div>


<div class="mt-6">
<h5 class="text-sm sm:text-base text-gray-900 mb-2 sm:mb-4">
Get in touch
</h5>
<ul class="space-y-1 text-sm">
<li>
For inquiries related to funding or data:
<a href="mailto:info@civicdata.tech" class="text-blue-600 hover:underline">info@civicdata.tech</a>
</li>
<li>
For inquiries related to CivicPatch tools:
<a href="mailto:michelle@civicpatch.org" class="text-blue-600 hover:underline">michelle@civicpatch.org</a>
</li>
</ul>
</div>
</div>
Loading