-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from AshGw/dev-pipeline
Dev pipeline
- Loading branch information
Showing
9 changed files
with
115 additions
and
84 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,5 @@ | ||
# Setup | ||
|
||
```shell | ||
g clone [email protected]:AshGw/mysite.git && just setup | ||
``` |
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,52 @@ | ||
--- | ||
title: Tester | ||
seoTitle: Web application that automatically generates descriptive captions for images using a Blind Language-Image Pre-training (BLIP) model. | ||
summary: idk what here frfr | ||
isPublic: true | ||
lastModDate: 2018-04-20T09:15:00-0400 | ||
firstModDate: 2017-04-20T09:15:00-0400 | ||
--- | ||
|
||
<h2 className="text-2xl font-bold mb-4">Privacy Policy</h2> | ||
<div className="row p-2 mx-2 font-normal"> | ||
Rovxr ("we" or "us") is committed to protecting the privacy of our users. This Privacy Policy outlines how we collect, use, and safeguard your personal information. By using our services, you consent to the practices described in this policy. | ||
Our guiding principle is to collect only what we need. Here's what that means in practice. | ||
</div> | ||
<br/> | ||
<br/> | ||
|
||
<h3 className="text-xl font-bold mt-4 mb-2">Your Information</h3> | ||
<div className="row p-2 mx-2 font-normal"> | ||
When you sign up for our product or service, we may request certain identifying information, such as your name and email address. This allows us to personalize your new account. | ||
It's important to note that none of this information is stored in our database. Instead, for the purposes of managing your plan, subscription, or purchase, we securely hash and encrypt your email address, ensuring a high level of privacy and security. | ||
</div> | ||
<br/> | ||
<br/> | ||
|
||
<h3 className="text-xl font-bold mt-4 mb-2">Authentication</h3> | ||
<div className="row p-2 mx-2 font-normal"> | ||
As part of our authentication process, we exclusively employ OAuth2 with trusted providers like Google. This enables us to access your name and profile image session data stored securely in your browser. Please rest assured that these specific details are not permanently stored in our database infrastructure. They serve their purpose solely for the duration of your active session on our platform. | ||
</div> | ||
<br/> | ||
<br/> | ||
<h3 className="text-xl font-bold mt-4 mb-2">Cookies</h3> | ||
<div className="row p-2 mx-2 font-normal"> | ||
We do use persistent first-party cookies to store certain preferences, making it easier for you to use our applications. A cookie is a piece of text stored by your browser to help it remember your login information, site preferences, and more. You can adjust cookie retention settings in your own browser. | ||
</div> | ||
|
||
<h3 className="text-xl font-bold mt-4 mb-2">User-Generated Requests</h3> | ||
<div className="row p-2 mx-2 font-normal"> | ||
When you use our service to generate AI images based on a word or phrase, we collect the input provided. This information is used solely to generate the requested image and is not stored or associated with your personal information. | ||
</div> | ||
<br/> | ||
<br/> | ||
<h3 className="text-xl font-bold mt-4 mb-2">Security</h3> | ||
<div className="row p-2 mx-2 font-normal"> | ||
All data is encrypted via SSL/TLS when transmitted from our servers to your browser. | ||
</div> | ||
|
||
<h3 class="text-xl font-bold mt-4 mb-2">Changes</h3> | ||
<div class="row p-2 mx-2 font-normal"> | ||
We may update this policy as needed to comply with relevant regulations and reflect any new practices. | ||
Should you have any questions, comments, or concerns regarding this privacy policy, your data, or your rights in regard to your information, please don't hesitate to reach out. You can <a href="/contact" className="text-blue-500">contact us</a> and we'll be more than happy to assist you! | ||
</div> |
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