-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Fonts): refactor loading of Material Icons and fonts #closes1960 (#…
…2132) Co-authored-by: Christopher Phelefu <[email protected]>
- Loading branch information
1 parent
daaaff7
commit 144112b
Showing
42 changed files
with
5,543 additions
and
5,623 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,70 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title> | ||
<%= htmlWebpackPlugin.options.title %> | ||
</title> | ||
<link rel="shortcut icon" href="./favicon.ico" /> | ||
<link rel="stylesheet" href="css/style.css" /> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto|Montserrat:200,300,400,900|Merriweather" rel="stylesheet" | ||
type="text/css" /> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<img class="center-logo header-logo" alt="logo" src="./img/Logo.png" /> | ||
<h1 class="index-header-title"><strong>Plateforme Géospatiale Canadienne (PGC) - Projet GeoView -</strong></h1> | ||
<h1 class="index-header-title"><strong>Canadian Geospatial Platform (CGP) - GeoView Project -</strong></h1> | ||
<hr /> | ||
<hr /> | ||
<br /> | ||
<br /> | ||
<h4>Sandbox</h4> | ||
<a class="page-link" href="./sandbox.html">Sandbox</a> | ||
<a class="page-link" href="./config-sandbox.html">Config Sandbox</a> | ||
|
||
<h4>Configurations Navigator</h4> | ||
<a class="page-link" href="./demos-navigator.html">Configurations Navigator</a> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title> | ||
<%= htmlWebpackPlugin.options.title %> | ||
</title> | ||
<link rel="shortcut icon" href="./favicon.ico" /> | ||
<link rel="stylesheet" href="css/style.css" /> | ||
</head> | ||
|
||
<h4>Basic Loading</h4> | ||
<a class="page-link" href="./default-config.html">Default Configuration</a> | ||
<a class="page-link" href="./api-loads.html?geoms=000183ed-8864-42f0-ae43-c4313a860720,0083baf1-8145-4207-a84f-3d85ef2943a5" | ||
>API loads</a | ||
> | ||
<a class="page-link" href="./type-of-layers.html">Type Of Layers</a> | ||
<body> | ||
<div> | ||
<img class="center-logo header-logo" alt="logo" src="./img/Logo.png" /> | ||
<h1 class="index-header-title"><strong>Plateforme Géospatiale Canadienne (PGC) - Projet GeoView -</strong></h1> | ||
<h1 class="index-header-title"><strong>Canadian Geospatial Platform (CGP) - GeoView Project -</strong></h1> | ||
<hr /> | ||
<hr /> | ||
<br /> | ||
<br /> | ||
<h4>Sandbox</h4> | ||
<a class="page-link" href="./sandbox.html">Sandbox</a> | ||
<a class="page-link" href="./config-sandbox.html">Config Sandbox</a> | ||
|
||
<h4>Custom Behaviour</h4> | ||
<a class="page-link" href="./raw-add-layers.html">Add Layers</a> | ||
<a class="page-link" href="./pygeoapi-processes.html">pygeoapi process</a> | ||
<a class="page-link" href="./ui-components.html">UI Components</a> | ||
|
||
<h4>Internal Package</h4> | ||
<a class="page-link" href="./loading-packages.html">Loading Packages</a> | ||
<a class="page-link" href="./package-swiper.html">Package - Swiper (interactive)</a> | ||
<h4>Configurations Navigator</h4> | ||
<a class="page-link" href="./demos-navigator.html">Configurations Navigator</a> | ||
|
||
<h4>API and Events</h4> | ||
<a class="page-link" href="./api-functions-test.html">API Functions Test</a> | ||
<a class="page-link" href="./events.html">Events</a> | ||
<a class="page-link" href="./add-panels.html">Add Panels</a> | ||
<a class="page-link" href="./geometry.html">Geometry</a> | ||
<a class="page-link" href="./footer-bar.html">Footer bar (vanilla JS)</a> | ||
<h4>Basic Loading</h4> | ||
<a class="page-link" href="./default-config.html">Default Configuration</a> | ||
<a class="page-link" | ||
href="./api-loads.html?geoms=000183ed-8864-42f0-ae43-c4313a860720,0083baf1-8145-4207-a84f-3d85ef2943a5">API | ||
loads</a> | ||
<a class="page-link" href="./type-of-layers.html">Type Of Layers</a> | ||
|
||
<h4>Interactions</h4> | ||
<a class="page-link" href="./inter-all.html">Interactions (all-in)</a> | ||
<a class="page-link" href="./inter-select.html">Select</a> | ||
<a class="page-link" href="./inter-draw.html">Draw</a> | ||
<a class="page-link" href="./inter-modify.html">Modify</a> | ||
<a class="page-link" href="./inter-translate.html">Translate</a> | ||
<a class="page-link" href="./inter-snap.html">Snap</a> | ||
<a class="page-link" href="./inter-extent.html">Extent</a> | ||
<h4>Custom Behaviour</h4> | ||
<a class="page-link" href="./raw-add-layers.html">Add Layers</a> | ||
<a class="page-link" href="./pygeoapi-processes.html">pygeoapi process</a> | ||
<a class="page-link" href="./ui-components.html">UI Components</a> | ||
|
||
<h4>Demos</h4> | ||
<a class="page-link" href="./demos.html">Specific Demos Pages</a> | ||
<h4>Internal Package</h4> | ||
<a class="page-link" href="./loading-packages.html">Loading Packages</a> | ||
<a class="page-link" href="./package-swiper.html">Package - Swiper (interactive)</a> | ||
|
||
<h4>Other</h4> | ||
<a class="page-link" href="./load-test.html">Performance Test</a> | ||
</div> | ||
</body> | ||
</html> | ||
<h4>API and Events</h4> | ||
<a class="page-link" href="./api-functions-test.html">API Functions Test</a> | ||
<a class="page-link" href="./events.html">Events</a> | ||
<a class="page-link" href="./add-panels.html">Add Panels</a> | ||
<a class="page-link" href="./geometry.html">Geometry</a> | ||
<a class="page-link" href="./footer-bar.html">Footer bar (vanilla JS)</a> | ||
|
||
<h4>Interactions</h4> | ||
<a class="page-link" href="./inter-all.html">Interactions (all-in)</a> | ||
<a class="page-link" href="./inter-select.html">Select</a> | ||
<a class="page-link" href="./inter-draw.html">Draw</a> | ||
<a class="page-link" href="./inter-modify.html">Modify</a> | ||
<a class="page-link" href="./inter-translate.html">Translate</a> | ||
<a class="page-link" href="./inter-snap.html">Snap</a> | ||
<a class="page-link" href="./inter-extent.html">Extent</a> | ||
|
||
<h4>Demos</h4> | ||
<a class="page-link" href="./demos.html">Specific Demos Pages</a> | ||
|
||
<h4>Other</h4> | ||
<a class="page-link" href="./load-test.html">Performance Test</a> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.