All Projects → Esri → Esri.github.io

Esri / Esri.github.io

Licence: apache-2.0
Esri GitHub landing page

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Esri.github.io

flutterby
A flexible, Ruby-powered static site generator.
Stars: ✭ 56 (-84.95%)
Mutual labels:  web-development
Redom
Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.
Stars: ✭ 3,123 (+739.52%)
Mutual labels:  web-development
Resource Proxy
Proxy files for DotNet, Java and PHP.
Stars: ✭ 342 (-8.06%)
Mutual labels:  web-development
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (-28.76%)
Mutual labels:  web-development
Oxide Auth
A OAuth2 server library, for use in combination with actix or other frontends, featuring a set of configurable and pluggable backends.
Stars: ✭ 285 (-23.39%)
Mutual labels:  web-development
Publish
A static site generator for Swift developers
Stars: ✭ 3,719 (+899.73%)
Mutual labels:  web-development
Software-Engineering-Resources
A collection of the various resources I've used to become a software engineer
Stars: ✭ 33 (-91.13%)
Mutual labels:  web-development
Bootstrap Map Js
A light-weight JS/CSS extension for building awesome mapping apps with Bootstrap and ArcGIS.
Stars: ✭ 364 (-2.15%)
Mutual labels:  web-development
Arcgis Js Api
Minified version of the ArcGIS API for JavaScript
Stars: ✭ 290 (-22.04%)
Mutual labels:  web-development
Kore
Kore (https://kore.io) is an easy to use web application platform for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs.
Stars: ✭ 3,477 (+834.68%)
Mutual labels:  web-development
Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+689.78%)
Mutual labels:  web-development
Wpn Xm
WPN-XM is a web server stack for PHP development on Windows.
Stars: ✭ 280 (-24.73%)
Mutual labels:  web-development
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (-11.83%)
Mutual labels:  web-development
isotope
UI library that aims to bring simplicity and intuitiveness back to Web Development. 🚀
Stars: ✭ 52 (-86.02%)
Mutual labels:  web-development
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (-8.87%)
Mutual labels:  web-development
Website-Audit
It's an open-source report template that guides web professionals thought steps to audit any website in terms of the page speed and technical SEO optimisation.
Stars: ✭ 18 (-95.16%)
Mutual labels:  web-development
Wpt
Test suites for Web platform specs — including WHATWG, W3C, and others
Stars: ✭ 3,573 (+860.48%)
Mutual labels:  web-development
Js Dev Reads
A list of books 📚and articles 📝 for the discerning web developer to read.
Stars: ✭ 3,784 (+917.2%)
Mutual labels:  web-development
Uiengine
Workbench for UI-driven development
Stars: ✭ 349 (-6.18%)
Mutual labels:  web-development
Loading Attribute Polyfill
Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.
Stars: ✭ 335 (-9.95%)
Mutual labels:  web-development

esri.github.io

Landing page for Esri open source projects.

Both the project categories and search suggestions in http://esri.github.io are powered by GitHub topics.

web-development data-management spatial-analysis publishing-sharing native-development

You can find a complete list of searchable topics in search-topics.yml. When a topic is added to an Esri repository, it will be reflected in search immediately.

Development

The website is generated using the open source static site generator acetate and styled with the help of calcite-web.

  1. Fork and clone the project
  2. Install the package.json dependencies by running npm install
  3. Run npm start. This will generate built pages in memory, launch the site on http://localhost:8000 and watch the raw source for changes.
  4. To create a build that will be saved to disk, use grunt build

Architecture

Information for the case studies and featured projects can be found in projects.yml

- title: R Analysis
    description: Develop and share R statistical analysis with ArcGIS.
    url: //r-arcgis.github.io/
    displayLang: R
    searchLang: r
    stars: 109

Template markup for the featured content is located in _macros.html

For example, below we define a loop to generate 24 cards using information from projects.yml

<div class="block-group block-group-4-up tablet-block-group-2-up phone-block-group-1-up">
    {% for project in projectInfo.projects %}
    {% if loop.index > 1 %}
    <div class="card block leader-1">
        <div class="card-content card-bar-{{ projectInfo.color }}">
        <h4>{{ project.title }}</h4>
        <p class="card-last">{{ project.description }}</p>
        <!-- ... -->
        </div>
    </div>
    {% endif %}
    {% endfor %}
    </div>

<html> scaffolding can be found in src/index.html

Contributing

Anyone and everyone is welcome to contribute. Please see our guidelines for contributing.

Code of conduct

All contributors and participants in this repository are expected to abide by our code of conduct.

License

Copyright © 2013-2020 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].