From 5f4df5651b92e76906b2f6360066e97d145053e5 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 5 Jun 2017 11:20:35 +0100 Subject: [PATCH 1/2] Import logo from browser-solidity#16e74469 --- docs/logo.svg | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/logo.svg diff --git a/docs/logo.svg b/docs/logo.svg new file mode 100644 index 000000000..86b9f4995 --- /dev/null +++ b/docs/logo.svg @@ -0,0 +1,27 @@ + + + + +Vector 1 +Created with Sketch. + + + + + + + + + + + + + From 766df192b9618e00b0c452bd50bd4d3181d033a3 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 5 Jun 2017 11:25:48 +0100 Subject: [PATCH 2/2] Include logo in intro --- docs/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 1312864a5..4b48b91cb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,11 @@ Solidity ======== +.. image:: logo.svg + :width: 120px + :alt: Solidity logo + :align: center + Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM).