Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

benoitregamey/levandrouilleur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

levandrouilleur

A simple website with a landing page and a webmapping application.

There is no database, using only html, css and js files. The data come from geojson files and are read and populate into html by ajax functions.

Thus it is possible to host this website (static website) on AWS with S3 bucket - ACM (SSL certificate for the https) - Cloudfront (for a https enable distribution, linked to the ACM) - Route53 (DNS configuration - link between domain name and Cloudfront distribution).

Structure

  • index.html --> Landing page

    • Dependencies
      • css/landing.css
      • js/landing.js
      • js/map-landing.js --> handles the map functions on the landing page (not on the webmapping application page)
      • font/...
      • icon/...
      • data/... --> contains the geojson read by ajax functions to populate html content and leaflet features
      • Jquery
      • Bootstrap 4
      • fontawesome
      • leaflet
      • leaflet-gestures.handling --> handles the UX on mobile devices for the map on the landing page (pan only with 2 fingers)
      • leaflet.markercluster (js + css) --> handles the automatic clustering of markers
  • map.html --> webmapping application

    • Dependencies
      • css/map.css
      • js/map.js
      • icon/map/...
      • font/...
      • data/... --> contains the geojson read by ajax functions to populate html content and leaflet features
      • Jquery
      • Bootstrap 4
      • fontawesome
      • leaflet
      • Instagram embed API and JS --> handles the dynamic creation of an iframe with instagram post
      • leaflet.markercluster (js + css) --> handles the automatic clustering of markers

About

A simple website with a landing page and a webmapping application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors