Skip to content

Commit

Permalink
V1.2.3: Update Feedka Links
Browse files Browse the repository at this point in the history
  • Loading branch information
cdadityang committed Nov 8, 2022
1 parent eb74af1 commit f8aa84a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app/javascript/components/Feedka/Feedka.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function Feedka() {
<div className="col-dsk-6 col-mob-12 mb-20">
<h3 className="align-center">Get Set - Go</h3>
<p>You start by simply creating an account, you then get a unique URL that you can share with others and boom you're now ready to get feedback from others.</p>
<a href="https://feedka.herokuapp.com/users/sign_up" className="green-bg" target="_blank" rel="noopener noreferrer">Get Started Now</a>
<a href="https://feedka.cdadityang.xyz/users/sign_up" className="green-bg" target="_blank" rel="noopener noreferrer">Get Started Now</a>
</div>
</div>

Expand Down Expand Up @@ -125,7 +125,7 @@ function Feedka() {
</div>
<div className="col-dsk-6 col-mob-12 mb-20">
<h3 className="align-center">Improved security</h3>
<p>All the feedback that you receive is server-side encrypted and then saved to the database. You can also enable Two Factor Authentication(2FA) from <a href="https://feedka.herokuapp.com/users/edit" target="_blank" rel="noopener noreferrer">your settings</a> to add a layer of security to your account.</p>
<p>All the feedback that you receive is server-side encrypted and then saved to the database. You can also enable Two Factor Authentication(2FA) from <a href="https://feedka.cdadityang.xyz/users/edit" target="_blank" rel="noopener noreferrer">your settings</a> to add a layer of security to your account.</p>
</div>
</div>

Expand Down Expand Up @@ -155,7 +155,7 @@ function Feedka() {
<section className="mt-50">
<div className="align-center">
<h2 className="mb-40">Give it a try</h2>
<a href="https://feedka.herokuapp.com" className="btn btn-wide" target="_blank" rel="noopener noreferrer">Demo</a>
<a href="https://feedka.cdadityang.xyz" className="btn btn-wide" target="_blank" rel="noopener noreferrer">Demo</a>
<br />
<a href="https://github.com/drabkirn/feedka" className="btn btn-wide" target="_blank" rel="noopener noreferrer">GitHub</a>
<br />
Expand Down
2 changes: 1 addition & 1 deletion app/views/ui/docs/markdown_files/04-feedka.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span id="feedka-usage"></span>

## Usage
If you want to test the waters first, then you can visit the [Feedka website](https://feedka.herokuapp.com, "visit feedka website") and see it in working.
If you want to test the waters first, then you can visit the [Feedka website](https://feedka.cdadityang.xyz "visit feedka website") and see it in working.

<br />

Expand Down
7 changes: 3 additions & 4 deletions app/views/ui/legal/markdown_files/privacy_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,10 @@ You can always self-host Feedka, whose codebase is accessible at [GitHub](https:

<br />

- In case you are here about our hosting of Feedka at [https://feedka.herokuapp.com](https://feedka.herokuapp.com "visit feedka website"), then you need to know the following details:
- (ulsquare) We host our Feedka application at [Heroku](https://www.heroku.com/ "visit heroku website") with [ClearDB MySQL](https://elements.heroku.com/addons/cleardb "visit heroku clear db addon website") and [Heroku Redis](https://elements.heroku.com/addons/heroku-redis "visit heroku redis addon website") Add-ons. So you must see their respective privacy policies on how they process the data.
- We use Microsoft's [Azure Content Moderation API](https://azure.microsoft.com/en-us/services/cognitive-services/content-moderator/) to flag abuse or PII information. You should read their [policy here](https://azure.microsoft.com/en-in/support/legal/cognitive-services-compliance-and-privacy/). Don't worry, we believe the feedback that you send is irrelative to Microsoft.
- In case you are here about our hosting of Feedka at [https://feedka.cdadityang.xyz](https://feedka.cdadityang.xyz "visit feedka website"), then you need to know the following details:
- (ulsquare) We use Microsoft's [Azure Content Moderation API](https://azure.microsoft.com/en-us/services/cognitive-services/content-moderator/) to flag abuse or PII information. You should read their [policy here](https://azure.microsoft.com/en-in/support/legal/cognitive-services-compliance-and-privacy/). Don't worry, we believe the feedback that you send is irrelative to Microsoft.
- Additionally, we take your username to ensure your feedback profile gets a unique link.
- When you choose to submit any kind of [report](https://feedka.herokuapp.com/r/cdadityang "submit a report to feedka") through Feedka, you give us consent to look over the contents of your report.
- When you choose to submit any kind of [report](https://feedka.cdadityang.xyz/r/cdadityang "submit a report to feedka") through Feedka, you give us consent to look over the contents of your report.
- We don't use any accessible Feedka data for marketing purposes. Like always the case, we don't sell any data to any 3rd party provider.

<hr class="hr-center" />
Expand Down

0 comments on commit f8aa84a

Please sign in to comment.