Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added more blogs #1243

Merged
merged 1 commit into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 88 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -8,6 +9,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="blog.css">
</head>

<body>
<a href="./index.html" class="home-button">
<i class="fas fa-home"></i> TourGuide
Expand Down Expand Up @@ -120,6 +122,90 @@ <h3>Subscribe to Our Newsletter</h3>
likes: 365,
comments: 58,
link: "#"
},

{
title: "Wildlife Safari in Kenya: An Unforgettable Adventure",
date: "July 22, 2024",
author: "Zara Patel",
image: "/img/kenya_safari.jpg",
content: "Embark on a thrilling safari through the vast African savanna. Encounter majestic lions, graceful giraffes, and powerful elephants in their natural habitat. Experience the magic of the African wilderness.",
tags: ["Africa", "Safari", "Wildlife", "Adventure","Kenya"],
likes: 385,
comments: 72,
link: "#"
},

{
title: "Hiking the Appalachian Trail: A Journey of Self-Discovery",
date: "July 21, 2024",
author: "Ben Carter",
image: "/img/appalachian_trail.jpg",
content: "Challenge yourself with a hike along the iconic Appalachian Trail. Discover stunning natural beauty, encounter diverse wildlife, and connect with nature on a deeper level.",
tags: ["Hiking", "Nature", "Adventure", "USA"],
likes: 312,
comments: 48,
link: "#"
},

{
title: "Exploring the Wonders of the Amazon Rainforest",
date: "July 23, 2024",
author: "Maria Silva",
image: "/img/amazon_rainforest.jpg",
content: "Immerse yourself in the lush greenery of the Amazon rainforest. Encounter exotic wildlife, learn about indigenous cultures, and contribute to rainforest conservation.",
tags: ["Amazon", "Rainforest", "Nature", "Conservation"],
likes: 420,
comments: 85,
link: "#"
},

{
title: "Culinary Tour of Italy: A Taste of La Dolce Vita",
date: "July 24, 2024",
author: "Luca Rossi",
image: "/img/italian_food.jpg",
content: "Indulge your taste buds with a culinary journey through Italy. From the rich flavors of Bologna to the fresh seafood of Sicily, experience the authentic taste of Italian cuisine.",
tags: ["Italy", "Food", "Travel", "Culture"],
likes: 350,
comments: 60,
link: "#"
},

{
title: "Discovering the Hidden Gems of Southeast Asia",
date: "July 25, 2024",
author: "Linh Nguyen",
image: "/img/southeast_asia.jpg",
content: "Uncover the hidden treasures of Southeast Asia. Explore bustling cities, relax on pristine beaches, and immerse yourself in rich cultural experiences.",
tags: ["Southeast Asia", "Travel", "Culture", "Adventure"],
likes: 390,
comments: 75,
link: "#"
},

{
title: "Winter Wonderland: A Ski Vacation in the Alps",
date: "July 26, 2024",
author: "Chloe Dubois",
image: "/img/alps_skiing.jpg",
content: "Escape the winter blues with a thrilling ski vacation in the Alps. Enjoy breathtaking mountain views, carve fresh powder, and cozy up by a fireplace in the evening.",
tags: ["Alps", "Skiing", "Winter", "Adventure"],
likes: 330,
comments: 55,
link: "#"
},

{
title: "Exploring the Ancient Ruins of Egypt: A Journey Through Time",
date: "July 27, 2024",
author: "Omar Ahmed",
image: "/img/egypt_ruins.jpg",
content: "Unveil the mysteries of ancient Egypt by visiting iconic landmarks like the pyramids of Giza and the Sphinx. Immerse yourself in the rich history and culture of this fascinating country.",
tags: ["Egypt", "History", "Culture", "Adventure"],
likes: 410,
comments: 80,
link: "#"
}
];

Expand Down Expand Up @@ -173,4 +259,5 @@ <h4>${post.title}</h4>
});
</script>
</body>
</html>

</html>
Binary file added img/alps_skiing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/amazon_rainforest.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/appalachian_trail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/egypt_ruins.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/italian_food.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/kenya_safari.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/southeast_asia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading