Skip to content

Commit 56b94c3

Browse files
committed
feat: add Luminate to sponsor partners list
1 parent f1a0b5f commit 56b94c3

4 files changed

Lines changed: 28 additions & 0 deletions

File tree

public/img/partners/luminate.svg

Lines changed: 14 additions & 0 deletions
Loading

src/i18n/messages/en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@
197197
"friedrich": {
198198
"name": "Friedrich-Naumann-Stiftung For Freedom",
199199
"description": "The Friedrich-Naumann-Stiftung for Freedom (FNF) is a German political foundation. In Germany and in 60 countries around the world, FNF and its partners promote freedom, liberalism, democracy, human rights, pluralism, tolerance, curbing climate change, an open and digital society, social market economy, and the rule of law. We are a non-profit organization that focuses on civic education.\n\nWe work with government institutions, NGOs, academia, political parties, researchers, students, journalists, activists, start-ups and artists who share our values and want to join us in promoting freedom. We work collaboratively and seek long-term partnerships, highlighting the importance of individual freedom and strong democratic institutions. FNF promotes economic freedom and free trade. We want businesses to respect human rights. We highly value privacy and data protection. FNF promotes curbing climate change by utilizing technological advances, for example in the context of smart cities.\n\nFNF has worked in Asia since 1969. Today, we have five offices in Asia: Bangkok, Jarkata, Manila, Seoul, and Taipei. We also work in Malaysia.\n\nIn Taiwan, Taiwan Office/ Global Innovation Hub of the Friedrich Naumann Foundation for Freedom was established in 2021. The Hub focuses on “digital transformation” and “innovation for democracy.” With its international global network of experts, partners and collaborators, the hub aims to support the Friedrich Naumann Foundation on its way to becoming a creative innovation platform for liberalism."
200+
},
201+
"luminate": {
202+
"name": "Luminate",
203+
"description": "Luminate is a global foundation working to ensure that everyone – especially those who are underrepresented - has the information, rights, and power to influence the decisions that shape society. The foundation is focused on enabling people to fully participate in civic and political life, to safely challenge power, and to access accurate, trustworthy information. Luminate works globally with a regional focus on Africa, Asia, and Latin America. It was established by philanthropists Pierre and Pam Omidyar and has worked for over a decade on issues related to governance and citizen engagement."
200204
}
201205
}
202206
},

src/i18n/messages/zh-tw.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@
197197
"friedrich": {
198198
"name": "弗里德里希諾曼自由基金會",
199199
"description": "[弗里德里希諾曼自由基金會(FNF)](https://www.freiheit.org/taiwan)來自德國,在德國與全球60個國家,與其合作夥伴致力於推廣自由、自由主義、民主、人權、多元化、寬容、遏止氣候變遷、開放與數位社會、社會市場經濟,以及法治。我們是一個專注於公民教育的非營利組織。\n\n 本會的合作對象包含與我們價值相符且同樣想要投入推廣自由之工作的政府機關、非政府組織、學術界、政黨、學者、學生、記者、倡議者、新創企業或組織以及藝術家。我們與夥伴們協力,共同進行倡議,並尋求長期的夥伴關係,強調個人自由與強健民主體制之重要性。FNF也提倡經濟自由與自由貿易,同時我們也希望企業能夠尊重人權。我們更高度重視隱私與資料保護。我們也支持善用科技進展以遏止氣候變遷,例如運用智慧城市作為對抗氣候變遷的途徑。\n\n FNF自1969年於印尼雅加達設立辦事處以來已在亞洲耕耘多年。今天,我們在亞洲總共有五間辦事處:[曼谷](https://www.freiheit.org/thailand)、[雅加達](https://www.freiheit.org/indonesia)、[馬尼拉](https://www.freiheit.org/philippines)、[首爾](https://www.freiheit.org/korea)與[台北](https://www.freiheit.org/taiwan)。我們也在[馬來西亞](https://www.freiheit.org/malaysia)開展工作。\n\n 弗里德里希諾曼自由基金會全球創新中心於2021年在台灣成立,其業務聚焦於「數位轉型」以及「為民主而創新」。藉由與其全球的專家、夥伴與合作網絡的合作,該中心旨在支持FNF成為一個為自由主義帶來創新的平台。"
200+
},
201+
"luminate": {
202+
"name": "Luminate",
203+
"description": "Luminate 是一家全球性基金會,致力於確保每個人,特別是那些未被充分代表的人,擁有足夠的的訊息、權利和權力,進而影響那些形塑社會的決策。該基金會致力於使人們能夠充分參與公民和政治生活,安全地挑戰權力,並取得準確、可信賴的訊息。Luminate 的工作範圍涵蓋全球,並重點關注非洲、亞洲和拉丁美洲地區。Luminate 由慈善家皮埃爾和帕姆·奧米迪亞夫婦(Pierre and Pam Omidyar)創立,十數年來致力於治理和公民參與相關問題上。"
200204
}
201205
}
202206
},

src/pages/sponsor.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ const sponsors = {
3333
site: 'https://www.freiheit.org/taiwan',
3434
img: 'freiheit.png',
3535
},
36+
{
37+
name: t('index.partners.luminate.name'),
38+
description: t('index.partners.luminate.description'),
39+
site: 'https://luminategroup.com/',
40+
img: 'luminate.svg',
41+
},
3642
],
3743
companion: [
3844
{

0 commit comments

Comments
 (0)