-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1418 from Tejashri-Taral/main
Added "Licensing page" reflecting "MIT Page"
- Loading branch information
Showing
2 changed files
with
371 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,365 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<style></style> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="../Css-files/privacy.css"> | ||
<link rel="shortcut icon" href="../Images/favicon/Foodie_Favicon.png" type="image/x-icon"> | ||
<title>Licensing</title> | ||
<link rel="shortcut icon" href="https://pnghq.com/wp-content/uploads/foodie-logo-png-clear-background-768x275.png" type="image/x-icon"> | ||
<link rel="stylesheet" href="/Css-files/navbar.css"> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" | ||
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" | ||
crossorigin="anonymous" | ||
referrerpolicy="no-referrer" | ||
/> | ||
<!-- <link rel="icon" href="../Foodie_Favicon.png" type="image/x-icon" /> --> | ||
|
||
<link | ||
href="https://fonts.googleapis.com/css2?family=Fuggles&family=Mooli&family=Oswald:wght@600&family=Roboto:wght@100;300&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" | ||
crossorigin="anonymous" | ||
/> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous" | ||
defer | ||
></script> | ||
<link rel="stylesheet" href="../Css-files/content.css" /> | ||
<link rel="stylesheet" href="../Css-files/services.css" /> | ||
<link rel="stylesheet" href="../Css-files/services1.css" /> | ||
<link rel="stylesheet" href="../Css-files/footer.css" /> | ||
<link rel="stylesheet" href="../Css-files/navbar.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> | ||
<link rel="stylesheet" href="../Css-files/scroll-top-button.css" /> | ||
<style> | ||
.legal-pages { | ||
text-decoration: none; | ||
color: white; | ||
} | ||
.legal-pages:hover { | ||
color:rgb(255, 255, 255); | ||
text-shadow: #FC0 1px 0 6px; | ||
text-decoration: none; | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
<div class="head_container"> | ||
<div id="loader-wrapper"> | ||
<div id="loader"></div> | ||
<div class="loader-section section-left"></div> | ||
<div class="loader-section section-right"></div> | ||
</div> | ||
<nav class="navbar navbar-expand-lg fixed-top"> | ||
<div class="container-fluid"> | ||
<a href="../index.html" class="navbar-brand opacity-75 flex-fill"> | ||
<img src="../Images/logo/Foodielogo.png" height="40" /> | ||
</a> | ||
<button | ||
class="navbar-toggler order-1" | ||
type="button" | ||
data-bs-toggle="collapse" | ||
data-bs-target=".hamburgeritems" | ||
aria-controls="navbarNav" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation" | ||
> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div | ||
class="collapse navbar-collapse hamburgeritems centerdiv order-2 order-lg-0" | ||
> | ||
<ul class="navbar-nav center-links"> | ||
<li class="nav-item"> | ||
<a class="nav-link" aria-current="page" href="../index.html" | ||
>Home</a | ||
> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../Html-files/menu.html">Menu</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a | ||
class="nav-link active services" | ||
href="../Html-files/services.html" | ||
aria-expanded="false" | ||
>Services</a | ||
> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a class="dropdown-item" href="#">Ordering options</a> | ||
</li> | ||
<li><a class="dropdown-item" href="#">Order Tracking</a></li> | ||
<li> | ||
<a class="dropdown-item" href="#">Customer Support</a> | ||
</li> | ||
<li><a class="dropdown-item" href="#">FAQS</a></li> | ||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../Html-files/contact.html" | ||
>Contact Us</a | ||
> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../Html-files/offers.html">Offers</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="order-0 ml-auto p-2"> | ||
<img | ||
class="nav-link" | ||
src="../Images/navbar/sun.png" | ||
id="theme-toggle-icon" | ||
alt="theme toggler button" | ||
/> | ||
</div> | ||
<div class="collapse navbar-collapse hamburgeritems enddiv order-3"> | ||
<ul class="navbar-nav end-links"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../Html-files/login.html">Login</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../Html-files/signup.html">Sign-Up</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../Html-files/cart.html"> | ||
Cart | ||
<i class="fa-solid fa-cart-shopping"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<main class="main-container"> | ||
<h1>Licensing Page</h1> | ||
<hr> | ||
<section class="pri-section"> | ||
<p>Foodie is a food ordering website that aims to provide users with a seamless experience for ordering food online, taking orders for pickup, and booking tables for dining in. The website showcases the quality and specialties of the food offered, along with a variety of services to cater to different user preferences.</p> | ||
</section> | ||
|
||
<section><h2>MIT Licensing</h2></section> | ||
|
||
<p>Copyright (c) 2024 Khushi Joshi</p> | ||
<p>Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions:</p> | ||
<p> | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
</p> | ||
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE.</p> | ||
</div> | ||
<hr> | ||
<footer class="copyright-footer"> | ||
<p>© 2024 Khushi Joshi. All rights reserved.</p> | ||
</footer> | ||
</main> | ||
|
||
|
||
<footer> | ||
<div class="foot-panel1 w-100"> | ||
<div class="container-fluid py-5 px-0"> | ||
<div class="row justify-content-evenly gy-5"> | ||
<div class="col-6 col-sm-3 col-md-2 col-xl-2"> | ||
<h5 class="mb-3">See Also</h5> | ||
<ul class="nav flex-column"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/Html-files/menu.html">Menu</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/Html-files/services.html">Services</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/Html-files/contact.html">Contact us</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/Html-files/cart.html">Cart</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-6 col-sm-5 col-md-3 col-xl-3"> | ||
<h5 class="mb-3">Exclusive Offers</h5> | ||
<ul class="nav flex-column"> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link">Foodie Discounts</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Limited-Time Promotions</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Special Event Packages</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Membership Benefits</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Early Access to New Recipes</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">VIP Foodie Events</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Personalized Culinary Experiences</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-6 col-sm-4 col-md-4 col-xl-3"> | ||
<h5 class="mb-3">Payment Products</h5> | ||
<ul class="nav flex-column"> | ||
<li class="nav-item"> | ||
<a href="" class="nav-link">Secure Checkout</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="" class="nav-link">Credit/Debit Cards</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="" class="nav-link">Secure Checkout</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="" class="nav-link">Online Payment</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="" class="nav-link">Mobile Wallets</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="" class="nav-link">Contactless Payments</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
|
||
<div class="col-6 col-md-3 col-xl-4"> | ||
<form id="contactForm" action="https://formsubmit.co/[email protected]" method="POST"> | ||
<h3 class="text-center mb-3">Contact Us!</h3> | ||
<input type="email" id="footer-email" name="email" placeholder="Your Email" | ||
class="text-center form-control mb-2" required> | ||
<textarea id="footer-message" name="footer-message" placeholder="Your Message" | ||
class="text-center form-control mb-2" required></textarea> | ||
<div class="d-grid gap-2 col-12"> | ||
<button type="submit" class="btn btn-danger">Send Message</button> | ||
</div> | ||
</form> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="foot-panel2"> | ||
<div class="media-handles pt-3 pb-2"> | ||
<h4>Follow Us</h4> | ||
<div class="social-icons"> | ||
<a class="fa-brands fa-facebook" href="https://facebook.com" target="_blank"></a> | ||
<a class="fa-brands fa-instagram" href="https://instagram.com" target="_blank"></a> | ||
<a class="fa-brands fa-x-twitter" href="https://twitter.com" target="_blank"></a> | ||
<a class="fa-brands fa-linkedin" href="https://linkedin.com" target="_blank"></a> | ||
<a class="fa-brands fa-github" href="https://github.com/khushi-joshi-05/Food-ordering-website" | ||
target="_blank"></a> | ||
<a class="fa-brands fa-discord" href="https://discord.com/invite/sybYafYA" target="_blank"></a> | ||
</div> | ||
<p class="text"> Stay connected with us on social media for the latest updates, recipes, and foodie | ||
adventures. </p> | ||
<div > | ||
Give your valuable | ||
<Link to="" > | ||
<a href="/Html-files/feedback.html"><b>feedback!</b></a> | ||
</Link> | ||
</div> | ||
</div> | ||
<div class="copyright py-1"> | ||
© | ||
<span id="copyright-year"></span> Foodies - All Rights Reserved | | ||
<span id="terms"></span> | ||
<Link to="" > | ||
<a href="/Html-files/terms.html" class="legal-pages">Terms and Conditions</a> | | ||
</Link> | ||
<span id="privacy"></span> | ||
<Link to="" > | ||
<a href="/Html-files/privacy.html" class="legal-pages">Privacy Policy</a> | | ||
</Link> | ||
<span id="author"> | ||
<a href="https://www.linkedin.com/in/khushi-joshi-95a587256/" target="_blank" class="legal-pages">Khushi Joshi</a> | ||
</span> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<button id="scroll-top-button" class="scroll-top-button" onclick="goToTop()"> | ||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="white" | ||
class="arrow"> | ||
<path d="M440-160v-487L216-423l-56-57 320-320 320 320-56 57-224-224v487h-80Z" /> | ||
</svg> | ||
</button> | ||
|
||
|
||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
<script src="Html-files/top.js"></script> | ||
<script src="script.js"></script> | ||
<script src="Html-files/navbar.js"></script> | ||
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script> | ||
<script> | ||
AOS.init( | ||
{ | ||
duration: 1000, | ||
easing: 'ease', | ||
once: false, | ||
} | ||
); | ||
|
||
// Chatbot | ||
window.botpressWebChat.init({ | ||
"composerPlaceholder": "Message...", | ||
"botConversationDescription": "Welcome to Foodie!", | ||
"botId": "2093cb3a-9343-4dec-a60f-2f69a5948cac", | ||
"hostUrl": "https://cdn.botpress.cloud/webchat/v1", | ||
"messagingUrl": "https://messaging.botpress.cloud", | ||
"clientId": "2093cb3a-9343-4dec-a60f-2f69a5948cac", | ||
"webhookId": "7bd6ccb8-58f4-4ee3-9bca-f33ea4b7c37c", | ||
"lazySocket": true, | ||
"themeName": "prism", | ||
"botName": "Foodie", | ||
"stylesheet": "https://webchat-styler-css.botpress.app/prod/code/da4ab5f7-146c-4585-961b-2d9def26af50/v96339/style.css", | ||
"frontendVersion": "v1", | ||
"useSessionStorage": true, | ||
"enableConversationDeletion": true, | ||
"theme": "prism", | ||
"themeColor": "#2563eb", | ||
"allowedOrigins": [] | ||
}); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters