Skip to content

Commit

Permalink
Updated index page with links to more samples and placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
alaframboise committed Jun 19, 2014
1 parent 74841e3 commit 75ef3d4
Showing 1 changed file with 68 additions and 40 deletions.
108 changes: 68 additions & 40 deletions index.html
Expand Up @@ -42,70 +42,98 @@ <h3>ArcGIS JavaScript Mapping Examples</h3>
<div class="row">
<div class="col-sm-6">
<div class="well well-small text-center">
<h3>Maps</h3>
<p>
<a href='html/maps/basemaps.html') class="btn btn-primary btn-wide-75 btn-max-width">Basemaps</a>
<a href='html/maps/basemaps_widget.html') class="btn btn-primary btn-wide-75 btn-max-width">Basemaps Widget</a>
<a href='html/maps/basemap_watercolor.html') class="btn btn-primary btn-wide-75 btn-max-width">Watercolor Basemap</a>
<a href='html/maps/basemaptour.html') class="btn btn-primary btn-wide-75 btn-max-width">Basemap Tour</a>
</p>
<h3>Maps</h3>
<p>
<a href="./html/maps/basemaps.html" class="btn btn-primary btn-wide-75 btn-max-width">Basemaps</a>
<a href="./html/maps/basemaps_widget.html" class="btn btn-primary btn-wide-75 btn-max-width">Basemaps Widget</a>
<a href="./html/maps/basemap_watercolor.html" class="btn btn-primary btn-wide-75 btn-max-width">Watercolor Basemap</a>
<a href="./html/maps/basemaptour.html" class="btn btn-primary btn-wide-75 btn-max-width">Basemap Tour</a>
<a target="_blank" href="https://developers.arcgis.com/javascript/jssamples/#search/basemap" class="btn btn-link btn-wide-75 btn-max-width">More Samples...</a>
</p>
</div>
</div>
<div class="col-sm-6">
<div class="well well-small text-center">
<h3>Geocoding</h3>
<p>
<a href='html/geocoding/geosearch.html') class="btn btn-primary btn-wide-75 btn-max-width">Find Places</a>
<a href='html/geocoding/geosearch_widget.html') class="btn btn-primary btn-wide-75 btn-max-width">Find Places Widget</a>
<a href='html/geocoding/reversegeocode.html') class="btn btn-primary btn-wide-75 btn-max-width">Find Address</a>
<h3>Geocoding</h3>
<p>
<a href="./html/geocoding/geosearch.html" class="btn btn-primary btn-wide-75 btn-max-width">Find Places</a>
<a href="./html/geocoding/geosearch_widget.html" class="btn btn-primary btn-wide-75 btn-max-width">Find Places Widget</a>
<a href="./html/geocoding/reversegeocode.html" class="btn btn-primary btn-wide-75 btn-max-width">Find Address</a>
<a target="_blank" href="https://developers.arcgis.com/javascript/jssamples/#search/geocode" class="btn btn-link btn-wide-75 btn-max-width">More Samples...</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="well well-small text-center">
<h3>Directions</h3>
<p>
<a href='html/directions/directions.html') class="btn btn-primary btn-wide-75 btn-max-width">Directions</a>
<a href='html/directions/directions_widget.html') class="btn btn-primary btn-wide-75 btn-max-width">Directions Widget</a>
<a href='html/directions/drivetime.html') class="btn btn-primary btn-wide-75 btn-max-width">Drive Time</a>
<a href='html/directions/routes_and_barriers.html') class="btn btn-primary btn-wide-75 btn-max-width">Routes & Barriers</a>
<!--li><a href='html/routing/traffic.html') class="btn btn-primary btn-wide-75 btn-max-width">World Traffic</a></li-->
<h3>Directions</h3>
<p>
<a href="./html/directions/directions.html" class="btn btn-primary btn-wide-75 btn-max-width">Directions</a>
<a href="./html/directions/directions_widget.html" class="btn btn-primary btn-wide-75 btn-max-width">Directions Widget</a>
<a href="./html/directions/drivetime.html" class="btn btn-primary btn-wide-75 btn-max-width">Drive Time</a>
<a href="./html/directions/routes_and_barriers.html" class="btn btn-primary btn-wide-75 btn-max-width">Routes & Barriers</a>
<a target="_blank" href="https://developers.arcgis.com/javascript/jssamples/#search/directions" class="btn btn-link btn-wide-75 btn-max-width">More Samples...</a>
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="well well-small text-center">
<h3>Data and Services</h3>
<p>
<a href='html/data/load_flickr_json.html') class="btn btn-primary btn-wide-75 btn-max-width">Load Flickr JSON</a>
<a href='html/data/webmapbyid.html') class="btn btn-primary btn-wide-75 btn-max-width">Load Webmap</a>
<a href='html/data/load_feature_service.html') class="btn btn-primary btn-wide-75 btn-max-width">Load Feature Service</a>
<a href='html/data/query_feature_service.html') class="btn btn-primary btn-wide-75 btn-max-width">Query Feature Service</a>
<a href='html/data/search_by_distance.html') class="btn btn-primary btn-wide-75 btn-max-width">Search By Distance</a>
<h3>Data and Services</h3>
<p>
<a href="./html/data/load_geojson.html" class="btn btn-default btn-wide-75 btn-max-width">Load GeoJSON</a>
<a href="./html/data/load_flickr_json.html" class="btn btn-primary btn-wide-75 btn-max-width">Load Flickr JSON</a>
<a href="./html/data/webmapbyid.html" class="btn btn-primary btn-wide-75 btn-max-width">Load Webmap</a>
<a href="./html/data/load_feature_service.html" class="btn btn-primary btn-wide-75 btn-max-width">Load Feature Service</a>
<a target="_blank" href="https://developers.arcgis.com/javascript/jssamples/#search/feature service" class="btn btn-link btn-wide-75 btn-max-width">More Samples...</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="well well-small text-center">
<h3>Query</h3>
<p>
<a href="./html/data/draw_select_features.html" class="btn btn-default btn-wide-75 btn-max-width">Shape Query</a>
<a href="./html/data/query_feature_service.html" class="btn btn-primary btn-wide-75 btn-max-width">SQL Query</a>
<a href="./html/data/search_by_distance.html" class="btn btn-primary btn-wide-75 btn-max-width">Search By Distance</a>
<a href="./html/data/show_table_features.html" class="btn btn-default btn-wide-75 btn-max-width">Show Table</a>
<a target="_blank" href="https://developers.arcgis.com/javascript/jssamples/#search/query" class="btn btn-link btn-wide-75 btn-max-width">More Samples...</a>
</p>
</div>
</div>
<div class="col-sm-6">
<div class="well well-small text-center">
<h3>Graphics</h3>
<p>
<a href='html/graphics/graphics.html') class="btn btn-primary btn-wide-75 btn-max-width">Draw Graphics</a>
<a href='html/graphics/graphics_toolbar.html') class="btn btn-primary btn-wide-75 btn-max-width">Draw Graphics Widget</a>
<a href='html/graphics/graphics_marker.html') class="btn btn-primary btn-wide-75 btn-max-width">Align Marker Symbol</a>
<h3>Colors and Symbols</h3>
<p>
<a href="./html/symbols/symbols_pts.html" class="btn btn-default btn-wide-75 btn-max-width">Point Symbols</a>
<a href="./html/symbols/symbols_lines.html" class="btn btn-default btn-wide-75 btn-max-width">Line Symbols</a>
<a href="./html/symbols/symbols_polygons.html" class="btn btn-default btn-wide-75 btn-max-width">Polygon Symbols</a>
<a target="_blank" href="https://developers.arcgis.com/javascript/jssamples/#search/renderer" class="btn btn-link btn-wide-75 btn-max-width">More Samples...</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="well well-small text-center">
<h3>Graphics</h3>
<p>
<a href="./html/graphics/graphics.html" class="btn btn-primary btn-wide-75 btn-max-width">Draw Graphics</a>
<a href="./html/graphics/graphics_toolbar.html" class="btn btn-primary btn-wide-75 btn-max-width">Draw Graphics Widget</a>
<a href="./html/graphics/graphics_marker.html" class="btn btn-primary btn-wide-75 btn-max-width">Align Marker Symbol</a>
<a target="_blank" href="https://developers.arcgis.com/javascript/jssamples/#search/graphics" class="btn btn-link btn-wide-75 btn-max-width">More Samples...</a>
</p>
</div>
</div>
<div class="col-sm-6">
<div class="well well-small text-center">
<h3>Misc</h3>
<p>
<a href='html/misc/geolocation.html') class="btn btn-primary btn-wide-75 btn-max-width">HTML 5 Geolocation</a>
<a href='html/misc/autocenter.html') class="btn btn-primary btn-wide-75 btn-max-width">Auto Center Map</a>
<a href='html/misc/show_panel.html') class="btn btn-primary btn-wide-75 btn-max-width">Show Hide Panel</a>
<h3>Misc</h3>
<p>
<a href="./html/misc/geolocation.html" class="btn btn-primary btn-wide-75 btn-max-width">HTML 5 Geolocation</a>
<a href="./html/misc/autocenter.html" class="btn btn-primary btn-wide-75 btn-max-width">Auto Center Map</a>
<a href="./html/misc/show_panel.html" class="btn btn-primary btn-wide-75 btn-max-width">Show Hide Panel</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 75ef3d4

Please sign in to comment.