diff --git a/src/data/projects.yml b/src/data/projects.yml index 68bbf69..d48074c 100644 --- a/src/data/projects.yml +++ b/src/data/projects.yml @@ -9,7 +9,6 @@ categories: url: //maps.raleighnc.gov/sustainable/ displayLang: JavaScript searchLang: javascript - text: Learn more - title: Esri Leaflet description: Leaflet plugins for the most popular ArcGIS web services image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -17,7 +16,6 @@ categories: displayLang: JavaScript searchLang: javascript stars: 691 - text: Learn more - title: Calcite Web description: A Responsive HTML, CSS, and JS Framework. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -25,7 +23,6 @@ categories: displayLang: CSS searchLang: css stars: 39 - text: Learn more - title: Cedar description: Charts for ArcGIS GeoServices image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -33,7 +30,6 @@ categories: displayLang: JavaScript searchLang: javascript stars: 148 - text: Learn more - title: LERC description: rapid encoding and decoding for any pixel type (not just RGB or Byte) image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -41,7 +37,6 @@ categories: displayLang: C++ searchLang: c%2B%2B stars: 36 - text: Learn more - title: Data management url: //github.com/search?q=topic%3Adata-management+org%3AEsri+fork%3Atrue text: Explore more data management projects @@ -52,7 +47,6 @@ categories: url: //terraformer.io displayLang: JavaScript searchLang: javascript - text: Learn more about Terraformer - title: Koop description: Node server to integrate custom Web APIs with ArcGIS. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -60,7 +54,6 @@ categories: displayLang: JavaScript searchLang: javascript stars: 314 - text: Learn more about Koop - title: Geometry Engine description: Fundamental spatial data types and analyses image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -68,7 +61,6 @@ categories: displayLang: Java searchLang: java stars: 242 - text: Learn more - title: Terraformer description: Library to convert common spatial data formats. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -76,7 +68,6 @@ categories: displayLang: JavaScript searchLang: javascript stars: 378 - text: Learn more about Terraformer - title: OSM Editor description: Desktop toolbox for accessing and editing OpenStreetMap. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -84,7 +75,6 @@ categories: displayLang: C# searchLang: c%23 stars: 123 - text: Learn more about StoryMaps - title: Analysis url: //github.com/search?q=topic%3Aanalysis+org%3AEsri+fork%3Atrue text: Explore more analysis projects @@ -96,7 +86,6 @@ categories: displayLang: C# searchLang: c%23 stars: 7 - text: Learn more about StoryMaps - title: GIS Tools for Hadoop description: Integrate ArcGIS with Hadoop big data processing. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -104,7 +93,6 @@ categories: displayLang: Java searchLang: java stars: 289 - text: Learn more - title: R Analysis description: Develop and share R statistical analysis with ArcGIS. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -112,7 +100,6 @@ categories: displayLang: R searchLang: r stars: 47 - text: Learn more - title: PySAL description: Python library for spatial analysis. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -120,7 +107,6 @@ categories: displayLang: Python searchLang: python stars: 7 - text: Learn more - title: Spark Point in Polygon description: Spark job to perform massive Point in Polygon (PiP) operations on a distributed share-nothing cluster. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -128,7 +114,6 @@ categories: displayLang: Scala searchLang: scala stars: 15 - text: Learn more - title: Publishing and sharing url: //github.com/search?q=topic%3Apublishing-sharing+org%3AEsri+fork%3Atrue text: Explore more publishing and sharing projects @@ -139,7 +124,6 @@ categories: url: //github.com/Esri/storymap-crowdsource displayLang: JavaScript searchLang: javascript - text: Learn more - title: Compare Maps description: Web app for comparing different maps. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -147,7 +131,6 @@ categories: displayLang: JavaScript searchLang: javascript stars: 3 - text: Learn more - title: Historic Map Explorer description: Web app to explore digitized map overlays. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -155,7 +138,6 @@ categories: displayLang: JavaScript searchLang: javascript stars: 5 - text: Learn more - title: Open Data description: Web components for integrating data into civic sites. image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -163,7 +145,6 @@ categories: displayLang: JavaScript searchLang: javascript stars: 3 - text: Learn more - title: Styler description: A configurable application for creating, styling and sharing modern 2D and 3D map apps image: //developers.arcgis.com/assets/img/homepage/promo-python.png @@ -171,4 +152,3 @@ categories: displayLang: JavaScript searchLang: javascript stars: 11 - text: Learn more diff --git a/src/index.html b/src/index.html index 24f32b7..bf8c293 100755 --- a/src/index.html +++ b/src/index.html @@ -13,52 +13,39 @@
-

Esri Open Source

+

Esri Open Source

At Esri we believe that spatial thinking can address the world's most difficult problems and enable communities to work together. Central to our mission is the development of advanced technology that enables you to be innovative by providing a stable data management and analysis platform that is built and extended through open‑source code.

- These projects cover the entire ArcGIS platform, from user applications to data analysis and visualization. Learn more about our many open-source products and tools that you are free to use, modify and contribute to. We look forward to working together. + These projects cover the entire ArcGIS platform, from ready to use applications to data analysis and visualization. Learn more about our many open-source projects and tools that you are free to use, modify and contribute to. We look forward to working together.

- Need an ArcGIS subscription? Start developing today for free. + Need an ArcGIS subscription? Start developing today for free.

-
- -
-
-
-
-
+ +
+
+
+ +
+
+
+ diff --git a/src/layouts/_layout.html b/src/layouts/_layout.html index 8c1583b..4bd1a54 100644 --- a/src/layouts/_layout.html +++ b/src/layouts/_layout.html @@ -179,7 +179,7 @@
About Esri
diff --git a/src/layouts/_macros.html b/src/layouts/_macros.html index 2aa376f..8d91e77 100644 --- a/src/layouts/_macros.html +++ b/src/layouts/_macros.html @@ -17,9 +17,9 @@

{{ project.title }}

{% if loop.index > 1 %}
-

{{ project.title }}

+

{{ project.title }}

{{ project.description }}

-

{{ project.text }}

+

Learn more