update share button
Showing
3 changed files
with
36 additions
and
3 deletions
... | @@ -1937,7 +1937,18 @@ | ... | @@ -1937,7 +1937,18 @@ |
1937 | <div class="download"> | 1937 | <div class="download"> |
1938 | <span class="download__infos">You simply have to <b>try it</b>.</span> | 1938 | <span class="download__infos">You simply have to <b>try it</b>.</span> |
1939 | <a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat</a> | 1939 | <a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat</a> |
1940 | <a class="btn" href="documentation.html">Read the Documentation</a> | 1940 | <a class="btn" href="documentation.html">Read the Documentation</a> |
1941 | <!-- SmartAddon BEGIN --> | ||
1942 | <script type="text/javascript"> | ||
1943 | (function() { | ||
1944 | var s=document.createElement('script');s.type='text/javascript';s.async = true; | ||
1945 | s.src='http://s1'+'.smartaddon.com/share_addon.js'; | ||
1946 | var j =document.getElementsByTagName('script')[0];j.parentNode.insertBefore(s,j); | ||
1947 | })(); | ||
1948 | </script> | ||
1949 | |||
1950 | <a href="http://www.smartaddon.com/?share" title="Share Button" onclick="return sa_tellafriend('','bookmarks')"><img alt="Share" src="http://bootflat.github.io/img/share.gif" border="0" /></a> | ||
1951 | <!-- SmartAddon END --> | ||
1941 | </div> | 1952 | </div> |
1942 | <hr class="dashed" /> | 1953 | <hr class="dashed" /> |
1943 | <div class="row"> | 1954 | <div class="row"> | ... | ... |
... | @@ -169,7 +169,18 @@ | ... | @@ -169,7 +169,18 @@ |
169 | <div class="download"> | 169 | <div class="download"> |
170 | <span class="download__infos">You simply have to <b>try it</b>.</span> | 170 | <span class="download__infos">You simply have to <b>try it</b>.</span> |
171 | <a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat</a> | 171 | <a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat</a> |
172 | <a class="btn" href="documentation.html">Read the Documentation</a> | 172 | <a class="btn" href="documentation.html">Read the Documentation</a> |
173 | <!-- SmartAddon BEGIN --> | ||
174 | <script type="text/javascript"> | ||
175 | (function() { | ||
176 | var s=document.createElement('script');s.type='text/javascript';s.async = true; | ||
177 | s.src='http://s1'+'.smartaddon.com/share_addon.js'; | ||
178 | var j =document.getElementsByTagName('script')[0];j.parentNode.insertBefore(s,j); | ||
179 | })(); | ||
180 | </script> | ||
181 | |||
182 | <a href="http://www.smartaddon.com/?share" title="Share Button" onclick="return sa_tellafriend('','bookmarks')"><img alt="Share" src="http://bootflat.github.io/img/share.gif" border="0" /></a> | ||
183 | <!-- SmartAddon END --> | ||
173 | </div> | 184 | </div> |
174 | <hr class="dashed" /> | 185 | <hr class="dashed" /> |
175 | <div class="row"> | 186 | <div class="row"> | ... | ... |
... | @@ -113,7 +113,18 @@ | ... | @@ -113,7 +113,18 @@ |
113 | <div class="download"> | 113 | <div class="download"> |
114 | <span class="download__infos">You simply have to <b>try it</b>.</span> | 114 | <span class="download__infos">You simply have to <b>try it</b>.</span> |
115 | <a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat</a> | 115 | <a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat</a> |
116 | <a class="btn" href="documentation.html">Read the Documentation</a> | 116 | <a class="btn" href="documentation.html">Read the Documentation</a> |
117 | <!-- SmartAddon BEGIN --> | ||
118 | <script type="text/javascript"> | ||
119 | (function() { | ||
120 | var s=document.createElement('script');s.type='text/javascript';s.async = true; | ||
121 | s.src='http://s1'+'.smartaddon.com/share_addon.js'; | ||
122 | var j =document.getElementsByTagName('script')[0];j.parentNode.insertBefore(s,j); | ||
123 | })(); | ||
124 | </script> | ||
125 | |||
126 | <a href="http://www.smartaddon.com/?share" title="Share Button" onclick="return sa_tellafriend('','bookmarks')"><img alt="Share" src="http://bootflat.github.io/img/share.gif" border="0" /></a> | ||
127 | <!-- SmartAddon END --> | ||
117 | </div> | 128 | </div> |
118 | <hr class="dashed" /> | 129 | <hr class="dashed" /> |
119 | <div class="row"> | 130 | <div class="row"> | ... | ... |
-
Please register or sign in to post a comment