aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-06-05 18:25:48 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-06-05 18:25:48 +0800
commit766df192b9618e00b0c452bd50bd4d3181d033a3 (patch)
treed617c836215681243b43026c983d5f5189baa6fe
parent5f4df5651b92e76906b2f6360066e97d145053e5 (diff)
downloaddexon-solidity-766df192b9618e00b0c452bd50bd4d3181d033a3.tar.gz
dexon-solidity-766df192b9618e00b0c452bd50bd4d3181d033a3.tar.zst
dexon-solidity-766df192b9618e00b0c452bd50bd4d3181d033a3.zip
Include logo in intro
-rw-r--r--docs/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 1312864a..4b48b91c 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).