Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GnanariddhikaRavikumar committed Jun 9, 2024
2 parents 52326ea + 94cb263 commit 5d0b4d8
Show file tree
Hide file tree
Showing 53 changed files with 3,537 additions and 990 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": ""
}
}
25 changes: 21 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,36 @@ Close #<issue_no>
<!-- Replace `issue_no` with the issue number which is fixed in this PR -->


# Description
<!--Please include a brief description of the changes or features added-->


# Video/Screenshots (mandatory)
<!--Please try to attach the working video of your new deployed project here -->


# Type of PR

- [ ] Bug fix
- [ ] Feature enhancement
- [ ] Documentation update
- [ ] Other (specify): _______________


# Checklist:

- [ ] I have mentioned the issue number in my Pull Request.
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have performed a self-review of my code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have tested the changes thoroughly before submitting this pull request.
- [ ] I have provided relevant issue numbers, screenshots, and videos after making the changes.
- [ ] I have gone through the `contributing.md` file before contributing
<!-- [X] - put a cross/X inside [] to check the box -->
**Additional context (Mandatory )**

***Are you contributing under any Open-source programme?***

# Additional context:
<!--Include any additional information or context that might be helpful for reviewers.-->

##Are you contributing under any Open-source programme?
<!--Mention it here-->


Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/auto-comment-pr-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Auto Comment on PR Merge

on:
pull_request:
types: [closed]

jobs:
comment:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
- name: Add Comment to Merged PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl -X POST \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3+json" \
-d '{"body":"🎉 Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀"}' \
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"
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/pr-title-checker@v1.3.7
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
}
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<h2>Hi there👋, Enjoy the World of Open source contribution </h2>


<p>Hello Coders👨‍💻 ,I am Arpan Chowdhury, an aspiring Web developer.🤖 Here is the project on front-end Web Development.</p>
<p>Hello Coders!!👨‍💻<br> I am Arpan Chowdhury, an aspiring Web developer🤖. Here is the project on front-end Web Development.</p>



Expand All @@ -48,7 +48,7 @@
<br>

<h2>Overview📌</h2>
<p> Here is a project on front-end Web Development.This repository contains my project on a Travel Website ✈️ using HTML and CSS . It contains the landing page of a travel tour company website👨🏻‍💻.We often search for many travel destinations here and there, so here it is🚤.I welcome you all to contribute to this repository and make it a grand project. So, what are you waiting for??🤔Just jump into it after reading the guidelines📚.</p>
<p>This repository contains my project on a Travel Website✈️ using HTML, CSS and JavaScript. It features a landing page for a travel tour company website. Finding the perfect travel destination can be a challenge. This project aims to streamline that process🚤. We welcome all contributions to make this a fantastic resource for travelers. Jump in and contribute to this grand project! Read the guidelines📚 and get started building!</p>

<h2>Live Project -- https://apu52.github.io/Travel_Website/</h2>
<h2>Features</h2>
Expand All @@ -57,7 +57,7 @@
- **Top Destination Page**: Showcases top travel destinations with captivating imagery, detailed descriptions, and essential information to inspire and inform visitors.
- **Best Trip Packages**: Presents the best trip packages tailored to different interests and budgets, complete with itinerary details, pricing, and booking options for seamless travel planning.
- **Our Trip Gallery**: Curates a visually stunning gallery showcasing memorable moments and experiences from our trips, enticing visitors to embark on their own adventures. Includes interactive features such as user comments.
- **Contact Us Page**: Provides a user-friendly contact page with essential contact information inquiry forms, amd interactive maps for visitors to reach out and engage with our travel company effortlessly.
- **Contact Us Page**: Provides a user-friendly contact page with essential contact information inquiry forms, and interactive maps for visitors to reach out and engage with our travel company effortlessly.

<h2>Technology Used🚀</h2>

Expand All @@ -84,7 +84,9 @@

<h2>Getting Started💥</h2>

<h3>Local Installation video</h3> -> [video](https://drive.google.com/file/d/1LsBudIUtZLDMSlmBDdOfT001QRqGBSbN/view?usp=sharing)
<h3>Local Installation video</h3>

[video](https://drive.google.com/file/d/1LsBudIUtZLDMSlmBDdOfT001QRqGBSbN/view?usp=sharing)



Expand Down
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
11 changes: 6 additions & 5 deletions dedicated-destinations/bali/bali.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
padding: 0;
}
#btns{
height: 40px;
width: 120px;

/* height: 40px;
width: 120px; */
font-size: small;
}
.bttnn{
height: 40px;
Expand All @@ -129,8 +129,9 @@
color: white;
}
#btnss {
margin-left: 4rem;
padding: 11px 45px;
/* margin-left: 4rem;
padding: 11px 45px; */
font-size: small;
}

#btnss:hover {
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
Loading

0 comments on commit 5d0b4d8

Please sign in to comment.