Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
bootflat
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6191c9e1
authored
2014-03-18 15:36:02 +0800
by
bootflat
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update share button
1 parent
7808270a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
3 deletions
documentation.html
getting-started.html
index.html
documentation.html
View file @
6191c9e
...
...
@@ -1937,7 +1937,18 @@
<div
class=
"download"
>
<span
class=
"download__infos"
>
You simply have to
<b>
try it
</b>
.
</span>
<a
class=
"btn btn-primary"
href=
"https://github.com/bootflat/bootflat.github.io/archive/master.zip"
>
Download Bootflat
</a>
<a
class=
"btn"
href=
"documentation.html"
>
Read the Documentation
</a>
<a
class=
"btn"
href=
"documentation.html"
>
Read the Documentation
</a>
<!-- SmartAddon BEGIN -->
<script
type=
"text/javascript"
>
(
function
()
{
var
s
=
document
.
createElement
(
'script'
);
s
.
type
=
'text/javascript'
;
s
.
async
=
true
;
s
.
src
=
'http://s1'
+
'.smartaddon.com/share_addon.js'
;
var
j
=
document
.
getElementsByTagName
(
'script'
)[
0
];
j
.
parentNode
.
insertBefore
(
s
,
j
);
})();
</script>
<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>
<!-- SmartAddon END -->
</div>
<hr
class=
"dashed"
/>
<div
class=
"row"
>
...
...
getting-started.html
View file @
6191c9e
...
...
@@ -169,7 +169,18 @@
<div
class=
"download"
>
<span
class=
"download__infos"
>
You simply have to
<b>
try it
</b>
.
</span>
<a
class=
"btn btn-primary"
href=
"https://github.com/bootflat/bootflat.github.io/archive/master.zip"
>
Download Bootflat
</a>
<a
class=
"btn"
href=
"documentation.html"
>
Read the Documentation
</a>
<a
class=
"btn"
href=
"documentation.html"
>
Read the Documentation
</a>
<!-- SmartAddon BEGIN -->
<script
type=
"text/javascript"
>
(
function
()
{
var
s
=
document
.
createElement
(
'script'
);
s
.
type
=
'text/javascript'
;
s
.
async
=
true
;
s
.
src
=
'http://s1'
+
'.smartaddon.com/share_addon.js'
;
var
j
=
document
.
getElementsByTagName
(
'script'
)[
0
];
j
.
parentNode
.
insertBefore
(
s
,
j
);
})();
</script>
<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>
<!-- SmartAddon END -->
</div>
<hr
class=
"dashed"
/>
<div
class=
"row"
>
...
...
index.html
View file @
6191c9e
...
...
@@ -113,7 +113,18 @@
<div
class=
"download"
>
<span
class=
"download__infos"
>
You simply have to
<b>
try it
</b>
.
</span>
<a
class=
"btn btn-primary"
href=
"https://github.com/bootflat/bootflat.github.io/archive/master.zip"
>
Download Bootflat
</a>
<a
class=
"btn"
href=
"documentation.html"
>
Read the Documentation
</a>
<a
class=
"btn"
href=
"documentation.html"
>
Read the Documentation
</a>
<!-- SmartAddon BEGIN -->
<script
type=
"text/javascript"
>
(
function
()
{
var
s
=
document
.
createElement
(
'script'
);
s
.
type
=
'text/javascript'
;
s
.
async
=
true
;
s
.
src
=
'http://s1'
+
'.smartaddon.com/share_addon.js'
;
var
j
=
document
.
getElementsByTagName
(
'script'
)[
0
];
j
.
parentNode
.
insertBefore
(
s
,
j
);
})();
</script>
<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>
<!-- SmartAddon END -->
</div>
<hr
class=
"dashed"
/>
<div
class=
"row"
>
...
...
Please
register
or
sign in
to post a comment