Skip to content

Commit 7592570

Browse files
committed
add fundraising
1 parent ba0b8fc commit 7592570

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

portal/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
<span style="font-size: 2.6rem;">An education and training hub for the geoscientific Python community</span>
1111

12-
<a href="https://projectpythia.org/pythia-cookoff-2024/" role="button" class="btn btn-light btn-lg" style="display: flex; align-items: center; font-weight: 600; text-decoration: none; background-color: #ccc; border: rgba(var(--spt-color-dark), 1);">
13-
Project Pythia is hosting a Cookbook Cook-Off June 11-14, 2024.<br>
14-
Learn more here.
12+
<a href="posts/fundraiser.html" role="button" class="btn btn-light btn-lg" style="display: flex; align-items: center; font-weight: 600; text-decoration: none; background-color: #ccc; border: rgba(var(--spt-color-dark), 1);">
13+
Donate to Project Pythia!
1514
</a>
1615

16+
1717
[Project Pythia](about) is the education working group for [Pangeo](https://pangeo.io)
1818
and is an educational resource for the entire geoscience community.
1919
Together these initiatives are helping geoscientists make sense of huge volumes of

portal/posts/fundraiser.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
blogpost: true
3+
date: Jun 28, 2023
4+
author: Julia kent
5+
tags: fundraiser
6+
---
7+
8+
# Donate to Project Pythia!
9+
10+
<script>
11+
(function(f,u,n,r,a,i,s,e){var data={window:window,document:document,tag:"script",data:"funraise",orgId:f,uri:u,common:n,client:r,script:a};var scripts;var funraiseScript;data.window[data.data]=data.window[data.data]||[];if(data.window[data.data].scriptIsLoading||data.window[data.data].scriptIsLoaded)return;data.window[data.data].loading=true;data.window[data.data].push("init",data);scripts=data.document.getElementsByTagName(data.tag)[0];funraiseScript=data.document.createElement(data.tag);funraiseScript.async=true;funraiseScript.src=data.uri+data.common+data.script+"?orgId="+data.orgId;scripts.parentNode.insertBefore(funraiseScript,scripts)})('79cd49fa-a550-4baa-a6d9-1913aae826df','https://assets.funraise.io','/widget/common/2.0','/widget/client','/inject-form.js');
12+
</script>
13+
14+
<script>
15+
window.funraise.push('create', { form: 36005 }, {
16+
selector: '#fr-placed-form-container-36005',
17+
type: 'grow_contained',
18+
});
19+
</script>
20+
21+
<div id="fr-placed-form-container-36005" style="min-height: 816px;"></div>

0 commit comments

Comments
 (0)