-
Notifications
You must be signed in to change notification settings - Fork 41
Privacyterms #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Privacyterms #110
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
bd3ee02
the icons are added
sharonchelsy30 dc39ec7
fix prettier formatting
sharonchelsy30 6dbb1cd
icons are added
sharonchelsy30 2e898a1
privacy policy and terms are added
sharonchelsy30 65bf241
Format legal pages with prettier
sharonchelsy30 0888374
Add privacy and terms routes
sharonchelsy30 8816b73
Merge branch 'main' into privacyterms
sharonchelsy30 f2958f6
Refactor privacy policy layout and styles
jagdish-15 72f2456
Update terms.html
jagdish-15 866d2d2
Move legal links to footer bottom
jagdish-15 eabf006
Fix back link routes in legal pages
sharonchelsy30 de4287c
the legal links are added
sharonchelsy30 ee0d591
Fix HTML structure in legal pages
sharonchelsy30 23298f2
Fix footer link styles in footer.js
jagdish-15 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,295 @@ | ||
| <!doctype html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>CodePVG — Privacy Policy</title> | ||
|
|
||
| <link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
|
|
||
| <link | ||
| href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap" | ||
| rel="stylesheet" | ||
| /> | ||
|
|
||
| <link rel="stylesheet" href="styles/main.css" /> | ||
| <link rel="icon" type="image/png" href="assets/logo.png" /> | ||
|
|
||
| <style> | ||
| .legal-content h2 { | ||
| color: var(--green); | ||
| margin-top: 1.5rem; | ||
| margin-bottom: 0.75rem; | ||
| font-family: "Space Mono", monospace; | ||
| } | ||
| .legal-content h3, | ||
| .legal-content h4 { | ||
| color: var(--green-dim); | ||
| margin-top: 1rem; | ||
| margin-bottom: 0.5rem; | ||
| } | ||
| .legal-content p, | ||
| .legal-content li { | ||
| color: var(--text-dim); | ||
| line-height: 1.7; | ||
| margin-bottom: 1rem; | ||
| } | ||
| .legal-content ul { | ||
| padding-left: 1.5rem; | ||
| margin-bottom: 1rem; | ||
| color: var(--text-dim); | ||
| } | ||
| .legal-content a { | ||
| color: var(--cyan); | ||
| text-decoration: none; | ||
| } | ||
| .legal-content a:hover { | ||
| text-decoration: underline; | ||
| } | ||
| .back-link { | ||
| display: inline-block; | ||
| margin-top: 1rem; | ||
| text-decoration: none; | ||
| color: var(--cyan); | ||
| } | ||
| .back-link:hover { | ||
| text-shadow: 0 0 8px rgba(0, 229, 255, 0.4); | ||
| } | ||
| </style> | ||
| </head> | ||
|
|
||
| <body> | ||
| <canvas id="matrix-canvas"></canvas> | ||
|
|
||
| <main class="page"> | ||
| <div class="container" style="max-width: 800px"> | ||
| <h1 class="page-title">Privacy Policy</h1> | ||
| <p | ||
| style=" | ||
| text-align: center; | ||
| color: var(--text-dim); | ||
| margin-bottom: 2rem; | ||
| opacity: 0.8; | ||
| " | ||
| > | ||
| Last updated: June 04, 2026 | ||
| </p> | ||
|
|
||
| <div class="terminal-window"> | ||
| <div class="terminal-header"> | ||
| <div class="terminal-dots"> | ||
| <div class="terminal-dot red"></div> | ||
| <div class="terminal-dot yellow"></div> | ||
| <div class="terminal-dot green"></div> | ||
| </div> | ||
| <span class="terminal-title">cat privacy.md</span> | ||
| </div> | ||
| <div class="terminal-body legal-content"> | ||
| <div class="legal-section"> | ||
| <p> | ||
| This Privacy Policy describes Our policies and procedures on the | ||
| collection, use and disclosure of Your information when You use | ||
| the Service and tells You about Your privacy rights. | ||
| </p> | ||
|
|
||
| <p> | ||
| We use Your Data to provide and maintain the leaderboard | ||
| Service. By using the Service, You agree to the collection and | ||
| use of information in accordance with this Privacy Policy. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Interpretation and Definitions</h2> | ||
|
|
||
| <h3>Interpretation</h3> | ||
| <p> | ||
| The words whose initial letters are capitalized have meanings | ||
| defined under the following conditions. The following | ||
| definitions shall have the same meaning regardless of whether | ||
| they appear in singular or in plural. | ||
| </p> | ||
|
|
||
| <h3>Definitions</h3> | ||
| <ul> | ||
| <li> | ||
| <strong>Company</strong> refers to CodePVG LeetCode | ||
| Leaderboard. | ||
| </li> | ||
| <li> | ||
| <strong>Device</strong> means any device that can access the | ||
| Service such as a computer, a cell phone or a digital tablet. | ||
| </li> | ||
| <li> | ||
| <strong>Personal Data</strong> means any information that | ||
| relates to an identified or identifiable individual, such as | ||
| your Name or LeetCode ID. | ||
| </li> | ||
| <li><strong>Service</strong> refers to the Website.</li> | ||
| <li> | ||
| <strong>Website</strong> refers to CodePVG LeetCode | ||
| Leaderboard, accessible from https://codepvg.onrender.com | ||
| </li> | ||
| <li> | ||
| <strong>You</strong> means the individual accessing or using | ||
| the Service. | ||
| </li> | ||
| </ul> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Collecting and Using Your Personal Data</h2> | ||
|
|
||
| <h3>Types of Data Collected</h3> | ||
|
|
||
| <h4>Personal Data</h4> | ||
| <p> | ||
| While using Our Service to be listed on the leaderboard, We may | ||
| ask You to provide Us with certain personally identifiable | ||
| information, such as: | ||
| </p> | ||
|
|
||
| <ul> | ||
| <li>First and last name</li> | ||
| <li>LeetCode ID / Username</li> | ||
| <li>College name</li> | ||
| </ul> | ||
|
|
||
| <h4>Usage Data</h4> | ||
| <p> | ||
| Usage Data is collected automatically when using the Service. | ||
| </p> | ||
|
|
||
| <p> | ||
| Usage Data may include information such as Your Device's | ||
| Internet Protocol address (e.g. IP address), browser type, | ||
| browser version, pages visited, date and time of visit, and time | ||
| spent on pages. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Use of Your Personal Data</h2> | ||
|
|
||
| <p> | ||
| The Company may use Personal Data for the following purposes: | ||
| </p> | ||
|
|
||
| <ul> | ||
| <li> | ||
| To provide and maintain our Service, including displaying your | ||
| LeetCode statistics on the public leaderboard. | ||
| </li> | ||
| <li> | ||
| To manage Your requests, including updating or removing your | ||
| leaderboard entry. | ||
| </li> | ||
| </ul> | ||
|
|
||
| <p> | ||
| We may share Your Personal Data in the following situations: | ||
| </p> | ||
|
|
||
| <ul> | ||
| <li> | ||
| With Service Providers such as GitHub and LeetCode APIs to | ||
| fetch and display ranking statistics. | ||
| </li> | ||
| <li> | ||
| With other users because the leaderboard is publicly | ||
| accessible. | ||
| </li> | ||
| <li>With Your consent for any other purpose.</li> | ||
| </ul> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Retention of Your Personal Data</h2> | ||
| <p> | ||
| The Company will retain Your Personal Data only for as long as | ||
| is necessary to maintain the leaderboard. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Delete Your Personal Data</h2> | ||
| <p> | ||
| You have the right to request deletion of the Personal Data that | ||
| We have collected about You. | ||
| </p> | ||
|
|
||
| <p> | ||
| Because We do not have user accounts, You may contact Us | ||
| directly via email to request access, correction, or deletion of | ||
| Your data. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Disclosure of Your Personal Data</h2> | ||
|
|
||
| <h3>Law Enforcement</h3> | ||
| <p> | ||
| The Company may disclose Your Personal Data if required by law | ||
| or valid requests from public authorities. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Security of Your Personal Data</h2> | ||
| <p> | ||
| While We strive to use commercially reasonable means to protect | ||
| Your Personal Data, no method of transmission over the Internet | ||
| or electronic storage is completely secure. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Children's Privacy</h2> | ||
| <p> | ||
| Our Service does not address anyone under the age of 13 and We | ||
| do not knowingly collect information from children under 13. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Links to Other Websites</h2> | ||
| <p> | ||
| Our Service may contain links to third-party websites. We | ||
| encourage You to review the Privacy Policy of every site You | ||
| visit. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Changes to this Privacy Policy</h2> | ||
| <p> | ||
| We may update this Privacy Policy from time to time. Changes | ||
| become effective when posted on this page. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="legal-section"> | ||
| <h2>Contact Us</h2> | ||
|
|
||
| <p> | ||
| If You have any questions about this Privacy Policy, You can | ||
| contact Us: | ||
| </p> | ||
|
|
||
| <ul> | ||
| <li>Email: jagadishdrp@gmail.com</li> | ||
| <li>Website: https://codepvg.onrender.com/about</li> | ||
| </ul> | ||
| </div> | ||
|
|
||
| <a href="/" class="back-link">← Back to Leaderboard</a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </main> | ||
|
|
||
| <script src="js/matrix.js"></script> | ||
| </body> | ||
| </html> | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.