Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilistaxo committed Jun 7, 2024
2 parents 3eab99b + 94cb263 commit eb30d33
Show file tree
Hide file tree
Showing 41 changed files with 1,325 additions and 416 deletions.
25 changes: 25 additions & 0 deletions .github/pr-title-checker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"LABEL": {
"name": "title needs formatting",
"color": "F9D0C4"
},
"CHECKS": {
"prefixes": [
"build: ",
"chore: ",
"docs: ",
"feat: ",
"fix: ",
"perf: ",
"refactor: ",
"revert: ",
"style: ",
"test: "
]
},
"MESSAGES": {
"success": "Everything is great. Status: 200",
"failure": "PR title does not conform to the required format. Please use one of the specified prefixes(feat, build, chore, docs, fix, perf, refactor, revert, style, test) followed by a colon and a space. Status: 400",
"notice": ""
}
}
19 changes: 19 additions & 0 deletions .github/workflows/pr-title-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'PR Title Checker'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: '.github/pr-title-checker.json'
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
4 changes: 4 additions & 0 deletions Theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ themeToggle.addEventListener("change", () => {
if (document.body.classList.contains("dark-theme")) {
themeLabel.style.background = "#fff"; // Adjust color for the checked state as needed
console.log("Dark theme");
document.body.classList.remove("dark-theme");
document.body.classList.add("light-theme");
} else {
themeLabel.style.background = "var(--primary-color)"; // Adjust color for the unchecked state as needed
console.log("Light theme");
document.body.classList.remove("light-theme");
document.body.classList.add("dark-theme");
}
});
8 changes: 4 additions & 4 deletions dedicated-destinations/Dubai/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html#Home">Home</a></li>
Expand Down Expand Up @@ -234,13 +234,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
8 changes: 4 additions & 4 deletions dedicated-destinations/Goa/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html#Home">Home</a></li>
Expand Down Expand Up @@ -221,13 +221,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
10 changes: 5 additions & 5 deletions dedicated-destinations/London/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html">Home</a></li>
Expand Down Expand Up @@ -64,7 +64,7 @@
<!--Next and Previous Buttons-->
<button class="bttn" id="btns" onclick="prev()">Prev</button>
<button class="bttn" id="btns" onclick="next()">Next</button>
<a href="/payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>
<a href="../../payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>

<div class="features">
<h3><i title="BBQ meal included" class="fa fal fa-utensils"></i> BBQ meal included</h3>
Expand Down Expand Up @@ -223,13 +223,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
8 changes: 4 additions & 4 deletions dedicated-destinations/Maldives/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html#Home">Home</a></li>
Expand Down Expand Up @@ -211,13 +211,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
10 changes: 5 additions & 5 deletions dedicated-destinations/Paris/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html#Home">Home</a></li>
Expand Down Expand Up @@ -64,7 +64,7 @@
<!--Next and Previous Buttons-->
<button class="bttn" id="btns" onclick="prev()">Prev</button>
<button class="bttn" id="btns" onclick="next()">Next</button>
<a href="/payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>
<a href="../../payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>

<div class="features">
<h3><i title="BBQ meal included" class="fa fal fa-utensils"></i> BBQ meal included</h3>
Expand Down Expand Up @@ -209,13 +209,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
8 changes: 4 additions & 4 deletions dedicated-destinations/bali/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html#Home">Home</a></li>
Expand Down Expand Up @@ -226,13 +226,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
8 changes: 4 additions & 4 deletions dedicated-destinations/brazil/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html#Home">Home</a></li>
Expand Down Expand Up @@ -227,13 +227,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html#Home">Home</a></li>
Expand Down Expand Up @@ -64,7 +64,7 @@
<!--Next and Previous Buttons-->
<button class="bttn" id="btns" onclick="prev()">Prev</button>
<button class="bttn" id="btns" onclick="next()">Next</button>
<a href="/payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>
<a href="../../payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>

<div class="features">
<h3><i title="BBQ meal included" class="fa fal fa-utensils"></i> BBQ meal included</h3>
Expand Down Expand Up @@ -206,13 +206,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
8 changes: 4 additions & 4 deletions dedicated-destinations/kashmir/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html">Home</a></li>
Expand Down Expand Up @@ -221,13 +221,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
10 changes: 5 additions & 5 deletions dedicated-destinations/machu-picchu-peru/Machu_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html">Home</a></li>
Expand Down Expand Up @@ -64,7 +64,7 @@
<!--Next and Previous Buttons-->
<button class="bttn" id="btns" onclick="prev()">Prev</button>
<button class="bttn" id="btns" onclick="next()">Next</button>
<a href="/payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>
<a href="../../payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>

<div class="features">
<h3><i title="BBQ meal included" class="fa fal fa-utensils"></i> BBQ meal included</h3>
Expand Down Expand Up @@ -205,13 +205,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
10 changes: 5 additions & 5 deletions dedicated-destinations/new-york/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="text-decoration: none;">Tourguide<span>.</span></a>

<ul class="navLinks">
<li class="link home" data-aos="fade-down"><a href="../../index.html#Home">Home</a></li>
Expand Down Expand Up @@ -64,7 +64,7 @@
<!--Next and Previous Buttons-->
<button class="bttn" id="btns" onclick="prev()">Prev</button>
<button class="bttn" id="btns" onclick="next()">Next</button>
<a href="/payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>
<a href="../../payment.html"><button class="bttn" id="btnss">CHECK OUT</button></a>

<div class="features">
<h3><i title="BBQ meal included" class="fa fal fa-utensils"></i> BBQ meal included</h3>
Expand Down Expand Up @@ -216,13 +216,13 @@ <h4>Support</h4>
<a href="../../faq.html" style="color: inherit; text-decoration: none;">
<p style="color: inherit;">FAQs</p>
</a>
<a href="../../tnc.html">
<a href="../../tnc.html" style="color: inherit; text-decoration: none;">
<p>Terms & Conditions</p>
</a>
<a href="../../privacy.html">
<a href="../../privacy.html" style="color: inherit; text-decoration: none;">
<p>Privacy Policy</p>
</a>
<p>Contact Us</p>
<a href="../../index.html#cnt-form" style="color: inherit; text-decoration: none;"><p>Contact</p></a>
</div>
<div class="footer__col">
<h4>Address</h4>
Expand Down
Loading

0 comments on commit eb30d33

Please sign in to comment.