Spaces:
Build error
Build error
Updated pages (#13)
Browse files
frontend/app/components/ui/mobilemenu.tsx
CHANGED
@@ -52,7 +52,7 @@ const MobileMenu: React.FC<MobileMenuProps> = ({ isOpen, onClose, logoSrc, items
|
|
52 |
}, [isLargeScreen, isOpen, onClose]);
|
53 |
|
54 |
return (
|
55 |
-
<div ref={menuRef} className={`w-full h-full p-2 bg-opacity-80 ${isOpen ? 'flex' : 'hidden'}`}>
|
56 |
<div className="flex items-center justify-center mt-2" style={{ width: '9%', height: '9%' }}>
|
57 |
<Image
|
58 |
className='rounded-full max-w-full'
|
|
|
52 |
}, [isLargeScreen, isOpen, onClose]);
|
53 |
|
54 |
return (
|
55 |
+
<div ref={menuRef} className={`w-full h-full p-2 bg-opacity-80 transition-transform duration-300 ${isOpen ? 'flex' : 'hidden'}`}>
|
56 |
<div className="flex items-center justify-center mt-2" style={{ width: '9%', height: '9%' }}>
|
57 |
<Image
|
58 |
className='rounded-full max-w-full'
|
frontend/app/privacy-policy/page.tsx
CHANGED
@@ -14,7 +14,8 @@ const PrivacyPolicyPage: React.FC = () => {
|
|
14 |
This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data.
|
15 |
</p>
|
16 |
<p className="mb-2">
|
17 |
-
Smart-Retrieval currently
|
|
|
18 |
</p>
|
19 |
<p>
|
20 |
By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible from Smart-Retrieval.
|
@@ -22,24 +23,62 @@ const PrivacyPolicyPage: React.FC = () => {
|
|
22 |
</span>
|
23 |
<h2 className="text-xl md:text-2xl font-bold mb-4 mt-4">Information Collection And Use</h2>
|
24 |
<span>
|
25 |
-
<p className="mb-
|
26 |
-
We collect several different types of information for various purposes to provide and improve our Service to you.
|
27 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
</span>
|
29 |
-
<h2 className="text-lg md:text-
|
30 |
<span>
|
31 |
-
<h2 className="text-l md:text-xl font-bold mb-4">
|
32 |
<span>
|
33 |
<p className="mb-2">
|
34 |
-
While using our Service
|
|
|
|
|
|
|
35 |
</p>
|
|
|
|
|
|
|
|
|
36 |
<p className="mb-2">
|
37 |
Personally identifiable information may include, but is not limited to:
|
38 |
</p>
|
39 |
-
<ul className="list-disc list-inside mt-2 ml-4">
|
40 |
<li>Email Address</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
<li>First name and last name</li>
|
42 |
-
<li>Cookies and Usage Data</li>
|
43 |
</ul>
|
44 |
</span>
|
45 |
<h2 className="text-l md:text-xl font-bold mb-4 mt-4">Usage Data</h2>
|
|
|
14 |
This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data.
|
15 |
</p>
|
16 |
<p className="mb-2">
|
17 |
+
Smart-Retrieval currently collects certain personal data for authentication & authorization purposes only, it does not in anyway store any personal data on any servers or external services,
|
18 |
+
however we may collect them to improve the service for purposes as stated in this privacy policy.
|
19 |
</p>
|
20 |
<p>
|
21 |
By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible from Smart-Retrieval.
|
|
|
23 |
</span>
|
24 |
<h2 className="text-xl md:text-2xl font-bold mb-4 mt-4">Information Collection And Use</h2>
|
25 |
<span>
|
26 |
+
<p className="mb-2">
|
27 |
+
We collect several different types of information for various purposes to provide and/or improve our Service to you.
|
28 |
</p>
|
29 |
+
<p className="mb-2">
|
30 |
+
We will use your data to provide you with the services you requested, such as email notification and newsletter, etc.
|
31 |
+
</p>
|
32 |
+
<p className="mb-2">
|
33 |
+
We will not sell your data to third parties, but we may share it with our partners who help us provide our services.
|
34 |
+
</p>
|
35 |
+
<p className="mb-2">
|
36 |
+
The data we collected about you is what you have provided to us, including your name, cell phone number, address, etc
|
37 |
+
</p>
|
38 |
+
<p className="mb-4">
|
39 |
+
We may collect, or process on behalf of our customers, the following categories of personal data when you use or interact with our products and services.
|
40 |
+
</p>
|
41 |
</span>
|
42 |
+
<h2 className="text-lg md:text-2xl font-bold mb-4">Types of Data Collected</h2>
|
43 |
<span>
|
44 |
+
<h2 className="text-l md:text-xl font-bold mb-4">Google User Data</h2>
|
45 |
<span>
|
46 |
<p className="mb-2">
|
47 |
+
While using our Service and signing in through Google, certain personally identifiable information will be shared with us from Google.
|
48 |
+
</p>
|
49 |
+
<p className="mb-2">
|
50 |
+
Scopes Requested from Google include:
|
51 |
</p>
|
52 |
+
<ul className="list-disc list-inside mt-2 ml-4 mb-4">
|
53 |
+
<li>openid - Associate you with your Personal Info on Google</li>
|
54 |
+
<li>User Info/Profile - Any Personal Info made publicly available by you on Google</li>
|
55 |
+
</ul>
|
56 |
<p className="mb-2">
|
57 |
Personally identifiable information may include, but is not limited to:
|
58 |
</p>
|
59 |
+
<ul className="list-disc list-inside mt-2 ml-4 mb-4">
|
60 |
<li>Email Address</li>
|
61 |
+
<li>Profile Image URL</li>
|
62 |
+
<li>First name and last name and Full Name</li>
|
63 |
+
<li>Google ID</li>
|
64 |
+
</ul>
|
65 |
+
</span>
|
66 |
+
<h2 className="text-l md:text-xl font-bold mb-4">sgID User Data</h2>
|
67 |
+
<span>
|
68 |
+
<p className="mb-2">
|
69 |
+
While using our Service and signing in through sgID, certain personally identifiable information will be shared with us from sgID.
|
70 |
+
</p>
|
71 |
+
<p className="mb-2">
|
72 |
+
Scopes Requested from sgID include:
|
73 |
+
</p>
|
74 |
+
<ul className="list-disc list-inside mt-2 ml-4">
|
75 |
+
<li>openid - Associate you with your Personal Info</li>
|
76 |
+
</ul>
|
77 |
+
<p className="mb-2">
|
78 |
+
Personally identifiable information from sgID include:
|
79 |
+
</p>
|
80 |
+
<ul className="list-disc list-inside mt-2 ml-4">
|
81 |
<li>First name and last name</li>
|
|
|
82 |
</ul>
|
83 |
</span>
|
84 |
<h2 className="text-l md:text-xl font-bold mb-4 mt-4">Usage Data</h2>
|
frontend/app/terms-of-service/page.tsx
CHANGED
@@ -16,11 +16,22 @@ const TermsOfServicePage: React.FC = () => {
|
|
16 |
This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data.
|
17 |
</p>
|
18 |
<p className="mb-2">
|
19 |
-
Smart-Retrieval currently
|
|
|
20 |
</p>
|
21 |
-
<p>
|
22 |
By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible from Smart-Retrieval.
|
23 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
</span>
|
25 |
</div>
|
26 |
</div>
|
|
|
16 |
This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data.
|
17 |
</p>
|
18 |
<p className="mb-2">
|
19 |
+
Smart-Retrieval currently collects certain personal data for authentication & authorization purposes only, it does not in anyway store any personal data on any servers or external services,
|
20 |
+
however in the future we may collect them to improve the service, where by the this privacy policy will be updated.
|
21 |
</p>
|
22 |
+
<p className='mb-2'>
|
23 |
By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible from Smart-Retrieval.
|
24 |
</p>
|
25 |
+
<p className='mb-2'>
|
26 |
+
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Smart-Retrieval unless otherwise defined in this Privacy Policy.
|
27 |
+
</p>
|
28 |
+
<p className='mb-2'>
|
29 |
+
The service is provided as is and we do not guarantee that the service will be available at all times, or that it will be free from errors or interruptions.
|
30 |
+
</p>
|
31 |
+
<p className='mb-2'>
|
32 |
+
It is your responsibility to ensure that the service is suitable for your intended purposes and that it meets your requirements.
|
33 |
+
It is also your responsibility to ensure that you fact check any information you retrieve from the service.
|
34 |
+
</p>
|
35 |
</span>
|
36 |
</div>
|
37 |
</div>
|