Skip to content

Commit

Permalink
New about, team, supporters and donate page (#1493)
Browse files Browse the repository at this point in the history
* Create sub-menu for about page
* Create team page with profile pics
* Create supporters & Funders page
* Revamp donate page
* Link to OONIque Boutique online shop from donate page
* Add support for using tailwind CSS in certain page
  • Loading branch information
hellais authored Dec 4, 2023
1 parent d15bc39 commit f09db31
Show file tree
Hide file tree
Showing 52 changed files with 5,730 additions and 1,773 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ build:
hugo
server:
hugo server --baseUrl=http://127.0.0.1:1313 --buildDrafts --buildFuture

dev:
hugo server --baseUrl=http://127.0.0.1:1313 --buildDrafts --buildFuture --disableFastRender
4 changes: 4 additions & 0 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
15 changes: 15 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,18 @@ maxAge = "10s"
[[menu.install]]
name = "Install OONI Probe"
url = "/install/"

[[menu.about]]
url = "/about/"
name = "About"
weight = 1

[[menu.about]]
url = "/about/team/"
name = "Team"
weight = 2

[[menu.about]]
url = "/about/supporters/"
name = "Supporters & Funders"
weight = 3
59 changes: 59 additions & 0 deletions content/about/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: About
submenu:
- url: "/about/"
name: "About"
- url: "/about/team/"
name: "Team"
- url: "/about/supporters/"
name: "Supporters & Funders"
---

Founded in 2012, the **Open Observatory of Network Interference (OONI)** is a non-profit free software project that aims to empower decentralized efforts in documenting internet censorship around the world.

To this end, we work on:

- **Free software for measuring internet censorship.** Through our [OONI Probe app](https://ooni.org/install/), you can [measure](https://ooni.org/nettest/) the blocking of websites, instant messaging apps, and circumvention tools, and you can measure network performance. We aim to empower the public to independently detect information controls on the internet.
- **Real-time analysis and open publication of censorship measurements from around the world.** As soon as you run OONI Probe, your test results are automatically published as open data in real-time. [OONI Explorer](https://explorer.ooni.org/) and the [OONI API](https://api.ooni.io/) enable the public to track censorship events around the world in real-time based on openly available measurement data that can potentially serve as evidence.
- **Research reports documenting censorship events around the world.** In collaboration with our [partners](https://ooni.org/partners), we publish [research reports](https://ooni.org/reports/) documenting cases of internet censorship around the world. These reports share relevant OONI measurements and aim to enable human rights defenders, journalists, activists, and lawyers to use these censorship findings as part of their work.

Thanks to our global community, [more than a billion network measurements](https://explorer.ooni.org/) have been published from more than 200 countries, shedding light on cases of internet censorship worldwide.

Join our community by [running OONI Probe](https://ooni.org/install/) to contribute measurements! But please read our **[Data Policy](/about/data-policy)** and **[documentation about potential risks](/about/risks/)** first.

Questions? Learn more through our **[Frequently Asked Questions (FAQ)](https://ooni.org/support/faq/)** section.

## Mission

Our mission is to ensure a free and open internet by increasing transparency of internet censorship around the world.

We believe that everyone should have equal and open access to information. We aim to help create and defend an internet where human rights -- particularly freedom of expression and access to information -- are promoted and protected around the world.

We know that we can’t do this alone. This is why we have built a decentralized internet censorship observatory, powered by human rights defenders worldwide.

We create [free and open source network measurement tools](https://ooni.org/install/) that anyone can use to measure internet censorship.

We [openly publish measurements](https://ooni.org/data/) to provide a public archive on network interference and to increase transparency of internet censorship around the world.

All of our methodologies, tools, and measurements are entirely open, transparent, and peer-reviewed.

By increasing transparency of internet censorship, we aim to support public debate on information controls and promote social justice on the internet.

### Contact

You can contact the OONI team by sending an email to **[email protected]**.

Encrypted emails can be sent using the [following PGP key](https://keyserver.ubuntu.com/pks/lookup?fingerprint=on&op=index&search=0x4C15DDA996C6C0CF48BD33096B2943F00CB177B7):

pub 4096R/6B2943F00CB177B7 2016-03-23
Key fingerprint = 4C15 DDA9 96C6 C0CF 48BD 3309 6B29 43F0 0CB1 77B7
uid \[ultimate\] OONI - Open Observatory of Network Interference
sub 4096R/8EBD2087374399AB 2016-03-23

For real-time communication, you can reach us on [Slack](https://slack.ooni.org/) or [IRC](ircs://irc.oftc.net:6697/#ooni).

Our physical mailing address is the following:

{{< address title="Open Observatory of Network Interference (OONI)" address1="Via Ostiense 131L" address2="00154, Rome, Italy" >}}

Tax ID: IT-96568220584
Binary file added content/about/supporters/images/AWS Open Data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions content/about/supporters/images/DigitalOcean.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions content/about/supporters/images/Google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f09db31

Please sign in to comment.