diff --git a/readme.md b/readme.md index 9512bff..ab6ca27 100644 --- a/readme.md +++ b/readme.md @@ -2,12 +2,19 @@ Method Draw is a web based vector drawing application. -### [Try Method Draw](https://editor.method.ac) online. +#### [Try Method Draw](https://editor.method.ac) online. ![Method Draw](https://method.ac/img/method-draw2021.png) The purpose of Method Draw is to provide a simple and easy-to-use SVG editor experience. It purposely removes some features such as layers and line-caps/corners in exchange for a more simple and pleasant experience. If you are looking for a more complete vector editing open-source solution, please check out [SVG Edit](https://github.com/SVG-Edit/svgedit). + +## Online sync and sharing + +Cloud sync and sharing are available on Method Draw for Deta. + +[](http://google.com.au/) + ## Development Develop and run a local web server under `src`; diff --git a/src/css/sponsors.css b/src/css/sponsors.css index 3193a83..d6702c7 100644 --- a/src/css/sponsors.css +++ b/src/css/sponsors.css @@ -123,3 +123,15 @@ display: block; margin-bottom: var(--x2); } + +.sponsor-logo { + display: block; + width: 180px; + margin: var(--x4) auto var(--x1); +} + +.sponsor-disclaimer { + color: var(--z11); + text-align: center; + font-size: 0.8em; +} diff --git a/src/index.html b/src/index.html index cd4f5c6..6e42656 100644 --- a/src/index.html +++ b/src/index.html @@ -135,10 +135,10 @@