-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (47 loc) · 2.47 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
<html>
<head>
<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=Asap:ital,wght@0,400;0,600;1,400;1,600&family=Sansita:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="lumpia-wrapper">
<!-- HERO SECTION -->
<div id="hero">
<h1 id="city-name">Visit Oslob</h1>
<h2 id="city-desc">Get ready for a fun-filled and <br> adventure-packed itinerary under the sun.</h2>
</div>
<!-- ACTIVITIES SECTION -->
<div id="activities">
<div class="activity-cont">
<img class="activity-pics" src="images/whaleshark.jpg" alt="A picture of a whaleshark">
<h4 class="activity-title">Whale Shark watching</h4>
<p class="activity-desc">This incredible experience prompts tourists to flock to Oslob shores to encounter these gentle giants.</p>
</div>
<div class="activity-cont">
<img class="activity-pics" src="images/sumilon-small.jpg" alt="aerial view of sumilon island">
<h4 class="activity-title">Sumilon island</h4>
<p class="activity-desc">Relax and swim at the stunning shifting sandbar of Sumilon island!</p>
</div>
<div class="activity-cont">
<img class="activity-pics" src="images/tumalog.jpg" alt="a picture of cascading water of tumalog falls">
<h4 class="activity-title">Tumalog falls</h4>
<p class="activity-desc">A natural spectacle, is characterized by its cascading waters from a height that create a misty veil.</p>
</div>
</div>
<!-- GUIDE SECTION -->
<div id="guide">
<div class="card">
<img class="avatar" src="images/dutch.jpg">
<div class="blue-border">
<h3 class="pername testbor">Your guide</h3>
<h4 class="jobdesc testbor">I have lived in the queen city of the south for over 20 years, so I can show you all the best parts and hidden secrets waiting for you.</h4>
<div class="linebar testbor"></div>
<h4 class="location testbor">Marion Jose Tan</h4>
</div>
</div>
</div>
</div>
</body>
</html>