-
Notifications
You must be signed in to change notification settings - Fork 125
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 #91 from yashmandi/yashmandi/footer-enhance
[FIX] #83 - Completed the 'Legal Section' of Footer Section
- Loading branch information
Showing
4 changed files
with
137 additions
and
17 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
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
56 changes: 56 additions & 0 deletions
56
frontend/src/Components/common/Footer/LegalSection/PrivacyPolicyPage.jsx
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,56 @@ | ||
import React from 'react' | ||
|
||
const PrivacyPolicyPage = () => { | ||
return ( | ||
<div> | ||
<div className="bg-gradient min-h-screen"> | ||
<div className="max-w-4xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | ||
<h1 className="text-3xl font-extrabold text-gray-100 mb-4"> | ||
Privacy Policy | ||
</h1> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
Welcome to Curious Connect's Privacy Policy. Your privacy is important to us. This policy explains how we collect, use, and safeguard your personal information. By using our website, you consent to the data practices described in this statement. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Information We Collect | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
We collect personal information when you register on our website, subscribe to our newsletter, or fill out a form. This information may include your name, email address, phone number, address, and other relevant details. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
How We Use Your Information | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
We use the information we collect to personalize your experience, improve our website, and send periodic emails regarding our services. Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever without your consent. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Security of Your Information | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
We implement a variety of security measures to maintain the safety of your personal information when you enter, submit, or access your personal information. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Cookies | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
We use cookies to understand and save your preferences for future visits and compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Changes to This Privacy Policy | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
We reserve the right to update or change our Privacy Policy at any time. Any changes will be posted on this page. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Contact Us | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
If you have any questions or concerns about our Privacy Policy, please contact us. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
} | ||
|
||
export default PrivacyPolicyPage |
56 changes: 56 additions & 0 deletions
56
frontend/src/Components/common/Footer/LegalSection/TermsOfService.jsx
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,56 @@ | ||
import React from 'react' | ||
|
||
const TermsOfService = () => { | ||
return ( | ||
<div> | ||
<div className="bg-gradient min-h-screen"> | ||
<div className="max-w-4xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | ||
<h1 className="text-4xl font-extrabold text-gray-100 mb-4"> | ||
Terms of Service | ||
</h1> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
Welcome to Curious Connect's Terms of Service. These terms govern your use of our website and services. By accessing or using our website, you agree to comply with these terms and conditions. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
User Conduct | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
You agree to use our website and services only for lawful purposes and in a manner that does not infringe the rights of, or restrict or inhibit the use and enjoyment of, others. Prohibited behavior includes harassing or causing distress or inconvenience to any other user, transmitting obscene or offensive content, or disrupting the normal flow of dialogue within our website. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Intellectual Property | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
All content included on this site, such as text, graphics, logos, button icons, images, audio clips, digital downloads, data compilations, and software, is the property of Curious Connect or its content suppliers and protected by international copyright laws. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Limitation of Liability | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
Curious Connect shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including but not limited to lost profits, business interruption, or loss of data, arising out of or in any way connected with the use of our website or services. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Governing Law | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
These terms shall be governed by and construed in accordance with the laws of [Your Jurisdiction], and you submit to the exclusive jurisdiction of the courts in that jurisdiction. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Changes to Terms | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
Curious Connect reserves the right to update or change these terms at any time. Any changes will be effective immediately upon posting on our website. Your continued use of our website following the posting of any changes constitutes acceptance of those changes. | ||
</p> | ||
<h2 className="text-2xl font-bold text-gray-100 mb-2"> | ||
Contact Us | ||
</h2> | ||
<p className="text-lg text-gray-100 mb-6"> | ||
If you have any questions or concerns about our Terms of Service, please contact us. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
} | ||
|
||
export default TermsOfService |