-
Notifications
You must be signed in to change notification settings - Fork 104
/
attractions.html
154 lines (152 loc) · 6.76 KB
/
attractions.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="style_activities.css">
<link rel="stylesheet" type="text/css" href="attractions.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css">
<link rel="icon" href="images/site-logo.png" />
<title>Events & Festivals</title>
</head>
<body>
<header>
<div id="activities-header">
<nav>
<div class="upper_navbar">
<div class="menu1">
<ul>
<li><a href="main.html">Home</a></li>
<li><a href="#">Site Map</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About Us</a></li>
</ul>
</div>
</div>
<div class="lower_navbar">
<div class="lower_navbar_content">
<div class="menu-icon">
<i class="fas fa-bars fa-2x"></i>
</div>
<div class="logo">
<a href="main.html"><img src="images/mylogo-1.png"></a>
</div>
<ul class="dropdown-menu">
<li><a href="">What to do<i class="fas fa-caret-down"></i></a>
<ul>
<li><a href="activities.html">Activities</a></li>
<li><a href="events-and-festivals.html">Events & Festivals</a></li>
</ul>
</li>
<li><a href="">Where to go<i class="fas fa-caret-down"></i></a>
<ul>
<li><a href="attractions.html">Attractive Destinations</a></li>
<li><a href="locations.html">Cities & Other Locations</a></li>
</ul>
</li>
<li><a href="">Plan your trip<i class="fas fa-caret-down"></i></a>
<ul>
<li><a href="accomodations.html">Book an Accomodation</a></li>
<li><a href="about-sabra.html">About Sabaragamuwa</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="header-title">
<div id="main-title">nature in <span>Sabaragamuwa</span></div>
<div id="sub-title">See our culture & enjoy it</div>
</div>
</div>
</header>
<h1>
Your're here : <a href="main.html">Home</a> / Attractive Destinations
</h1>
<div class="container">
<div class="full-div">
<div class="image-div">
<img src="images/image12.jpg">
</div>
<div class="para-content">
<p>
<h3>Sinharaja Rain Forest Reserve</h3>
</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
<p>
<a class="para-content-link" href="">Read more<i class="fas fa-angle-double-right"></i></a>
</p>
</div>
</div>
<div class="full-div">
<div class="image-div">
<img src="images/adam-4.jpg">
</div>
<div class="para-content">
<p>
<h3>Sri Padaya(Adam's Peak)</h3>
</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
<p>
<a class="para-content-link" href="">Read more<i class="fas fa-angle-double-right"></i></a>
</p>
</div>
</div>
</div>
<div class="footer">
<div class="footer-content">
<div class="footer-refs-content-1">
<h5>Tourism <b>Agencies</b></h5>
<ul>
<li><a href="">Sri Lanka Tourism Promotion Bureau</a></li>
<li><a href="">Sri Lanka Tourism Development Authority</a></li>
<li><a href="">Sri Lanka Convention Bureau</a></li>
<li><a href="">SLITHM (Sri Lanka Institute of Tourism & Hotel Management)</a></li>
<li><a href="">Ministry of Tourism Development & Christian Religious Affairs</a></li>
</ul>
</div>
<div class="footer-refs-content-2">
<h5>Our <b>Partners</b></h5>
<ul>
<li><a href="">Sri Lanka Airport & Aviation Services</a></li>
<li><a href="">Department of Immigration & Emigration</a></li>
<li><a href="">Belihuloya Hotel Corporation</a></li>
</ul>
</div>
<div class="footer-refs-content-3">
<h5>About the <b>Site</b></h5>
<ul>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Site Map</a></li>
<li><a href="http://www.srilanka.travel"><img src="images/logo1.png" style="width: 150px;"></a></li>
</ul>
</div>
</div>
<div class="lower-footer">
<div class="lower-footer-content">
<div id="footer-align-left">
All Rights Reserved. © 2018 sabra.travel.lk
</div>
<div id="footer-align-right">
<a href=""><i class="fab fa-facebook-square fa-3x"></i></a>
<a href=""><i class="fab fa-twitter-square fa-3x"></i></a>
<a href=""><i class="fab fa-google-plus-square fa-3x"></i></a>
<a href=""><i class="fab fa-youtube-square fa-3x"></i></a>
</div>
</div>
</div>
</div>
</body>
</html>