Skip to content
Snippets Groups Projects
Commit e2b2e136 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Open note about v1.3 icons being released

parent c36f9e5b
No related branches found
No related tags found
No related merge requests found
Pipeline #10824 passed with stages
in 2 minutes and 58 seconds
......@@ -10,6 +10,12 @@ framework-version: 1.2
icon-version: 1.2
---
<script>
document.addEventListener('DOMContentLoaded', function(){ $( document ).ready(function() {
$('#iconDevelopmentNotice').foundation('open');
}); }, false);
</script>
<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>
......
......@@ -10,12 +10,6 @@ framework-version: 1.3
icon-version: 1.3
---
<script>
document.addEventListener('DOMContentLoaded', function(){ $( document ).ready(function() {
$('#iconDevelopmentNotice').foundation('open');
}); }, false);
</script>
<section id="intro" class="" data-magellan-target="intro">
<div class="row">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment