-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add region and languages to information panel - revise information panel
- Loading branch information
1 parent
3b72523
commit da0e230
Showing
12 changed files
with
135 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<base href="/" /> | ||
<meta name="description" content="" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" | ||
/> | ||
<meta name="referrer" content="no-referrer-when-downgrade" /> | ||
<meta | ||
http-equiv="Cache-control" | ||
content="no-cache, no-store, must-revalidate" | ||
/> | ||
<meta http-equiv="Pragma" content="no-cache" /> | ||
<meta http-equiv="Expires" content="0" /> | ||
<link href="vendors.0da94467cde34b98bca5.css" rel="stylesheet"><link href="main.61bf3605b3302ebc736f.css" rel="stylesheet"></head> | ||
<body> | ||
<!-- Add your site or application content here --> | ||
<div id="app"></div> | ||
|
||
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID | ||
<script> | ||
!(function(A, n, g, u, l, a, r) { | ||
(A.GoogleAnalyticsObject = l), | ||
(A[l] = | ||
A[l] || | ||
function() { | ||
(A[l].q = A[l].q || []).push(arguments); | ||
}), | ||
(A[l].l = +new Date()), | ||
(a = n.createElement(g)), | ||
(r = n.getElementsByTagName(g)[0]), | ||
(a.src = u), | ||
r.parentNode.insertBefore(a, r); | ||
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); | ||
ga('create', 'UA-XXXXX-X'); | ||
ga('send', 'pageview'); | ||
</script> | ||
--><script type="text/javascript" src="runtime.023d14ec76ae8a283b32.bundle.js"></script><script type="text/javascript" src="vendors.3bef3c76f1c2f6d6049e.bundle.js"></script><script type="text/javascript" src="main.a55091f4ef2cffba9801.bundle.js"></script></body> | ||
</html> |
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
/*! | ||
* vue-scrollto v2.17.1 | ||
* (c) 2019 Randjelovic Igor | ||
* @license MIT | ||
*/ | ||
|
||
/*! | ||
* Outlayer v2.1.1 | ||
* the brains and guts of a layout library | ||
* MIT license | ||
*/ | ||
|
||
/*! | ||
* Vue.js v2.6.10 | ||
* (c) 2014-2019 Evan You | ||
* Released under the MIT License. | ||
*/ | ||
|
||
/** | ||
* vuex v3.1.1 | ||
* (c) 2019 Evan You | ||
* @license MIT | ||
*/ | ||
|
||
/** | ||
* @license | ||
* Lodash <https://lodash.com/> | ||
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/> | ||
* Released under MIT license <https://lodash.com/license> | ||
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> | ||
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors | ||
*/ | ||
|
||
/*! | ||
* getSize v2.0.3 | ||
* measure size of elements | ||
* MIT license | ||
*/ | ||
|
||
/** | ||
* Checks if an event is supported in the current execution environment. | ||
* | ||
* NOTE: This will not work correctly for non-generic events such as `change`, | ||
* `reset`, `load`, `error`, and `select`. | ||
* | ||
* Borrows from Modernizr. | ||
* | ||
* @param {string} eventNameSuffix Event name, e.g. "click". | ||
* @param {?boolean} capture Check if the capture phase is supported. | ||
* @return {boolean} True if the event is supported. | ||
* @internal | ||
* @license Modernizr 3.0.0pre (Custom Build) | MIT | ||
*/ | ||
|
||
/*! | ||
* Masonry v4.2.2 | ||
* Cascading grid layout library | ||
* https://masonry.desandro.com | ||
* MIT License | ||
* by David DeSandro | ||
*/ | ||
|
||
/*! | ||
* vue-router v3.1.3 | ||
* (c) 2019 Evan You | ||
* @license MIT | ||
*/ | ||
|
||
/*! | ||
* imagesLoaded v4.1.4 | ||
* JavaScript is all like "You images are done yet or what?" | ||
* MIT License | ||
*/ | ||
|
||
/*! Hammer.JS - v2.0.7 - 2016-04-22 | ||
* http://hammerjs.github.io/ | ||
* | ||
* Copyright (c) 2016 Jorik Tangelder; | ||
* Licensed under the MIT license */ | ||
|
||
/*! | ||
* Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com | ||
* License - https://fontawesome.com/license (Commercial License) | ||
*/ |