-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
120 lines (101 loc) · 6.47 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="home.css">
<title>Destination Sri Lanka</title>
<script src="script.js"></script>
</head>
<body>
<ul class="navbar">
<li><a href="index.html"><img src="/images/web_logo_main.png" alt="Wonder Ceylon Logo" class="siteLogo"style="width: 290px;"></a></li>
<li><a href="home.html">Home</a></li>
<li><a href="sitemap.html">Site Map</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Quiz</a></li>
<li><a href="#">Comments</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#">Meet the Team</a></li>
</ul>
<div class="mountain" onmousemove="moveClouds()">
<div id="cloud1" class="cloud">
<img src="http://img13.deviantart.net/b5ed/i/2013/033/d/0/cloud_fog_by_moonglowlilly-d5tk3l7.png">
</div>
<div id="cloud2" class="cloud">
<img src="http://img13.deviantart.net/b5ed/i/2013/033/d/0/cloud_fog_by_moonglowlilly-d5tk3l7.png">
</div>
<div id="cloud3" class="cloud"><img src="http://pngimg.com/uploads/cloud/cloud_PNG16.png"></div>
<div id="cloud4" class="cloud">
<img src="http://pngimg.com/uploads/cloud/cloud_PNG16.png"></div>
</div>
<! -- Initiated from : https://codepen.io/trixie13/pen/GNJqBJ -->
<div class="container1">
<img src="/images/UK_SriLanka_LK_Header.jpg" alt="Sigiriya" width="100%" height="100%">
</div>
<div class="headerText">
<h5>As the clouds gracefully drift,</h5>
<h3 style="color: white;">"Do we journey to <span style="color:#fed330;">every corner</span> of the country?"</h3>
<p style="color: white;">immersing ourselves in its diverse landscapes and cultures, <br>
seeking to understand its essence.</p>
</div>
<div style="display: inline-block; width: 233%;">
<img src="/images/sky-clouds.gif" alt="cloudgif" width="10.65%">
<img src="/images/sky-clouds.gif" alt="cloudgif" width="10.65%">
<img src="/images/sky-clouds.gif" alt="cloudgif" width="10.65%">
<img src="/images/sky-clouds.gif" alt="cloudgif" width="10.65%">
</div>
<div style="display: inline-block; width: 233%;">
<img src="/images/sky-clouds.gif" alt="cloudgif" width="12.5%">
<img src="/images/web_logo.png" alt="web_logo" id="logo">
<img src="/images/sky-clouds.gif" alt="cloudgif" width="12.5%">
</div>
<div class="webSiteDescriptionText">
<h2 style="font-size: 40px;">What is 'Wonder Ceylon' ? 🤔</h2>
<p style="font-size: 30px;">'Wonder Ceylon' is <strong>an innovative cloud-based knowledge-sharing platform,</strong>
designed to immensely benefit prospective visitors to Sri Lanka by providing valuable insights,
travel tips and comprehensive information about the country's captivating destinations and
unique cultural experiences.</p>
</div>
<div style="display: inline-block; width: 233%;">
<img src="Transport Trains profile page header.jpg" alt="train_during_aTeaState">
</div>
<div class="cardsDescriptionText">
<h1 style="font-size: 40px; text-align: center;">Top Destinations for this Season <span class="newbadge">New</span></h1>
<!-- New Badge initiated from https://www.w3schools.com/howto/howto_css_badge.asp-->
</div>
<div class="destinationCards">
<div class="destination1Card">
<img src="/images/arugam-bay-guide-things-to-do-elephant-rock.jpg" alt="Arugambay" style="width:100%; height: 200px;" >
<h1>Arugambay</h1>
<p class="destination1title">known locally as "Arugam Kudah"</p>
<p>Arugam Bay is situated on the Indian Ocean in the dry zone of Sri Lanka's southeast coast,
and a historic settlement of the ancient Batticaloa Territory.</p>
<p><button class="destination1Button" onclick="window.location.href='Arugambay.html'">Explore More..</button></p>
<!-- Opening a new page in the same tab code initiated from https://teamtreehouse.com/community/how-to-blur-the-entire-page-except-the-form-once-user-clicks-into-an-input-select-or-textarea-field-->
</div>
<div class="destination1Card">
<img src="/images/cover.jpg" alt="ella" style="width:100%; height: 200px;" >
<h1>Ella</h1>
<p class="destination1title">known locally as "Arugam Kudah"</p>
<p>Ella is a picturesque town in Sri Lanka known for its lush landscapes, waterfalls, trekking opportunities, and scenic train rides..</p>
<p><button class="destination1Button" onclick="window.Location.href='student4.html'">Explore More..</button></p>
<!-- Opening a new page in the same tab code initiated from https://teamtreehouse.com/community/how-to-blur-the-entire-page-except-the-form-once-user-clicks-into-an-input-select-or-textarea-field-->
</div>
<div class="destination1Card">
<img src="/images/adem'speak.jfif" alt="Arugambay" style="width:100%; height: 200px;" >
<h1>Adam's Peak</h1>
<p class="destination1title">known locally as "Sri Padha"</p>
<p>
Adam's Peak, one of the must-visit spots in Sri Lanka, is a huge conical mountain towering over with 2,243 meters height in the central highlands of the country.</p>
<p><button class="destination1Button">Learn More..</button></p>
</div>
</div>
<!-- Card implementation from https://www.w3schools.com/howto/howto_css_profile_card.asp-->
<div class="footerPrimary">
<p class="footer_text">Wonder Ceylon is your gateway 🚪 to the soul of Sri Lanka.
<br>Visit every page of our website to get to know about this beautiful paradise Island before your next visit.</p>
</div>
</body>
</html>
</body>
</html>