Replace doc logo with svg

This commit is contained in:
Saria Hajjar 2019-12-29 14:10:31 +00:00
parent 44e1a477f2
commit 1fc206b9c5
3 changed files with 31 additions and 2 deletions

View File

@ -1,4 +1,4 @@
![NetBox](docs/netbox_logo.png "NetBox logo")
![NetBox](docs/netbox_logo.svg "NetBox logo")
NetBox is an IP address management (IPAM) and data center infrastructure
management (DCIM) tool. Initially conceived by the network engineering team at

View File

@ -1,4 +1,4 @@
![NetBox](netbox_logo.png "NetBox logo")
![NetBox](netbox_logo.svg "NetBox logo")
# What is NetBox?

29
docs/netbox_logo.svg Normal file
View File

@ -0,0 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1100 320">
<style>
.title {
font-weight: bold;
font-size: 200px;
font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 4px;
}
</style>
<g fill="#9cc8f8" stroke="#9cc8f8">
<circle cx="37" cy="284" r="23"/>
<circle cx="101" cy="37" r="23"/>
<circle cx="101" cy="220" r="23"/>
<circle cx="284" cy="220" r="23"/>
<rect x="93" y="37" width="16" height="180"/>
<rect x="101" y="212" width="180" height="16"/>
<rect x="93" y="212" width="16" height="90" transform="rotate(45 101 220)"/>
</g>
<g fill="#1685fc" stroke="#1685fc">
<circle cx="284" cy="37" r="23"/>
<circle cx="37" cy="101" r="23"/>
<circle cx="220" cy="101" r="23"/>
<circle cx="220" cy="284" r="23"/>
<rect x="37" y="93" width="180" height="16"/>
<rect x="212" y="101" width="16" height="180"/>
<rect x="212" y="93" width="16" height="90" transform="rotate(225 220 101)"/>
<text x="380" y="160" alignment-baseline="middle" class="title">netbox</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB