diff --git a/story_map/map1.css b/story_map/map1.css new file mode 100644 index 0000000..87e1096 --- /dev/null +++ b/story_map/map1.css @@ -0,0 +1,19 @@ +.svg_map{ +position:absolute; +width:60%; +margin-left: 20%; +margin-right: 20%; + +z-index: 1; +} +.comments { +position: absolute; +z-index:2; +} + +#newspaper { +position:relative; + + +} + diff --git a/story_map/map1.html b/story_map/map1.html new file mode 100644 index 0000000..60cbdc2 --- /dev/null +++ b/story_map/map1.html @@ -0,0 +1,246 @@ + + + + map v.1 + + + + +
+ + + a story + + a story + + + 0-Start + + + + 0-Start + + + + + + 1-Newspaper + + + 1-Newspaper + + + + + + 0-Start->1-Newspaper + + + + + + 1-Walk/Pleiadians + + + 1-Walk/Pleiadians + + + + + + 0-Start->1-Walk/Pleiadians + + + + + + 1-Wait for Amanda + + + 1-Wait for Amanda + + + + + + 0-Start->1-Wait for Amanda + + + + + + 1-Newspaper->1-Wait for Amanda + + + + + + 2-Looking for N. + + + 2-Looking for N. + + + + + + 1-Newspaper->2-Looking for N. + + + + + + 1-Walk/Pleiadians->1-Newspaper + + + + + + 1-Wait for Amanda->1-Newspaper + + + + + + 1-Wait for Amanda->1-Walk/Pleiadians + + + + + + 3-Monteferro + + + 3-Monteferro + + + + + + 2-Looking for N.->3-Monteferro + + + + + + 2-Walk/Pleiadians + + + 2-Walk/Pleiadians + + + + + + 2-Looking for N.->2-Walk/Pleiadians + + + + + + 4-Canteen + + + 4-Canteen + + + + + + 3-Monteferro->4-Canteen + + + + + + 2-Walk/Pleiadians->3-Monteferro + + + + + + 5-Square + + + 5-Square + + + + + + 4-Canteen->5-Square + + + + + + 4-Clouds/Pleiadians + + + 4-Clouds/Pleiadians + + + + + + 4-Canteen->4-Clouds/Pleiadians + + + + + + 6-River Bank + + + 6-River Bank + + + + + + 5-Square->6-River Bank + + + + + + 4-Clouds/Pleiadians->5-Square + + + + + + 7-Spring River + + + + + 7-Spring River + + + + + + 6-River Bank->7-Spring River + + + + + +
+
+ + + +
+ + + + + + + \ No newline at end of file diff --git a/story_map/map1.js b/story_map/map1.js new file mode 100644 index 0000000..2235125 --- /dev/null +++ b/story_map/map1.js @@ -0,0 +1,13 @@ +$(document).ready(function() { + + $("#node1").hover( + function(){ $("#start").toggle(); + + }); + + $("#node2").hover( + function(){ $("#newspaper").show(); + + }); + +});; \ No newline at end of file diff --git a/story_map/map1.svg b/story_map/map1.svg new file mode 100644 index 0000000..69eb927 --- /dev/null +++ b/story_map/map1.svg @@ -0,0 +1,220 @@ + + +a story + +a story + + +0-Start + + + +0-Start + + + + + +1-Newspaper + + +1-Newspaper + + + + + +0-Start->1-Newspaper + + + + + +1-Walk/Pleiadians + + +1-Walk/Pleiadians + + + + + +0-Start->1-Walk/Pleiadians + + + + + +1-Wait for Amanda + + +1-Wait for Amanda + + + + + +0-Start->1-Wait for Amanda + + + + + +1-Newspaper->1-Wait for Amanda + + + + + +2-Looking for N. + + +2-Looking for N. + + + + + +1-Newspaper->2-Looking for N. + + + + + +1-Walk/Pleiadians->1-Newspaper + + + + + +1-Wait for Amanda->1-Newspaper + + + + + +1-Wait for Amanda->1-Walk/Pleiadians + + + + + +3-Monteferro + + +3-Monteferro + + + + + +2-Looking for N.->3-Monteferro + + + + + +2-Walk/Pleiadians + + +2-Walk/Pleiadians + + + + + +2-Looking for N.->2-Walk/Pleiadians + + + + + +4-Canteen + + +4-Canteen + + + + + +3-Monteferro->4-Canteen + + + + + +2-Walk/Pleiadians->3-Monteferro + + + + + +5-Square + + +5-Square + + + + + +4-Canteen->5-Square + + + + + +4-Clouds/Pleiadians + + +4-Clouds/Pleiadians + + + + + +4-Canteen->4-Clouds/Pleiadians + + + + + +6-River Bank + + +6-River Bank + + + + + +5-Square->6-River Bank + + + + + +4-Clouds/Pleiadians->5-Square + + + + + +7-Spring River + + + + +7-Spring River + + + + + +6-River Bank->7-Spring River + + + + + \ No newline at end of file