aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2018-02-17 19:16:51 +0000
committerGitHub <noreply@github.com>2018-02-17 19:16:51 +0000
commit5efefdcf166539e07ab90e1b2933d7b08e1f6766 (patch)
treef8d51f9dbdc63bac846e6b7206b33d0eb3a84824
parentcabb2bb9920096e8a91ac4ed36c5778f2f114d98 (diff)
parent2a1420d4e716f12efb55415b5e9d48efa642b584 (diff)
Merge pull request #189 from ThisDrunkDane/master
Pretty readme header
-rw-r--r--README.md17
-rw-r--r--misc/logo-slim.pngbin251710 -> 73988 bytes
2 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index e21eb0059..a8829e323 100644
--- a/README.md
+++ b/README.md
@@ -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
index 2b70e6a0c..6e33dc6b8 100644
--- a/misc/logo-slim.png
+++ b/misc/logo-slim.png
Binary files differ