From 996c2c3f1b439bb9e7ffdfbaca9c1f7a1dfa333c Mon Sep 17 00:00:00 2001 From: Arnold Daniels Date: Fri, 3 May 2013 22:33:14 +0200 Subject: [PATCH] Added Catincan banner --- docs/assets/js/catincan.js | 22 ++++++++++++++++++++++ docs/base-css.html | 1 + docs/components.html | 1 + docs/customize.html | 1 + docs/extend.html | 1 + docs/getting-started.html | 1 + docs/index.html | 1 + docs/javascript.html | 1 + docs/scaffolding.html | 1 + docs/templates/layout.mustache | 1 + 10 files changed, 31 insertions(+) create mode 100644 docs/assets/js/catincan.js diff --git a/docs/assets/js/catincan.js b/docs/assets/js/catincan.js new file mode 100644 index 00000000..8adf62ff --- /dev/null +++ b/docs/assets/js/catincan.js @@ -0,0 +1,22 @@ +(function () { + var div = document.createElement("div"); + div.id = "catincan-ribbon"; + var img = document.createElement("img"); + img.src = "https://www.catincan.com/sites/all/themes/catincan2/ribbons/images/catincan-ribbon-l02.png"; + img.style.position = "absolute"; + img.style.top = 0; + img.style.left = 0; + img.style.width = "192px"; + img.style.height = "198px"; + img.useMap = "#triangle"; + div.appendChild (img); + var map = document.createElement("map"); + map.name="triangle"; + var area = document.createElement("area"); + area.shape = "poly"; + area.coords = "0,0,192,0,0,198"; + area.href = "https://www.catincan.com/projects/close/jasny-bootstrap"; + map.appendChild(area); + div.appendChild (map); + document.getElementsByTagName ("body")[0].appendChild (div); +})() diff --git a/docs/base-css.html b/docs/base-css.html index 8cc953d2..ec105a7f 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -2615,6 +2615,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped + diff --git a/docs/components.html b/docs/components.html index 16cd0948..56b6d310 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2686,6 +2686,7 @@ class="clearfix" + diff --git a/docs/customize.html b/docs/customize.html index da0805f8..706556a0 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -545,6 +545,7 @@ + diff --git a/docs/extend.html b/docs/extend.html index af9fba25..397bc5ef 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -288,6 +288,7 @@ + diff --git a/docs/getting-started.html b/docs/getting-started.html index 976fea4e..c96ddc8f 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -383,6 +383,7 @@ + diff --git a/docs/index.html b/docs/index.html index b9bbb079..f39b0c29 100644 --- a/docs/index.html +++ b/docs/index.html @@ -323,6 +323,7 @@ + diff --git a/docs/javascript.html b/docs/javascript.html index d7be510e..4602d1b7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -2202,6 +2202,7 @@ $('[data-spy="affix"]').each(function () { + diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 2f1b87dc..0695d07e 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -644,6 +644,7 @@ + diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index 83cbe6db..64152aab 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -129,6 +129,7 @@ +