Skip to content

Commit

Permalink
Add GLITCH partner page (#1432)
Browse files Browse the repository at this point in the history
* Create index.md

* Add GLITCH logo

* Create index.md

* Delete content/partners/glitch/images/index.md

* Update index.md

* Added links to text

* Make partners page responsive

Fixes: #1408

* Fix responsiveness of nettest page

Closes: #1150

---------

Co-authored-by: Maria Xynou <[email protected]>
Co-authored-by: Arturo Filastò <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2023
1 parent 3d97a7c commit 8c7ed61
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions content/partners/glitch/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
continent: Global
country: Global
name: GLITCH. Oxford Internet Institute, University of Oxford
title: GLITCH
website: https://glitch.oii.ox.ac.uk/
reports:
---

The [Global Information Technology Controls Hub (GLITCH)](https://glitch.oii.ox.ac.uk/) is based at the
[Oxford Internet Institute, University of Oxford](https://www.oii.ox.ac.uk/). GLITCH brings together
academics, organisations and other stakeholders researching digital
rights, information controls, internet shutdowns, and censorship.

They take a highly interdisciplinary perspective on the study of information
controls, bringing together quantitative and qualitative tools in the social
sciences, statistics, and computer science to identify the root causes of
censorship and shutdowns, and their wider effects on individuals and societies.

GLITCH aims to make sense of the increasing amount of data on information
controls and digital rights abuses. They develop the tools and methods to analyse
and understand the causes of information controls and their effects, to
generate strong evidence for policy and activism, and to protect the
fundamental rights to expression, connection, and communication.
14 changes: 7 additions & 7 deletions layouts/section/nettest.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 id="websites" class="test-header">Which websites are blocked?</h1>
{{ range .Data.Pages.ByDate }}
{{ if in .Params.groups "websites" }}
{{ $TITLE := title (replace (index (split .RelPermalink "/") 2) "-" " ") }}
<div class="col-4 mr-2 mb-2 p-3 question-container">
<div class="col-md-1 col-lg-4 mr-2 mb-2 p-3 question-container">
<a href="{{ .RelPermalink }}">
<h2 class="test-header">{{ $TITLE }}</h2>
<p class="test-paragraph">
Expand All @@ -38,7 +38,7 @@ <h1 id="im" class="test-header">Which instant messaging apps are blocked?</h1>
{{ range .Data.Pages }}
{{ if in .Params.groups "im" }}
{{ $TITLE := title (replace (index (split .RelPermalink "/") 2) "-" " ") }}
<div class="col-4 mr-2 mb-2 p-3 question-container">
<div class="col-md-1 col-lg-4 mr-2 mb-2 p-3 question-container">
<a href="{{ .RelPermalink }}">
<h2 class="test-header">{{ $TITLE }}</h2>
<p class="test-paragraph">
Expand All @@ -55,7 +55,7 @@ <h1 id="tor" class="test-header">Is Tor blocked?</h1>
{{ range .Data.Pages }}
{{ if in .Params.groups "tor" }}
{{ $TITLE := title (replace (index (split .RelPermalink "/") 2) "-" " ") }}
<div class="col-4 mr-2 mb-2 p-3 question-container">
<div class="col-md-1 col-lg-4 mr-2 mb-2 p-3 question-container">
<a href="{{ .RelPermalink }}" >
<h2 class="test-header">{{ $TITLE }}</h2>
<p class="test-paragraph">
Expand All @@ -72,7 +72,7 @@ <h1 id="proxies" class="test-header">Are VPNs blocked?</h1>
{{ range .Data.Pages }}
{{ if in .Params.groups "proxies" }}
{{ $TITLE := title (replace (index (split .RelPermalink "/") 2) "-" " ") }}
<div class="col-4 mr-2 mb-2 p-3 question-container">
<div class="col-md-1 col-lg-4 mr-2 mb-2 p-3 question-container">
<a href="{{ .RelPermalink }}">
<h2 class="test-header">{{ $TITLE }}</h2>
<p class="test-paragraph">
Expand All @@ -88,7 +88,7 @@ <h1 id="performance" class="test-header">What is the speed and performance of my
<div class="row">
{{ range .Data.Pages }}
{{ if in .Params.groups "performance" }}
<div class="col-4 mr-2 mb-2 p-3 question-container">
<div class="col-md-1 col-lg-4 mr-2 mb-2 p-3 question-container">
<a href="{{ .RelPermalink }}">
<h2 class="test-header">{{ .Title }}</h2>
<p class="test-paragraph">
Expand All @@ -105,7 +105,7 @@ <h1 id="boxes" class="test-header">Are middleboxes present on my network?</h1>
{{ range .Data.Pages }}
{{ if in .Params.groups "boxes" }}
{{ $TITLE := title (replace (index (split .RelPermalink "/") 2) "-" " ") }}
<div class="col-4 mr-2 mb-2 p-3 question-container">
<div class="col-md-1 col-lg-4 mr-2 mb-2 p-3 question-container">
<a href="{{ .RelPermalink }}">
<h2 class="test-header">{{ $TITLE }}</h2>
<p class="test-paragraph">
Expand All @@ -122,7 +122,7 @@ <h1 id="legacy" class="test-header">Retired OONI Probe tests</h1>
{{ range .Data.Pages }}
{{ if in .Params.groups "legacy" }}
{{ $TITLE := title (replace (index (split .RelPermalink "/") 2) "-" " ") }}
<div class="col-4 mr-2 mb-2 p-3 question-container">
<div class="col-md-1 col-lg-4 mr-2 mb-2 p-3 question-container">
<a href="{{ .RelPermalink }}">
<h2 class="test-header">{{ $TITLE }}</h2>
<p class="test-paragraph">
Expand Down
2 changes: 1 addition & 1 deletion layouts/section/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>{{ .Title }}</h1>
{{ $href := .Permalink }}
{{ with .Resources.GetMatch "images/*.png" }}
{{ $image := .Fit "140x150" }}
<div class="col-4 mb-3">
<div class="col-md-1 col-lg-4 mb-3">
<div class="partner-box p-3">
<a href="{{ $href }}">
<h2>{{ $name }}</h2>
Expand Down

0 comments on commit 8c7ed61

Please sign in to comment.