Add bower link
This commit is contained in:
parent
fa1e97a89e
commit
67072bbbc9
@ -108,6 +108,14 @@ canvas {
|
||||
}
|
||||
}
|
||||
|
||||
.ui.dark.blue.label {
|
||||
background-color: #000080 !important;
|
||||
|
||||
&:before {
|
||||
background-color: #000080 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.no-underline {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -31,13 +31,17 @@
|
||||
<div class='or'></div>
|
||||
<a class='ui labeled button' href='https://github.com/BinaryMuse/planetary.js'>View Source</a>
|
||||
</div>
|
||||
|
||||
<div style='padding-top: 10px;'>
|
||||
Or install with <a href='http://bower.io/'>Bower</a>: <div class='ui small label'>bower install planetary.js</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='eight wide column left floated'>
|
||||
<div class='ui panel homepage-globe-canvas'>
|
||||
<canvas height='350' width='350' style="width: 350px; height: 350px;" id="homepage-globe-canvas"></canvas>
|
||||
<div style="width: 350px; text-align: center; display: inline-block;">
|
||||
<div class='ui pointing teal label'>
|
||||
<div class='ui pointing dark blue label'>
|
||||
<a href='https://github.com/BinaryMuse/planetary.js/blob/master/site/public/js/homepage.js#files'
|
||||
class='detail no-underline'><i class='icon code'></i> View this example's source!</a>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user