diff --git a/README.md b/README.md index 4130dfd3c..ba736fee8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ NetBox is an IP address management (IPAM) and data center infrastructure managem NetBox runs as a web application atop the [Django](https://www.djangoproject.com/) Python framework with a [PostgreSQL](http://www.postgresql.org/) database. For a complete list of requirements, see `requirements.txt`. The code is available [on GitHub](https://github.com/digitalocean/netbox). +![Screenshot of main page](docs/screenshot1.png "Main page") + +![Screenshot of rack elevation](docs/screenshot2.png "Rack elevation") + +![Screenshot of prefix hierarchy](docs/screenshot3.png "Prefix hierarchy") + # Installation Please see docs/getting-started.md for instructions on installing NetBox. diff --git a/docs/screenshot1.png b/docs/screenshot1.png new file mode 100644 index 000000000..3939199d9 Binary files /dev/null and b/docs/screenshot1.png differ diff --git a/docs/screenshot2.png b/docs/screenshot2.png new file mode 100644 index 000000000..3a73fe048 Binary files /dev/null and b/docs/screenshot2.png differ diff --git a/docs/screenshot3.png b/docs/screenshot3.png new file mode 100644 index 000000000..d2acb9773 Binary files /dev/null and b/docs/screenshot3.png differ