From 6b62b3718ad172c59fa3f933043a3d483f2775e7 Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Fri, 4 Feb 2022 13:13:14 -0800 Subject: [PATCH] portico: Reorder /for/x and case study links in header and footer. --- templates/zerver/footer.html | 10 +++++----- templates/zerver/landing_nav.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/zerver/footer.html b/templates/zerver/footer.html index ff42e4e9ed..7fe84e94c5 100644 --- a/templates/zerver/footer.html +++ b/templates/zerver/footer.html @@ -18,16 +18,16 @@ {{ _("Business") }}
  • - {{ _("Open source projects") }} + {{ _("Education") }}
  • - {{ _("Education") }} + {{ _("Research") }}
  • {{ _("Events and conferences") }}
  • - {{ _("Research") }} + {{ _("Open source projects") }}
  • {{ _("Communities") }} @@ -47,10 +47,10 @@ {{ _("University of California San Diego") }}
  • - {{ _("Rust language community") }} + {{ _("Lean theorem prover community") }}
  • - {{ _("Lean theorem prover community") }} + {{ _("Rust language community") }}
  • diff --git a/templates/zerver/landing_nav.html b/templates/zerver/landing_nav.html index 684f8a357e..d1a5dba07e 100644 --- a/templates/zerver/landing_nav.html +++ b/templates/zerver/landing_nav.html @@ -48,16 +48,16 @@ Business
  • - Open source projects + Education
  • - Education + Research
  • Events and conferences
  • - Research + Open source projects
  • Communities @@ -75,10 +75,10 @@ University of California San Diego
  • - Rust language community + Lean theorem prover community
  • - Lean theorem prover community + Rust language community