diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2018-02-17 19:16:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-17 19:16:51 +0000 |
| commit | 5efefdcf166539e07ab90e1b2933d7b08e1f6766 (patch) | |
| tree | f8d51f9dbdc63bac846e6b7206b33d0eb3a84824 | |
| parent | cabb2bb9920096e8a91ac4ed36c5778f2f114d98 (diff) | |
| parent | 2a1420d4e716f12efb55415b5e9d48efa642b584 (diff) | |
Merge pull request #189 from ThisDrunkDane/master
Pretty readme header
| -rw-r--r-- | README.md | 17 | ||||
| -rw-r--r-- | misc/logo-slim.png | bin | 251710 -> 73988 bytes |
2 files changed, 16 insertions, 1 deletions
@@ -1,4 +1,19 @@ -<img src="misc/logo-slim.png" alt="Odin logo" height="74"> +<p align="center"> + <img src="misc/logo-slim.png" alt="Odin logo" height="120"> + <br/> + A fast, concise, readable, pragmatic and open sourced programming language. + <br/> + <br/> + <a href="https://github.com/odin-lang/odin/releases/latest"> + <img src="https://img.shields.io/github/release/odin-lang/odin.svg"> + </a> + <a href="https://github.com/odin-lang/odin/releases/latest"> + <img src="https://img.shields.io/badge/platforms-Windows%20|%20Linux%20|%20macOS-green.svg"> + </a> + <a href="https://github.com/odin-lang/odin/blob/master/LICENSE"> + <img src="https://img.shields.io/github/license/odin-lang/odin.svg"> + </a> +</p> # The Odin Programming Language diff --git a/misc/logo-slim.png b/misc/logo-slim.png Binary files differindex 2b70e6a0c..6e33dc6b8 100644 --- a/misc/logo-slim.png +++ b/misc/logo-slim.png |