diff options
author | 2019-01-27 23:43:37 -0700 | |
---|---|---|
committer | 2019-01-28 17:43:37 +1100 | |
commit | 437b7a1c902e76c409b6d29ede327363b25d8308 (patch) | |
tree | 770ec70f31b3496eda881d10effbb37898087ca5 /docs | |
parent | 77956e7f074233610d4bb7f2868a763c59dbe320 (diff) |
Initial implementation of new logo for docs (nw) (#4566)
* Initial implementation of new logo for docs (nw)
Behold the power of SVG!
* 100% gives the same results (nw)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/images/MAMElogo.svg | 27 | ||||
-rw-r--r-- | docs/source/index.rst | 10 |
2 files changed, 34 insertions, 3 deletions
diff --git a/docs/source/images/MAMElogo.svg b/docs/source/images/MAMElogo.svg new file mode 100644 index 00000000000..44b34d67384 --- /dev/null +++ b/docs/source/images/MAMElogo.svg @@ -0,0 +1,27 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1207.16" height="340.656" viewBox="0 0 1207.16 340.656"> + <defs> + <style> + .cls-1 { + stroke-linejoin: miter; + stroke-opacity: 0.75; + stroke-width: 5px; + fill-rule: evenodd; + stroke: url(#linear-gradient); + filter: url(#filter); + } + </style> + <linearGradient id="linear-gradient" x1="1213.16" y1="299.328" x2="11" y2="299.328" gradientUnits="userSpaceOnUse"> + <stop offset="0" stop-color="#68cafb"/> + <stop offset="1" stop-color="#00274f"/> + </linearGradient> + <filter id="filter" x="11" y="131.5" width="1202.16" height="335.656" filterUnits="userSpaceOnUse"> + <feImage preserveAspectRatio="none" x="11" y="131.5" width="1202.16" height="335.656" result="image" xlink:href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwMi4xNiIgaGVpZ2h0PSIzMzUuNjU2IiB2aWV3Qm94PSIwIDAgMTIwMi4xNiAzMzUuNjU2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiB1cmwoI2xpbmVhci1ncmFkaWVudCk7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeTE9IjE2Ny44MjgiIHgyPSIxMjAyLjE2IiB5Mj0iMTY3LjgyOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM2OGNhZmIiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDAyNzRmIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxMjAyLjE2IiBoZWlnaHQ9IjMzNS42NTYiLz4KPC9zdmc+Cg=="/> + <feComposite result="composite" operator="in" in2="SourceGraphic"/> + <feBlend result="blend" in2="SourceGraphic"/> + </filter> + </defs> + <g transform="translate(-8.5 -129)" style="fill: ; filter: url(#filter)"> + <path id="Color_Fill_1" data-name="Color Fill 1" class="cls-1" d="M11,384.167L262.167,132.5V241.833L372,132.5v176l176.667-177V330l198.5-198.5V241.833L856.833,132.5V301.333l164.667-165h191.67l-61.84,61.834h-97.66l-28,28h50.83l-64.33,65.166H960l-29,28.5h169.83L1036,384.167H776.167L791.833,367V297.333L699,388.667v-106l-101.667,101.5h-114.5V298.333L314,467.167H214l93-93.334v-75.5l-93,92.334v-110l-103,103.5H11Z" style="stroke: inherit; filter: none; fill: inherit"/> + </g> + <use transform="translate(-8.5 -129)" xlink:href="#Color_Fill_1" style="stroke: url(#linear-gradient); filter: none; fill: none"/> +</svg> diff --git a/docs/source/index.rst b/docs/source/index.rst index 1cee5d6f714..bf90036aa92 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,12 +2,17 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. +.. image:: images/MAMElogo.svg + :width: 100% + :align: center + :alt: MAME + MAME Documentation ================== .. note:: This documentation is a work in progress. You can track the status of these topics through MAME's `issue tracker <https://github.com/mamedev/mame/issues>`_. Learn how you can `contribute <https://github.com/mamedev/mame/blob/master/docs/CONTRIBUTING.md>`_ on GitHub. - + .. toctree:: :titlesonly: @@ -25,9 +30,8 @@ MAME Documentation security license - + Contribute ---------- The documentation on this site is the handiwork of our many contributors. - |