Skip to content
Open
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
31 changes: 31 additions & 0 deletions src/routes/imprint/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@


<div class="hero bg-base-200 py-24">
<div class="hero-content text-center">
<div class="max-w-md">
<h1 class="text-5xl font-bold">Work in Data4Good!</h1>
<p class="pt-8">
A <a class="link" href="/organizations">list</a> of organizations that leverage
data for social and environmental good.
</p>
</div>
</div>
</div>

<div id="definition" class="m-auto flex min-h-[45vh] max-w-[1200px] pb-12">
<div class="mx-auto max-w-[700px] px-4 py-2 pt-6 text-lg lg:pt-12">
<strong>Data4Good</strong> refers to the use of data for social and
environmental good, leveraging its potential for addressing pressing
challenges instead of solely focusing on maximizing profits. In the context
of this website, this means applying methodologies related to Data Science
for causes that are compatible with one or multiple
<a class="link" href="https://sdgs.un.org/goals">
Sustainable Development Goals
</a>.
Additionally, Data4Good must adhere to the ethical practices of
prioritizing privacy and consent, promoting transparency and mitigating
biases for fairness.
</div>
</div>


<div class="flex justify-center">
<div class="prose max-w-[600px] py-12">
<h1 class="">Imprint</h1>
Expand Down