-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (143 loc) · 9.39 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" media="all">
<!-- main style sheet __________________________________ -->
<link href="medium.css" rel="stylesheet" media="(min-width: 600px) and (max-width: 1024px)">
<!-- medium device ____________tablet____________________ -->
<link href="large.css" rel="stylesheet" media="(min-width: 1024px)">
<!-- large devices ___________________desktop_____________ -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;700;900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/e7911acf16.js" crossorigin="anonymous"></script>
<link href="images/woodnotelogo.png" rel="icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!-- ____________________________________H E A D__________________________________________ -->
<body>
<div id="hero">
<nav id="navbar">
<a href="index.html"><img src="images/woodnotelogo.png" alt="woodnotelogo"></a>
</nav>
<main>
<div class="hero-image">
<h2 class="woodnote">WOODNOTE</h2>
</div>
<div class="hero-title">
<p class="subtitle">“ a place where hills meet heaven ”</p>
</div>
</main>
</div>
<!-- hero_______________________________________________________________________________ -->
<section id="aboutus">
<div class="aboutus-img about-child">
<picture class="aboutus-img-container">
<source srcset="images/idukkidawnmob.png" media="(min-width: 320px) and (max-width: 600px)">
<source srcset="images/idukkidawndesktop.png" media="(min-width: 600px) and (max-width: 900px)">
<source srcset="images/idukkidawndesktop.png" media="(min-width: 600px) and (max-width: 900px)">
<img class="aboutimg" src="images/idukkidawnmob.png" >
</picture>
</div>
<div class="aboutus-txt about-child">
<div class="aboutus-txt-container">
<h2 class="aboutheading">
Hi there !
</h2>
<p class="abouttxt">Wondering around is a unique experience especially if the it's through woods.
The mountain ranges in Kerala consisting of the highland area of the Western Ghats, exude an exotic charm. <br> <br>Woods not only offer us view but also memories that can become a never ending story. This site is not about the story but a note written by someone on his journey throught dreams. </p>
</div>
</div>
</section>
<!-- about us____________________________________________________________________________ -->
<section id="places">
<p class="placesheading"># Places</p>
<section class="destinations">
<!-- parent to all_____________________________________________________________ -->
<!-- parent of one___________________________________________ -->
<div class="destinations-details">
<div class="destination-details-img">
<img src="images/kannandevanhills.png">
</div>
<div class="destination-details-txt">
<h2>Kannan Devan Hills</h2>
<ul>
<li class="destination-details-txt-details">Devikulam , Idukki district</li>
<li class="destination-details-txt-details">20 km from Munnar</li>
<li class="destination-details-txt-details">A journey through the story of tea</li>
</ul>
<button><a href="https://www.google.com/maps/place/Kannan+Devan+Hills,+Kerala/data=!4m2!3m1!1s0x3b079ca8534a70a9:0x44861f57e3a29b97?sa=X&ved=2ahUKEwju3s-WgKr_AhV_SmwGHbcZAYYQ8gF6BAgTEAI" target="_blank">Location</a></button>
</div>
</div>
<div class="destinations-details">
<div class="destination-details-img">
<img src="images/chinnakanal.jpg">
</div>
<div class="destination-details-txt">
<h2>chinnakanal</h2>
<ul>
<li class="destination-details-txt-details">Village in Idukki district</li>
<li class="destination-details-txt-details">21.7 km to Munnar</li>
<li class="destination-details-txt-details">known as the Power House Waterfalls</li>
</ul>
<button><a href="https://www.google.com/maps/place/Chinnakanal,+Kerala/@10.0379248,77.1784174,14z/data=!3m1!4b1!4m6!3m5!1s0x3b079fc4141601f9:0xab6d41355acea6cb!8m2!3d10.0367695!4d77.1772737!16s%2Fm%2F051y5vb?entry=ttu" target="_blank">Location</a></button>
</div>
</div>
<!-- parent of two___________________________________________ -->
<div class="destinations-details">
<div class="destination-details-img">
<img src="images/Kolukkumalai.jpg">
</div>
<div class="destination-details-txt">
<h2>Kolukkumalai</h2>
<ul>
<li class="destination-details-txt-details">Bodinayakanur, Theni district</li>
<li class="destination-details-txt-details">40 km from Munnar</li>
<li class="destination-details-txt-details">Home to the highest tea plantations in the world</li>
</ul>
<button><a href="https://www.google.com/maps/place/Kolukkumalai,+Kottakudi,+Tamil+Nadu+625582/@10.0826871,77.2115451,15z/data=!3m1!4b1!4m6!3m5!1s0x3b0775c3e0a9aaad:0x1c4115833f0aeb27!8m2!3d10.0826663!4d77.2218449!16s%2Fm%2F012r2bt8?entry=ttu" target="_blank">Location</a></button>
</div>
</div>
<div class="destinations-details">
<div class="destination-details-img">
<img src="images/Panchalimedu.png">
</div>
<div class="destination-details-txt">
<h2>Panchalimedu</h2>
<ul>
<li class="destination-details-txt-details">Peerumedu , Idukki district</li>
<li class="destination-details-txt-details">105 km from Munnar</li>
<li class="destination-details-txt-details">Witness the sacred Makaravilakku</li>
</ul>
<button><a href="https://www.google.com/maps/place/Panchalimedu,+Kerala+685532/@9.52757,76.9670176,16z/data=!3m1!4b1!4m6!3m5!1s0x3b064e516e0910c3:0xb88a5d4d38b9f7c4!8m2!3d9.5293037!4d76.9729472!16s%2Fg%2F11csrsxgl2?entry=ttu" target="_blank">Location</a></button>
</div>
</div>
<div class="destinations-details">
<div class="destination-details-img">
<img src="images/Valanjanganam Water Falls.png">
</div>
<div class="destination-details-txt">
<h2>Valanjanganam Falls</h2>
<ul>
<li class="destination-details-txt-details"> Kuttikkanam , Idukki district</li>
<li class="destination-details-txt-details">99 km from Munnar</li>
<li class="destination-details-txt-details">Scenic waterfall with misty climate</li>
</ul>
<button><a href="https://www.google.com/maps/place/Valanjanganam+Water+Falls/@9.562944,76.977376,15z/data=!4m2!3m1!1s0x0:0x3e8740850d677f76?sa=X&ved=2ahUKEwjVttKqvqv_AhVYwjgGHT4SDfMQ_BJ6BAh5EAg" target="_blank">Location</a></button>
</div>
</div>
</section>
</section>
<footer>
<div class="footer">
<a href="index.html"><img src="images/woodnotelogo.png" alt="woodnotelogo"></a>
<ul class="contact-link">
<li><a href="https://www.linkedin.com/in/ronwinny/"><i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="https://github.com/ronwinny"><i class="fa-brands fa-square-github"></i></a></li>
<li><a href="https://instagram.com/ron_winny?igshid=MzNlNGNkZWQ4Mg=="><i class="fa-brands fa-square-instagram"></i></a></li>
</ul>
</div>
</footer>
</body>
</html>