Skip to content

Commit de3981b

Browse files
committed
Add icon and license
1 parent 66badc9 commit de3981b

File tree

5 files changed

+25
-21
lines changed

5 files changed

+25
-21
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# If you have OpenSSL installed, we recommend updating
22
# the following line to use 'https'
33
source 'http://rubygems.org'
4-
ruby '2.2.1'
4+
ruby '2.2.3'
55

66
gem 'middleman', '~> 3.4.0'
77
gem 'middleman-deploy', '~> 1.0.0'

LICENSE

+17-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
The MIT License (MIT)
1+
Copyright 2016 Terracoding Ltd
22

3-
Copyright (c) 2014 Sam Rayner
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
410

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
2213

14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Side Navbar for Bootstrap 3
1+
<img src="http://samrayner.github.io/bootstrap-side-navbar/assets/images/bs3-side-navbar.png" width="80" alt="Icon" /> Side Navbar for Bootstrap 3
2+
------
23

34
Responsive sidebar navigation using [default BS3 navbar markup](http://getbootstrap.com/components/#navbar)
45

6+
Sponsored by [Terracoding](http://www.terracoding.com/)
7+
58
## [Check out the demo](http://samrayner.github.io/bootstrap-side-navbar)
69

710
## Installation
101 KB
Loading

source/partials/_content.haml

+3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
#content
22
%h1
3+
= image_tag 'bs3-side-navbar.png', height: 80
34
Side Navbar for Bootstrap 3
45
%br/
56
%small
67
Responsive sidebar navigation using
78
= link_to 'default Bootstrap 3 navbar markup', 'http://getbootstrap.com/components/#navbar'
89

10+
%h4 Sponsored by #{link_to 'Terracoding', 'http://www.terracoding.com' }
11+
912
:markdown
1013
## Installation
1114

0 commit comments

Comments
 (0)