-
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.
- Loading branch information
0 parents
commit 30fd57e
Showing
170 changed files
with
26,906 additions
and
0 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,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>2019-02 云南</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://cdn.knightlab.com/libs/storymapjs/latest/css/storymap.css"> | ||
<link rel="stylesheet" type="text/css" media="screen" href="style.css" /> | ||
<script type="text/javascript" src="https://cdn.knightlab.com/libs/storymapjs/latest/js/storymap-min.js"></script> | ||
</head> | ||
<body> | ||
<div id="mapdiv" style="width: 100%; height: 96vh; min-height:600px;"></div> | ||
<script src="script.js"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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,14 @@ | ||
.idea/ | ||
*.iml | ||
*.iws | ||
*.eml | ||
out/ | ||
.DS_Store | ||
.svn | ||
log/*.log | ||
tmp/** | ||
node_modules/ | ||
package-lock.json | ||
.sass-cache | ||
css/reveal.min.css | ||
js/reveal.min.js |
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,5 @@ | ||
language: node_js | ||
node_js: | ||
- 4 | ||
after_script: | ||
- npm run build -- retire |
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,76 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
|
||
<title>reveal.js</title> | ||
|
||
<link rel="stylesheet" href="css/reveal.css"> | ||
<link rel="stylesheet" href="css/theme/simple.css"> | ||
|
||
<!-- Theme used for syntax highlighting of code --> | ||
<link rel="stylesheet" href="lib/css/zenburn.css"> | ||
|
||
<link rel="stylesheet" type="text/css" media="screen" href="../../style.css" /> | ||
<!-- Printing and PDF exports --> | ||
<script> | ||
var link = document.createElement( 'link' ); | ||
link.rel = 'stylesheet'; | ||
link.type = 'text/css'; | ||
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; | ||
document.getElementsByTagName( 'head' )[0].appendChild( link ); | ||
</script> | ||
</head> | ||
<body> | ||
<div class="reveal"> | ||
<div class="slides"> | ||
<section style="text-align:left" data-transition="convex"> | ||
<h2 style = "font-weight: bold; ">02-09 泸沽湖</h2> | ||
<div style="color:#737373;"> | ||
<p>小洛水村</p> | ||
</div> | ||
</section> | ||
<section> | ||
<img data-src="../02-09.01.jpg" class="stretch"> | ||
<p>摩梭博物馆</p> | ||
</section> | ||
<section> | ||
<img data-src="../02-09.02.jpg" class="stretch"> | ||
<p>草海</p> | ||
</section> | ||
<section> | ||
<img data-src="../02-10.01.jpg" class="stretch"> | ||
<p>民宿景观</p> | ||
</section> | ||
<section> | ||
<img data-src="../02-10.02.jpg" class="stretch"> | ||
<p>泸沽湖的野鸭</p> | ||
</section> | ||
<section> | ||
<img data-src="../02-10.03.jpg" class="stretch"> | ||
<p>泸沽湖</p> | ||
</section> | ||
</div> | ||
</div> | ||
|
||
<script src="lib/js/head.min.js"></script> | ||
<script src="js/reveal.js"></script> | ||
|
||
<script> | ||
// More info about config & dependencies: | ||
// - https://github.com/hakimel/reveal.js#configuration | ||
// - https://github.com/hakimel/reveal.js#dependencies | ||
Reveal.initialize({ | ||
transition: 'zoom', | ||
transitionSpeed: 'slow', | ||
dependencies: [ | ||
{ src: 'plugin/markdown/marked.js' }, | ||
{ src: 'plugin/markdown/markdown.js' }, | ||
{ src: 'plugin/notes/notes.js', async: true }, | ||
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } | ||
] | ||
}); | ||
</script> | ||
</body> | ||
</html> |
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,87 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" | ||
/> | ||
|
||
<title>reveal.js</title> | ||
|
||
<link rel="stylesheet" href="css/reveal.css" /> | ||
<link rel="stylesheet" href="css/theme/simple.css" /> | ||
|
||
<!-- Theme used for syntax highlighting of code --> | ||
<link rel="stylesheet" href="lib/css/zenburn.css" /> | ||
<!-- Printing and PDF exports --> | ||
<script> | ||
var link = document.createElement("link"); | ||
link.rel = "stylesheet"; | ||
link.type = "text/css"; | ||
link.href = window.location.search.match(/print-pdf/gi) | ||
? "css/print/pdf.css" | ||
: "css/print/paper.css"; | ||
document.getElementsByTagName("head")[0].appendChild(link); | ||
</script> | ||
</head> | ||
<body> | ||
<div class="reveal"> | ||
<div class="slides"> | ||
<section style="text-align:left" data-transition="convex"> | ||
<h2 style="font-weight: bold; ">02-11 元谋物茂土林</h2> | ||
<div style="color:#737373;"> | ||
<p>元谋土林和陆良彩色沙林、路南石林并称为“云南三林”</p> | ||
</div> | ||
</section> | ||
<section><img data-src="../02-11.01.jpg" class="stretch"></section> | ||
<section> | ||
<img data-src="../02-11.02.jpg" class="stretch"> | ||
</section> | ||
<section> | ||
<img data-src="../02-11.03.jpg" class="stretch"> | ||
</section> | ||
<section> | ||
<img data-src="../02-11.04.jpg" class="stretch"> | ||
</section> | ||
<section> | ||
<img data-src="../02-11.05.jpg" class="stretch"> | ||
</section> | ||
<section> | ||
<img data-src="../02-11.06.jpg" class="stretch"> | ||
</section> | ||
<section> | ||
<img data-src="../02-11.07.jpg" class="stretch"> | ||
</section> | ||
<section> | ||
<img data-src="../02-11.08.jpg" class="stretch"> | ||
</section> | ||
</div> | ||
</div> | ||
|
||
<script src="lib/js/head.min.js"></script> | ||
<script src="js/reveal.js"></script> | ||
|
||
<script> | ||
// More info about config & dependencies: | ||
// - https://github.com/hakimel/reveal.js#configuration | ||
// - https://github.com/hakimel/reveal.js#dependencies | ||
Reveal.initialize({ | ||
transition: "zoom", | ||
transitionSpeed: "slow", | ||
dependencies: [ | ||
{ src: "plugin/markdown/marked.js" }, | ||
{ src: "plugin/markdown/markdown.js" }, | ||
{ src: "plugin/notes/notes.js", async: true }, | ||
{ | ||
src: "plugin/highlight/highlight.js", | ||
async: true, | ||
callback: function() { | ||
hljs.initHighlightingOnLoad(); | ||
} | ||
} | ||
] | ||
}); | ||
</script> | ||
</body> | ||
</html> |
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,102 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
|
||
<title>reveal.js</title> | ||
|
||
<link rel="stylesheet" href="css/reveal.css"> | ||
<link rel="stylesheet" href="css/theme/simple.css"> | ||
|
||
<!-- Theme used for syntax highlighting of code --> | ||
<link rel="stylesheet" href="lib/css/zenburn.css"> | ||
<!-- Printing and PDF exports --> | ||
<script> | ||
var link = document.createElement( 'link' ); | ||
link.rel = 'stylesheet'; | ||
link.type = 'text/css'; | ||
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; | ||
document.getElementsByTagName( 'head' )[0].appendChild( link ); | ||
</script> | ||
</head> | ||
<body> | ||
<div class="reveal"> | ||
<div class="slides"> | ||
<section style="text-align:left" data-transition="convex"> | ||
<h2 style = "font-weight: bold; ">02-14 建水古城</h2> | ||
<div style="color:#737373;"> | ||
<p></p> | ||
</div> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.01.jpg" class="stretch" /> | ||
<p>建水孔庙</p> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.02.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.03.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.04.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.05.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.06.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.07.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.08.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.09.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.10.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.11.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.12.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.13.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.14.jpg" class="stretch" /> | ||
<p>绒线花(合欢)</p> | ||
</section> | ||
<section> | ||
<img data-src="../02-14.15.jpg" class="stretch" /> | ||
<p>建水东门朝阳楼</p> | ||
</section> | ||
</div> | ||
</div> | ||
|
||
<script src="lib/js/head.min.js"></script> | ||
<script src="js/reveal.js"></script> | ||
|
||
<script> | ||
// More info about config & dependencies: | ||
// - https://github.com/hakimel/reveal.js#configuration | ||
// - https://github.com/hakimel/reveal.js#dependencies | ||
Reveal.initialize({ | ||
transition: 'zoom', | ||
transitionSpeed: 'slow', | ||
dependencies: [ | ||
{ src: 'plugin/markdown/marked.js' }, | ||
{ src: 'plugin/markdown/markdown.js' }, | ||
{ src: 'plugin/notes/notes.js', async: true }, | ||
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } | ||
] | ||
}); | ||
</script> | ||
</body> | ||
</html> |
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,81 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
|
||
<title>reveal.js</title> | ||
|
||
<link rel="stylesheet" href="css/reveal.css"> | ||
<link rel="stylesheet" href="css/theme/simple.css"> | ||
|
||
<!-- Theme used for syntax highlighting of code --> | ||
<link rel="stylesheet" href="lib/css/zenburn.css"> | ||
<!-- Printing and PDF exports --> | ||
<script> | ||
var link = document.createElement( 'link' ); | ||
link.rel = 'stylesheet'; | ||
link.type = 'text/css'; | ||
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; | ||
document.getElementsByTagName( 'head' )[0].appendChild( link ); | ||
</script> | ||
</head> | ||
<body> | ||
<div class="reveal"> | ||
<div class="slides"> | ||
<section style="text-align:left" data-transition="convex"> | ||
<h2 style = "font-weight: bold; ">02-15 建水燕子洞</h2> | ||
<div style="color:#737373;"> | ||
<p></p> | ||
</div> | ||
</section> | ||
<section> | ||
<img data-src="../02-15.01.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-15.02.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-15.03.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-15.04.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-15.05.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-15.06.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-15.07.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-15.08.jpg" class="stretch" /> | ||
</section> | ||
<section> | ||
<img data-src="../02-15.09.jpg" class="stretch" /> | ||
</section> | ||
</div> | ||
</div> | ||
|
||
<script src="lib/js/head.min.js"></script> | ||
<script src="js/reveal.js"></script> | ||
|
||
<script> | ||
// More info about config & dependencies: | ||
// - https://github.com/hakimel/reveal.js#configuration | ||
// - https://github.com/hakimel/reveal.js#dependencies | ||
Reveal.initialize({ | ||
transition: 'zoom', | ||
transitionSpeed: 'slow', | ||
dependencies: [ | ||
{ src: 'plugin/markdown/marked.js' }, | ||
{ src: 'plugin/markdown/markdown.js' }, | ||
{ src: 'plugin/notes/notes.js', async: true }, | ||
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } | ||
] | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.