Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
dev merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Nov 1, 2013
1 parent 3c7f001 commit 35b7984
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,34 +27,43 @@
</div>
<div class="jumbotron" style="text-align: center;">
<h1 style="margin-top: 40px;">REST Countries</h1>
<p>Get information about any country via a RESTful API</p>
<p>Get information about countries via a RESTful API</p>
</div>
<div id="rc-searchers" class="container">
<div class="row">
<div class="col-lg-6">
<h2>Search by 2-letter country code</h2>
<h2>Get all the countries!</h2>
<div class="input-group">
<a id="rc-a-alpha2" class="btn btn-default rc-a-tryit">http://restcountries.eu/rest/alpha2/ee</a>
<a id="rc-a-all" class="btn btn-default rc-a-tryit">http://restcountries.eu/rest/</a>
</div>
</div>
<div class="col-lg-6">
<h2>Search by 3-letter country code</h2>
<h2>Search by Currency</h2>
<div class="input-group">
<a id="rc-a-alpha3" class="btn btn-default rc-a-tryit">http://restcountries.eu/rest/alpha3/col</a>
<a class="btn btn-default rc-a-tryit">http://restcountries.eu/rest/currency/eur</a>
</div>
</div>
<div class="col-lg-6">
<h2>Search by Name (English or native)</h2>
<h2>Search by Name</h2>
<div class="input-group">
<a class="btn btn-default rc-a-tryit">http://restcountries.eu/rest/name/norge</a>
</div>
<br />
<div class="input-group">
<a class="btn btn-default rc-a-tryit">http://restcountries.eu/rest/name/norway</a>
</div>
</div>
<div class="col-lg-6">
<h2>Search by Currency</h2>
<h2>Search by country code</h2>
<div class="input-group">
<a class="btn btn-default rc-a-tryit">http://restcountries.eu/rest/currency/eur</a>
<a id="rc-a-alpha2" class="btn btn-default rc-a-tryit">http://restcountries.eu/rest/alpha/co</a>
</div>
<br />
<div class="input-group">
<a id="rc-a-alpha3" class="btn btn-default rc-a-tryit">http://restcountries.eu/rest/alpha/col</a>
</div>
</div>

<div class="col-lg-6">
<h2>Search by Calling Code</h2>
<div class="input-group">
Expand Down

0 comments on commit 35b7984

Please sign in to comment.