-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (57 loc) · 3.3 KB
/
index.html
File metadata and controls
62 lines (57 loc) · 3.3 KB
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>The City of Pines: An Adventurer's Walkthrough</title>
<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=Fjalla+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="background"></div>
<div class="header">
<nav>
<ul class="nav-links">
<li><a href="">HOME</a></li>
<li><a href="Tabs/Travel_Destinations/traveldestinations.html">TRAVEL DESTINATIONS</a></li>
<li><a href="Tabs/Activities/activities.html">ACTIVITIES</a></li>
<li><a href="Tabs/Local_Wares/localwares.html">LOCAL WARES</a></li>
</ul>
</nav>
</div>
<div class="content">
<h1>THE CITY OF PINES: AN ADVENTURER'S WALKTHROUGH</h1>
<div class="section-container">
<div class="section">
<a href ="homelinks/About_Baguio/aboutBaguio.html">
<h2>ABOUT BAGUIO CITY</h2>
<img src="aboutbaguiocity.jpg" alt="Image 1">
<p><strong> Known as the "City of Pines," Baguio City is a mountain haven of cool breezes, lush green landscapes filled with pine trees, and rich cultural heritage. Located high in the Cordillera Mountains, Baguio City offers numerous attractions, activities, and local wares for you to discover. </strong></p>
</a>
</div>
<div class="section">
<a href="https://www.facebook.com/baguiotourism/" target="_blank">
<h2>EVENTS</h2>
<img src="upcomingevents.png" alt="Image 2">
<p><strong>Baguio City hosts an exciting array of events year-round, including the vibrant Panagbenga Flower Festival that fills the streets with color. With cultural celebrations, food fairs, and more, every visit promises a unique and unforgettable experience. Check out the Baguio Tourism Facebook group to stay updated!</strong></p>
</a>
</div>
<div class="section">
<a href="https://www.google.com/maps/place/Baguio,+Benguet/data=!4m2!3m1!1s0x3391a16879def13f:0x8edef534be3a75c0?sa=X&ved=1t:242&ictx=111" target="_blank">
<h2>MAP</h2>
<img src="mapbaguio.png" alt="Image 3">
<p><strong>Here's the map of Baguio City, your guide to exploring its scenic spots, vibrant markets, and must-visit landmarks. Whether you're planning to stroll through Burnham Park, hike up to Mines View, or discover hidden gems along Session Road, this map will help you navigate the city’s unique blend of nature and culture.</strong></p>
</a>
</div>
</div>
</div>
<footer>
<div class="footer-content">
<a href="Tabs/Contact_Information/Contact_Information.html" class="footer-link">Contact Information</a>
</div>
</footer>
</body>
</html>