Skip to content

Commit 8cd909f

Browse files
committed
feat: Add donate page.
1 parent 0ffe266 commit 8cd909f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

src/routes/donate/+page.svelte

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<svelte:head>
2+
<title>Donate to IDL</title>
3+
</svelte:head>
4+
5+
<div class="lead">Support the Interactive Data Lab</div>
6+
7+
<div class="md:hidden">
8+
<p>
9+
Join us to support cutting-edge research, student development, and impactful open source software. <a class="font-semibold" href="https://www.washington.edu/giving/make-a-gift/?page=make&code=FND-152008">Make a gift</a> to the Interactive Data Lab!
10+
</p>
11+
<div class="text-center pt-6 pb-8">
12+
<a
13+
href="https://www.washington.edu/giving/make-a-gift/?page=make&code=FND-152008"
14+
class="rounded-md bg-violet-800 px-3.5 py-2.5 text-2xl font-semibold text-white shadow-xs focus-visible:outline-2 focus-visible:outline-offset-2 hover:bg-violet-100 focus-visible:outline-violet">Donate Now</a>
15+
</div>
16+
</div>
17+
18+
<div class="hidden md:flex flex py-5 items-center">
19+
<div class="w-48 flex-none text-center">
20+
<a
21+
href="https://www.washington.edu/giving/make-a-gift/?page=make&code=FND-152008"
22+
class="rounded-md bg-violet-800 px-3.5 py-2.5 text-lg font-semibold text-white shadow-xs focus-visible:outline-2 focus-visible:outline-offset-2 hover:bg-violet-100 focus-visible:outline-violet">Donate Now</a>
23+
</div>
24+
<div class="flex-auto pr-10">
25+
Join us to support cutting-edge research, successful students, and impactful open source software. <a class="font-semibold" href="https://www.washington.edu/giving/make-a-gift/?page=make&code=FND-152008">Make a gift</a> to the Interactive Data Lab!
26+
</div>
27+
</div>
28+
29+
<p>
30+
In addition to our <a class="font-semibold" href="papers">research output</a> and <a class="font-semibold" href="https://idl.uw.edu/visualization-curriculum/">educational curricula</a>, the Interactive Data Lab develops and contributes to popular <a class="font-semibold" href="https://github.com/uwdata/">open source software</a> projects including <a class="font-semibold" href="https://vega.github.io/vega-lite">Vega-Lite</a>, <a class="font-semibold" href="https://altair-viz.github.io/">Vega-Altair</a>, <a class="font-semibold" href="https://d3js.org">D3.js</a>, <a class="font-semibold" href="https://idl.uw.edu/arquero">Arquero</a>, and <a class="font-semibold" href="https://idl.uw.edu/mosaic">Mosaic</a>. Your gift helps us enhance people's ability to understand and communicate data, including support for student researchers and open source development.
31+
</p>
32+
33+
<p>
34+
Donations directly support the Interactive Data Lab and are processed by the UW Foundation (tax id 94-3079432). Your gift may be tax deductible as charitable contributions for U.S. federal tax purposes as allowed by IRS regulations. For more, see the <a class="font-semibold" href="https://www.washington.edu/giving/contacts/faq">UW Giving Frequently Asked Questions</a>.
35+
</p>

0 commit comments

Comments
 (0)