diff --git a/docs/content/_index.md b/docs/content/_index.md index 6bd30fc0c..9f4b3b2e4 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -12,6 +12,8 @@ draft: false The Infection Monkey is an open source security tool for testing a data center's resiliency to perimeter breaches and internal server infection. The Monkey uses various methods to self propagate across a data center and reports success to a centralized Monkey Island Command and Control server. +![Infection Monkey Documentation Hub Logo](/images/monkey-teacher.svg?height=400px "Infection Monkey Documentation Hub Logo") + The Infection Monkey is comprised of two parts: * Monkey - A tool which infects other machines and propagates to them. diff --git a/docs/static/css/shadow_around_images.css b/docs/static/css/shadow_around_images.css index 5fb93e740..7ff4948d0 100644 --- a/docs/static/css/shadow_around_images.css +++ b/docs/static/css/shadow_around_images.css @@ -3,3 +3,8 @@ #body-inner img { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } + +/* We don't want shadow around this image in particular */ +#body-inner img[src*="/images/monkey-teacher.svg"] { + box-shadow: none; !important; +} diff --git a/docs/static/images/monkey-teacher.svg b/docs/static/images/monkey-teacher.svg new file mode 100644 index 000000000..a99a1468d --- /dev/null +++ b/docs/static/images/monkey-teacher.svg @@ -0,0 +1 @@ + \ No newline at end of file