diff --git a/README.md b/README.md index 2cf8f0193..28c73b2cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NetBox +![NetBox](docs/netbox_logo.png "NetBox logo") NetBox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at [DigitalOcean](https://www.digitalocean.com/), NetBox was developed specifically to address the needs of network and infrastructure engineers. diff --git a/docs/netbox_logo.png b/docs/netbox_logo.png new file mode 100644 index 000000000..c6e0a58e6 Binary files /dev/null and b/docs/netbox_logo.png differ diff --git a/netbox/project-static/css/base.css b/netbox/project-static/css/base.css index 13f4e1455..25f399461 100644 --- a/netbox/project-static/css/base.css +++ b/netbox/project-static/css/base.css @@ -21,6 +21,9 @@ body { margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */ padding-bottom: 30px; } +.navbar-brand { + padding: 12px 15px 8px; +} .footer, .push { height: 60px; /* .push must be the same height as .footer */ } diff --git a/netbox/project-static/img/netbox.ico b/netbox/project-static/img/netbox.ico new file mode 100644 index 000000000..bb1051549 Binary files /dev/null and b/netbox/project-static/img/netbox.ico differ diff --git a/netbox/project-static/img/netbox_logo.png b/netbox/project-static/img/netbox_logo.png new file mode 100644 index 000000000..4917b8fb1 Binary files /dev/null and b/netbox/project-static/img/netbox_logo.png differ diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index 570f73a4d..b3b52741b 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -8,6 +8,7 @@ +