-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
61 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import Markdown from '@/components/Markdown' | ||
import axios from 'axios' | ||
import React from 'react' | ||
import { promises as fs } from 'fs' | ||
|
||
async function Privacy() { | ||
const file = await fs.readFile(process.cwd() + '/public/privacy.txt', 'utf8') | ||
return ( | ||
<div className='max-w-7xl mx-auto pt-40'> | ||
<Markdown markdown={file} /> | ||
</div> | ||
) | ||
} | ||
|
||
export default Privacy |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Contact us | ||
------------ | ||
Last updated on Jan 13th 2023 | ||
|
||
You may contact us using the information below: | ||
|
||
Merchant Legal entity name: EncryptEdge | ||
|
||
Registered Address: Block 33, School of CSE, LOVELY PROFESSIONAL UNIVERSITY, JALANDHAR-DELHI, G.T. ROAD, PHAGWARA, PUNJAB (INDIA) - 144411 | ||
|
||
Operational Address: Block 33, School of CSE, LOVELY PROFESSIONAL UNIVERSITY, JALANDHAR-DELHI, G.T. ROAD, PHAGWARA, PUNJAB (INDIA) - 144411 | ||
|
||
E-Mail ID: [email protected] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Privacy Policy | ||
---------------- | ||
Last updated on Dec 21st 2023 | ||
Last updated on Jan 13th 2023 | ||
|
||
This privacy policy sets out how EncryptEdge uses and protects any information that you give EncryptEdge when you visit their website and/or agree to purchase from them. | ||
|
||
EncryptEdge is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, and then you can be assured that it will only be used in accordance with this privacy statement. | ||
|
||
EncryptEdge may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you adhere to these changes. | ||
|
||
We may collect the following information: | ||
### We may collect the following information: | ||
|
||
- Name | ||
|
||
|
@@ -18,7 +18,7 @@ We may collect the following information: | |
|
||
- Other information relevant to customer surveys and/or offers | ||
|
||
What we do with the information we gather | ||
### What we do with the information we gather | ||
|
||
We require this information to understand your needs and provide you with a better service, and in particular for the following reasons: | ||
|
||
|
@@ -32,7 +32,7 @@ We require this information to understand your needs and provide you with a bett | |
|
||
We are committed to ensuring that your information is secure. In order to prevent unauthorised access or disclosure we have put in suitable measures. | ||
|
||
How we use cookies | ||
### How we use cookies | ||
|
||
A cookie is a small file which asks permission to be placed on your computer's hard drive. Once you agree, the file is added and the cookie helps analyze web traffic or lets you know when you visit a particular site. Cookies allow web applications to respond to you as an individual. The web application can tailor its operations to your needs, likes and dislikes by gathering and remembering information about your preferences. | ||
|
||
|
@@ -42,16 +42,16 @@ Overall, cookies help us provide you with a better website, by enabling us to mo | |
|
||
You can choose to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. This may prevent you from taking full advantage of the website. | ||
|
||
Controlling your personal information | ||
### Controlling your personal information | ||
|
||
You may choose to restrict the collection or use of your personal information in the following ways: | ||
|
||
- whenever you are asked to fill in a form on the website, look for the box that you can click to indicate that you do not want the information to be used by anybody for direct marketing purposes | ||
|
||
- if you have previously agreed to us using your personal information for direct marketing purposes, you may change your mind at any time by writing to or emailing us at | ||
- if you have previously agreed to us using your personal information for direct marketing purposes, you may change your mind at any time by writing to or emailing us at [email protected] | ||
|
||
We will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law to do so. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen. | ||
|
||
If you believe that any information we are holding on you is incorrect or incomplete, please write to LOVELY PROFESSIONAL UNIVERSITY, JALANDHAR-DELHI, G.T. ROAD, PHAGWARA, PUNJAB (INDIA) - 144411. or contact us at or as soon as possible. We will promptly correct any information found to be incorrect. | ||
If you believe that any information we are holding on you is incorrect or incomplete, please write to Block 33, School of CSE, LOVELY PROFESSIONAL UNIVERSITY, JALANDHAR-DELHI, G.T. ROAD, PHAGWARA, PUNJAB (INDIA) - 144411 or contact us at or as soon as possible. We will promptly correct any information found to be incorrect. | ||
|
||
Disclaimer: The above content is created at Encryptedge's sole discretion. Razorpay shall not be liable for any content provided here and shall not be responsible for any claims and liability that may arise due to merchant’s non-adherence to it. |
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,6 @@ | ||
Cancellation & Refund Policy | ||
---------------------------------------------- | ||
|
||
Last updated on Jan 13th 2023 | ||
|
||
Cancellation and refunds are not applicable for EncryptEdge's RCSCTF24. |
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,6 @@ | ||
Shipping & Delivery Policy | ||
---------------------------- | ||
|
||
Last updated on Jan 13th 2023 | ||
|
||
Shipping is not applicable for business. |
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