This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using Github API on ABout Page & Some Twicks
- Loading branch information
Showing
8 changed files
with
41 additions
and
21 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -6,18 +6,18 @@ const PrivacyPolicyPage = () => { | |
<h1>Privacy Policy</h1> | ||
<div className="PrivacyPolicy-Content-Div-01"> | ||
<p> | ||
 <b>At Schedular</b>, accessible from{' '} | ||
<a target="_blank" href="https://schedular.ritwiksaha.com"> | ||
https://schedular.ritwiksaha.com | ||
 <b>At Scheduler</b>, accessible from{' '} | ||
<a target="_blank" href="https://scheduler.ritwiksaha.com"> | ||
https://scheduler.ritwiksaha.com | ||
</a>, one of our main priorities is the privacy of our visitors. This Privacy Policy document | ||
contains types of information that is collected and recorded by Schedular and how we use it. If you | ||
contains types of information that is collected and recorded by Scheduler and how we use it. If you | ||
have additional questions or require more information about our Privacy Policy, do not hesitate to | ||
contact us through email at{' '} | ||
<a href="mailto: [email protected]">[email protected]</a> | ||
</p> | ||
<h3>Log Files</h3> | ||
<p> | ||
  Log Files Schedular follows a standard procedure of using log files. These files log visitors | ||
  Log Files Scheduler follows a standard procedure of using log files. These files log visitors | ||
when they visit websites. All hosting companies do this and a part of hosting services' analytics. | ||
The information collected by log files include internet protocol (IP) addresses, browser type, | ||
Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number | ||
|
@@ -28,7 +28,7 @@ const PrivacyPolicyPage = () => { | |
|
||
<h3>Cookies and Web Beacons</h3> | ||
<p> | ||
  Like any other website, Schedular uses 'cookies'. These cookies are used to store information | ||
  Like any other website, Scheduler uses 'cookies'. These cookies are used to store information | ||
including visitors' preferences, and the pages on the website that the visitor accessed or visited. | ||
The information is used to optimize the users' experience by customizing our web page content based | ||
on visitors' browser type and/or other information. | ||
|
@@ -37,24 +37,24 @@ const PrivacyPolicyPage = () => { | |
<h3>Privacy Policies</h3> | ||
<p> | ||
  You may consult this list to find the Privacy Policy for each of the advertising partners of | ||
Schedular. Our Privacy Policy was created with the help of the GDPR Privacy Policy Generator and the | ||
Scheduler. Our Privacy Policy was created with the help of the GDPR Privacy Policy Generator and the | ||
Terms and Conditions Template. | ||
</p> | ||
<p> | ||
  Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web | ||
Beacons that are used in their respective advertisements and links that appear on Schedular, which | ||
Beacons that are used in their respective advertisements and links that appear on Scheduler, which | ||
are sent directly to users' browser. They automatically receive your IP address when this occurs. | ||
These technologies are used to measure the effectiveness of their advertising campaigns and/or to | ||
personalize the advertising content that you see on websites that you visit. | ||
</p> | ||
<p> | ||
  Note that Schedular has no access to or control over these cookies that are used by | ||
  Note that Scheduler has no access to or control over these cookies that are used by | ||
third-party advertisers. | ||
</p> | ||
|
||
<h3>Third Pary Privacy Policies</h3> | ||
<p> | ||
  Schedular's Privacy Policy does not apply to other advertisers or websites. Thus, we are | ||
  Scheduler's Privacy Policy does not apply to other advertisers or websites. Thus, we are | ||
advising you to consult the respective Privacy Policies of these third-party ad servers for more | ||
detailed information. It may include their practices and instructions about how to opt-out of | ||
certain options. You may find a complete list of these Privacy Policies and their links here: | ||
|
@@ -73,7 +73,7 @@ const PrivacyPolicyPage = () => { | |
activity. | ||
</p> | ||
<p> | ||
  Schedular does not knowingly collect any Personal Identifiable Information from children | ||
  Scheduler does not knowingly collect any Personal Identifiable Information from children | ||
under the age of 13. If you think that your child provided this kind of information on our website, | ||
we strongly encourage you to contact us immediately and we will do our best efforts to promptly | ||
remove such information from our records. | ||
|
@@ -82,7 +82,7 @@ const PrivacyPolicyPage = () => { | |
<h3>Online Privacy Policy Only</h3> | ||
<p> | ||
  This Privacy Policy applies only to our online activities and is valid for visitors to our | ||
website with regards to the information that they shared and/or collect in Schedular. This policy is | ||
website with regards to the information that they shared and/or collect in Scheduler. This policy is | ||
not applicable to any information collected offline or via channels other than this website. | ||
</p> | ||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
module.exports = (link) => { | ||
return ` | ||
<body style="font-size:16px"> | ||
<p>From scheduler app..</p> | ||
<p>Reset your password <a href="${link}">here</a></p> | ||
</body> | ||
`; | ||
}; |