-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap2.html
241 lines (207 loc) · 9.31 KB
/
map2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE.html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body{
background-repeat:no-repeat;
background-size:600px 730px;
image-rendering:pixelated;
}
@font-face {
font-family: Enchanted Land;
src: url(Enchanted Land.woff);
}
img2{
image-rendering:pixelated;
}
#colorLayer{
height: 100%;
width: 100%;
background-color:#feda88;
}
#locator1{
position: absolute;
top:30%;
left: 20%;
animation: move 5s infinite;
}
#locator2{
position: absolute;
top:20%;
left: 10%;
animation: move 5s infinite;
}
#locator3{
position: absolute;
top:60%;
left: 25%;
animation: move 5s infinite;
}
#locator4{
position: absolute;
top:70%;
left: 20%;
animation: move 5s infinite;
}
#locator5{
position: absolute;
top:80%;
left: 10%;
animation: move 5s infinite;
}
#locator6{
position: absolute;
top:89%;
left: 25%;
animation: move 5s infinite;
}
#locator7{
position: absolute;
top:95%;
left: 10%;
animation: move 5s infinite;
}
#locator8{
position: absolute;
top:97%;
left: 22%;
animation: move 5s infinite;
}
#locator9{
position: absolute;
top:80%;
left: 24%;
animation: move 5s infinite;
}
#locator10{
position: absolute;
top:60%;
left:8%;
animation: move 5s infinite;
}
@-webkit-keyframes move{
0%{margin-top: -80px;}
10%{margin-top: -90px;}
20%{margin-top: -80px;}
30%{margin-top: -90px;}
40%{margin-top: -80px;}
50%{margin-top: -90px;
}
60%{margin-top: -80px;}
70%{margin-top: -90px;}
80%{margin-top: -80px;}
90%{margin-top: -90px;}
100%{margin-top: -80px;}
}
.parent {display: block;position: relative;float: left;line-height: 30px;background-color: black ; }
.parent a{margin: 20px;color: #FFFFFF;text-decoration: none;font-size:20px;}
.parent:hover > ul {display:block;position:absolute;}
.child {display: none;}
.child li {background-color: white; width:100%;}
.child li a{color: black;}
ul{list-style: none;margin: 0;padding: 0px; min-width:10em;}
ul ul ul{left: 100%;top: 0;margin-left:1px;}
li:hover {background-color: #6d6767; color:black; }
.parent li:hover {background-color: #e5dcdc; }
.expand{font-size:14px;float:right;margin-right:5px;}
.mySlides {display: none;
position:absolute;}
.mySlides w3-display-container w3-center{
position:absolute;
}
</style>
</head>
<body>
<img id='img3' src='scroll.png' style="height:1000px; width:920px; margin-top:40px;margin-left:1400px; position:absolute">
<p style="font-family:georgia; color:maroon; font-size:25px; margin-left:1500px; position:absolute; margin-top:200px"><i>
Essos is an immense landmass located to the east of Westeros, extending into the<br>
far east of the known world. <br>
The Free Cities are located on its north-western shores, with the Dothraki sea located deep in the continental <br>
interior and the cities of the Bay of Dragons on the south coast. <br>
The continent extends far to the east, around the Jade Sea, to the distant and fabled lands of Asshai and the <br>
Shadow. Essos climate is temperate in the northern and western portions, and subtropical in the southern & eastern <br>
portions. Rainfall generally decreases as one moves eastward <br>
in Essos.The extreme eastern end of the continent has not been fully mapped.<br>
Westeros's landmass is much longer from north to south, extending from the deserts of Dorne to the polar regions north of the Wall, but east-to-west travel <br>is much shorter.<br>
</i></p>
<div class="top" style="width:80%; height:40px; position:absolute; margin-top:10px">
<ul id="menu">
<li class="parent" style="margin-left:700px"><a href="got.html">HOME</a></li>
<li class="parent"><a href="#">MAP</a>
<ul class="child">
<li class="parent" style="width:250px"><a href="map.html">Westeros <span class="expand">»</span></a> </li>
<li class="parent" style="width:250px"><a href="map2.html">Essos <span class="expand">»</span></a></li>
</ul>
</li>
<li class="parent"><a href="#">THE HOUSES</a>
<ul class="child">
<li class="parent" style="width:270px"><a href="housestark.html">HOUSE STARK<span class="expand">»</span></a> </li>
<li class="parent" style="width:270px"><a href="#">HOUSE LANNISTERS <span class="expand">»</span></a></li>
<li class="parent" style="width:270px"><a href="#">HOUSE TARGERYAN<span class="expand">»</span></a> </li>
<li class="parent" style="width:270px"><a href="#">HOUSE TYRELL <span class="expand">»</span></a></li>
<li class="parent" style="width:270px"><a href="#">HOUSE MARTELL<span class="expand">»</span></a> </li>
<li class="parent" style="width:270px"><a href="#">HOUSE TULLY <span class="expand">»</span></a></li>
<li class="parent" style="width:270px"><a href="#">HOUSE ARRYN<span class="expand">»</span></a> </li>
<li class="parent" style="width:270px"><a href="#">HOUSE BARATHEON<span class="expand">»</span></a></li>
<li class="parent" style="width:270px"><a href="#">HOUSE GREYJOY<span class="expand">»</span></a> </li>
<li class="parent" style="width:270px"><a href="#">HOUSE FREY <span class="expand">»</span></a></li>
<li class="parent" style="width:270px"><a href="#">THE NORTH<span class="expand">»</span></a> </li>
<li class="parent" style="width:270px"><a href="#">THE SOUTH <span class="expand">»</span></a></li>
</ul>
</li>
<li class="parent"><a href="#">SEASONS</a>
<ul class="child">
<li class="parent" style="width:250px"><a href="season1.html">Season 1 <span class="expand">»</span></a> </li>
<li class="parent" style="width:250px"><a href="#">Season 2 <span class="expand">»</span></a></li>
<li class="parent" style="width:250px"><a href="#">Season 3 <span class="expand">»</span></a></li>
<li class="parent" style="width:250px"><a href="#">Season 4 <span class="expand">»</span></a></li>
<li class="parent" style="width:250px"><a href="#">Season 5 <span class="expand">»</span></a></li>
<li class="parent" style="width:250px"><a href="#">Season 6 <span class="expand">»</span></a></li>
<li class="parent" style="width:250px"><a href="#">Season 7 <span class="expand">»</span></a></li>
</ul>
</li>
<li class="parent"><a href="#">HISTORY</a>
<ul class="child" style="width:350px">
<li><a href="#" style="width:350px">Aegon's Conquest</a></li>
<li><a href="#" style="width:350px">Robert's Rebellion</a></li>
<li><a href="#" style="width:350px">Blackwater Bay</a></li>
<li><a href="#"style="width:350px">The War of Five Kings</a></li>
<li><a href="#" style="width:350px">Hardhome</a></li>
<li><a href="#" style="width:350px">Battle of The Bastards</a></li>
<li><a href="#" style="width:350px">Battle of Meereen</a></li>
</ul>
</li>
<li class="parent"><a href="#">Send a Raven</a>
<ul class="child">
<li><a href="#">Contact US</a></li>
<li><a href="#">Contribute</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Interviews</a></li>
</ul>
</li>
</ul>
</div>
<img src="essos.png" usemap="#image-map" style="">
<map name="image-map" style="position:absolute">
<area target="_blank" alt="tyrosh" title="tyrosh" href="" coords="62,584,26" shape="circle">
<area target="" alt="newghis" title="newghis" href="" coords="1075,975,158" shape="circle">
<area target="" alt="astapor" title="astapor" href="" coords="966,811,23" shape="circle">
<area target="" alt="volantis" title="volantis" href="" coords="422,713,135" shape="circle">
<area target="" alt="dothraki" title="dothraki" href="" coords="956,211,1110,184,1359,125,1310,160,1359,320,1302,566,984,636,832,570,600,586,542,214,576,181,622,158,653,132,670,151,682,139,760,133,816,122,850,200,888,181,928,205,942,210,951,210,951,211" shape="poly">
<area target="" alt="yunkai" title="yunkai" href="" coords="978,674,1023,740" shape="rect">
<area target="" alt="mereen" title="mereen" href="" coords="1084,668,1016,629" shape="rect">
<area target="" alt="lhazar" title="lhazar" href="" coords="1236,659,97" shape="circle">
<area target="" alt="matarys" title="matarys" href="" coords="690,717,725,714,737,681,689,700,682,718" shape="poly">
<area target="" alt="lys" title="lys" href="" coords="131,719,61" shape="circle">
<area target="" alt="myr" title="myr" href="" coords="179,562,36" shape="circle">
<area target="" alt="bravos" title="bravos" href="" coords="128,139,122" shape="circle">
<area target="" alt="pentos" title="pentos" href="" coords="154,376,107" shape="circle">
<area target="" alt="norvos" title="norvos" href="" coords="344,268,118" shape="circle">
<area target="" alt="omber" title="omber" href="" coords="951,157,58" shape="circle">
</map>
</body>
</html>