-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41feaf2
commit 335185a
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
layout: page | ||
title: "MAGIC Privacy Guides Fund" | ||
--- | ||
|
||
MAGIC Grants is pleased to host the [Privacy Guides](https://privacyguides.org) project with the MAGIC Privacy Guides Fund. | ||
|
||
## Donate | ||
|
||
To donate to the MAGIC Privacy Guides Fund, please email us at [[email protected]](mailto:[email protected]). We accept donations with credit card, bank transfer, and cryptocurrency. A new donation platform to make donating easier will be deployed soon. | ||
|
||
## Committee Members | ||
|
||
The MAGIC Privacy Guides Fund is governed by a committee that is composed of the five original [Privacy Guides team members](https://www.privacyguides.org/en/about/#our-team). They are: | ||
|
||
* Jonah Aragon | ||
* Niek de Wilde | ||
* Daniel Gray (dngray) | ||
* Freddy | ||
* Olivia | ||
|
||
Currently, committee members are appointed and removed by the committee. There is no election process. | ||
|
||
## MAGIC Privacy Guides Fund Vision and Goals | ||
|
||
* To maintain the best privacy educational resources. | ||
* To foster a privacy community. | ||
* TO remain free of advertisements and affiliate links. | ||
|
||
## Committee Minutes | ||
|
||
<ul class="post-list"> | ||
{% assign privacyguidesfundminutes = site.privacyguidesfundminutes | sort: 'date' | reverse %} | ||
{% for minute in privacyguidesfundminutes limit:5 %} | ||
<li><article><a href="{{ site.url }}{{ minute.url }}"><div class="post-entry-title">{{ minute.title }}</div> <span class="entry-date"><time datetime="{{ minute.date | date_to_xmlschema }}">{{ minute.date | date: "%B %d, %Y" }}</time></span>{% if minute.excerpt %} <span class="excerpt">{{ minute.excerpt | remove: '\[ ... \]' | remove: '\( ... \)' | markdownify | strip_html | strip_newlines | escape_once }}</span>{% endif %}</a></article></li> | ||
<hr> | ||
{% endfor %} | ||
</ul> | ||
|
||
[Archive of older minutes](https://github.com/MAGICGrants/MagicGrants.org/tree/master/posts/_privacyguidesfundminutes) |
File renamed without changes.