From e8d6911046cf67cb1d9a48d4c0aad15205f1cc5f Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Mon, 12 Aug 2019 10:22:04 -0400 Subject: [PATCH] Add logo and update readme (#581) --- .static/yew.svg | 7 +++++++ README.md | 34 +++++++++++++++++++++++++++++----- 2 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 .static/yew.svg diff --git a/.static/yew.svg b/.static/yew.svg new file mode 100644 index 000000000..3082a4c3d --- /dev/null +++ b/.static/yew.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/README.md b/README.md index 1b792286c..754d5237a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,34 @@ -[![Build Status](https://api.travis-ci.org/DenisKolodin/yew.svg)](https://travis-ci.org/DenisKolodin/yew) -[![Gitter chat](https://badges.gitter.im/yewframework.svg)](https://gitter.im/yewframework/Lobby "Gitter chat") -[![Rustc Version 1.35+](https://img.shields.io/badge/rustc-1.35+-lightgray.svg)](https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html) +
-# Yew + -**Yew** (pronounced `/juː/`, the same way as "you") is a modern Rust framework inspired by Elm and ReactJS for +

+ Yew   + Build Status +

+ +

+ Rust / Wasm UI framework +

+ +

+ Build Status + Gitter Chat + Rustc Version 1.35+ +

+ +

+ Examples + | + Changelog + | + Code of Conduct +

+
+ +## Overview + +**Yew** is a modern Rust framework inspired by Elm and React for creating multi-threaded frontend apps with WebAssembly. The framework supports ***multi-threading & concurrency*** out of the box.