From c36f9e5b6c999d54a7954bc71d3f0f7949d05e97 Mon Sep 17 00:00:00 2001
From: Ken Hawkins <khawkins98@gmail.com>
Date: Mon, 17 Dec 2018 13:01:04 +0100
Subject: [PATCH] Direct from Icon fonts v1.2 to v1.3

---
 content/pages/general/fonts/v1.2/index.html | 9 +++++++++
 content/pages/general/fonts/v1.3/index.html | 8 --------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/content/pages/general/fonts/v1.2/index.html b/content/pages/general/fonts/v1.2/index.html
index 6012e0e..a1f39b8 100644
--- a/content/pages/general/fonts/v1.2/index.html
+++ b/content/pages/general/fonts/v1.2/index.html
@@ -10,6 +10,15 @@ framework-version: 1.2
 icon-version: 1.2
 ---
 
+<div class="reveal" id="iconDevelopmentNotice" aria-labelledby="iconDevelopmentNoticeHeader" data-reveal>
+  <h3 id="iconDevelopmentNoticeHeader">EBI Icons v1.3 have been released</h3>
+  <p class="lead">As of 17 Dec 2018, v1.3 of these icons have been release with more icons and better usage: <a class="readmore" href="../v1.3">see them here</a></p>
+  <button class="close-button" data-close aria-label="Close modal" type="button">
+    <span aria-hidden="true">&times;</span>
+  </button>
+</div>
+
+
 <section id="intro" class="row" data-magellan-target="intro">
   <div class="medium-8 columns">
     <p>If you're in need of an icon for a squirrel, bucket, or something useful: <a href="https://docs.google.com/a/ebi.ac.uk/forms/d/e/1FAIpQLSe7_lFbhVdt-AJeGQChjkiab642nDkfKTVoNQRosPAKuBP3_g/viewform?c=0&w=1" class="readmore">Request an icon</a></p>
diff --git a/content/pages/general/fonts/v1.3/index.html b/content/pages/general/fonts/v1.3/index.html
index feab771..3fc4d1b 100644
--- a/content/pages/general/fonts/v1.3/index.html
+++ b/content/pages/general/fonts/v1.3/index.html
@@ -16,14 +16,6 @@ document.addEventListener('DOMContentLoaded', function(){ $( document ).ready(fu
 }); }, false);
 </script>
 
-<div class="reveal" id="iconDevelopmentNotice" aria-labelledby="iconDevelopmentNoticeHeader" data-reveal>
-  <h3 id="iconDevelopmentNoticeHeader"><i class="icon icon-generic icon-alert"></i> v1.3 icons still under development</h3>
-  <p class="lead">If you're looking for icons to use in production, we recommend sticking with v1.2 for now; <a class="readmore" href="../v1.2">see them here</a></p>
-  <button class="close-button" data-close aria-label="Close modal" type="button">
-    <span aria-hidden="true">&times;</span>
-  </button>
-</div>
-
 <section id="intro" class="" data-magellan-target="intro">
 
   <div class="row">
-- 
GitLab