Skip to content

Commit c4bde4c

Browse files
committed
Move "Advantages" section into two columns
1 parent 146ff95 commit c4bde4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p><b>JSON Schema</b> is a vocabulary that allows you to <b>annotate</b> and <b>validate</b> JSON documents.</p>
88

99
<h2>Advantages</h2>
10-
<div class="block">
10+
<div class="block" style="float:left;width:50%;">
1111
<h3>JSON Schema</h3>
1212
<ul>
1313
<li>describes your existing data format</li>
@@ -19,13 +19,16 @@ <h3>JSON Schema</h3>
1919
</ul>
2020
</li>
2121
</ul>
22+
</div>
23+
<div class="block" style="float:right;width:50%;">
2224
<h3>JSON Hyper-Schema</h3>
2325
<ul>
2426
<li>describes your existing API - no new structures required</li>
2527
<li>links (including <a href="http://tools.ietf.org/html/rfc6570">URI Templates</a> for target URIs)</li>
2628
<li>forms - specify a JSON Schema for the desired data</li>
2729
</ul>
2830
</div>
31+
<div style="clear:both"></div>
2932

3033

3134
<h2>Quickstart</h2>

0 commit comments

Comments
 (0)