-
Notifications
You must be signed in to change notification settings - Fork 0
/
SiteMap.html
135 lines (129 loc) · 4.61 KB
/
SiteMap.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
<!DOCTYPE html>
<html>
<head>
<title>Site Map</title>
<link rel="stylesheet" type="text/css" href="stylesheets/SiteMap.css">
<link rel="icon" href="Image/Shan/Logo.png" type="image">
</head>
<body>
<a style="text-decoration:none" href="Home.html">
<div class="home">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">HOME</div>
</div>
</a>
<a style="text-decoration:none" href="#">
<div class="disSL">
<svg height="60" width="350">
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">DISCOVER SL</div>
</div>
</a>
<a style="text-decoration:none" href="Gallery.html">
<div class="gallery">
<svg height="60" width="320">
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">GALLERY</div>
</div>
</a>
<a style="text-decoration:none" href="store.html">
<div class="store">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">STORE</div>
</div>
</a>
<a style="text-decoration:none" href="AboutUs.html">
<div class="aboutUs">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">ABOUT US</div>
</div>
</a>
<!------ Inside store - Main pages -------->
<a style="text-decoration:none" href="Wild.html">
<div class="heroPage1">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">WILD</div>
</div>
</a>
<a style="text-decoration:none" href="Thriller.html">
<div class="heroPage2">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">THRILLS</div>
</div>
</a>
<a style="text-decoration:none" href="Scenic.html">
<div class="heroPage3">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">SCENIC</div>
</div>
</a>
<a style="text-decoration:none" href="Culture.html">
<div class="heroPage4">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">CULTURE</div>
</div>
</a>
<!-- Inside About Us -->
<a style="text-decoration:none" href="ShanCV.html">
<div class="shan">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">SHAN</div>
</div>
</a>
<a style="text-decoration:none" href="SonnadaraCV.html">
<div class="chanka">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">CHANKA</div>
</div>
</a>
<a style="text-decoration:none" href="HasinduCV.html">
<div class="hasindu">
<svg height="60" width="320" >
<rect class="site" height="60" width="320"/>
</svg>
<div class="names">HASINDU</div>
</div>
</a>
<!-- lines -->
<svg class="downLine1" width="200px" height="400px" >
<line x1="84" y1="0" x2="84" y2="314"/>
<line x1="84" y1="314" x2="173" y2="314"/>
<line x1="84" y1="237" x2="173" y2="237"/>
<line x1="84" y1="158" x2="173" y2="158"/>
<line x1="84" y1="82" x2="173" y2="82"/>/>
</svg>
<svg class="downLine2" width="200px" height="400px" >
<line x1="181" y1="0" x2="181" y2="238"/>
<line x1="81" y1="237" x2="181" y2="237"/>
<line x1="81" y1="158" x2="181" y2="158"/>
<line x1="81" y1="82" x2="181" y2="82"/>/>
</svg>
<svg class="downMain" width="1200px" height="120px">
<line x1="0" y1="75.778" x2="1199" y2="75.778"/>
<line x1="1" y1="75" x2="1" y2="139.684"/>
<line x1="299" y1="75.778" x2="299" y2="139.684"/>
<line x1="600" y1="10" x2="600" y2="139.684"/>
<line x1="1199" y1="75" x2="1199" y2="142.684"/>
</svg>
</body>
</html>