[tor-commits] [globe/master] Using Markdown to display the Globe logo.
isis at torproject.org
isis at torproject.org
Thu May 21 07:58:10 UTC 2015
commit eca5c6448570f9bf4c2a56513e4d0133792a4015
Author: Randall Degges <r at rdegges.com>
Date: Wed May 20 19:36:24 2015 -0700
Using Markdown to display the Globe logo.
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3bee78d..a69b9f3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
-<p align="center">
- <img src="https://raw.github.com/makepanic/globe/master/res/others/logo-big.png" alt="globe"/>
-</p>
+![Globe Logo][]
+
JavaScript application to search and view details for Tor relays and bridges. All the data comes from the [Tor onionoo API](https://onionoo.torproject.org/). Uses [Ember.js](http://emberjs.com/) as JavaScript framework.
Inspired by the official [Tor Atlas](https://atlas.torproject.org/).
@@ -98,3 +97,5 @@ If you only want to get the required html, JavaScript and CSS files see the __St
- same as `standalone` except it won't create a build folder with all the ressources
+
+ [Globe Logo]: https://raw.github.com/makepanic/globe/master/res/others/logo-big.png "Globe Logo"
More information about the tor-commits
mailing list