diff --git a/web/index.html b/web/index.html index b5c6b46..92252d5 100644 --- a/web/index.html +++ b/web/index.html @@ -46,34 +46,12 @@ hr.spacing { border: 0; display: block; height: 3mm; }
-Ever wanted to have your own GitHub badges?
-Maybe you simply wanted to have consistent colors?
-Maybe you wanted to have them be less blurry?
-Or look better on high-resolution displays?
-Maybe you simply love SVG.
-Maybe you fancy a format that uses less than half the bandwidth.
-
-As for me, I wanted a format that people can reuse and hack on.
-I wanted a service for everyone.
-I made the GitHub Badge Service.
-
-Here's how it works.
-http://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>.svg
-Use two dashes --
to have one dash as text.
-Use two underscores __
to have one underscore as text.
-Use an underscore _
if you want a space. Or, you know, use a space.
+http://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>.svg
+
+Dashes --
→ -
Dash
+Underscores __
→ _
Underscore
+_
or Space
→
Space
Colors:
@@ -87,6 +65,27 @@ Use an underscore_
if you want a space. Or, you know, use a space.
+Ever wanted to have your own GitHub badges?
+Maybe you simply wanted visual consistency?
+Maybe you wanted less blur?
+Or look good on high-res displays?
+Maybe you simply love SVG.
+And you like the smaller download.
+
+I wanted a format that people can reuse and hack on.
+I wanted a service for everyone.
+I made the GitHub Badge Service.
+