Skip to content

Commit

Permalink
Merge pull request #147 from JSv4/JSv4/update-disclaimers-and-terms-o…
Browse files Browse the repository at this point in the history
…f-service

Updated Terms of Service and Opening Modal
  • Loading branch information
JSv4 authored Jul 11, 2024
2 parents 80f1768 + 6e193a4 commit 084efc0
Showing 1 changed file with 41 additions and 8 deletions.
49 changes: 41 additions & 8 deletions frontend/src/components/cookies/CookieConsent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,42 @@ export const CookieConsentDialog = () => {
}}
>
<div>
<Image src={inverted_cookie_icon} />
<Icon name="warning" />
</div>
</div>
<div style={{ marginTop: ".5em" }}>This Site Uses Cookies</div>
<div style={{ marginTop: ".5em" }}>DEMO SYSTEM</div>
</Header>
<Modal.Content style={{ marginTop: "0", paddingTop: "0" }}>
<Header inverted textAlign="center">
<Header.Content as="h4">
<u>Cookie Policy</u>
</Header.Content>
</Header>
<p>
This website uses cookies to enhance the user experience and help us
refine OpenContracts. We do not sell or share user information. Please
accept the cookie to continue.
</p>
<Header inverted textAlign="center">
<Header.Content as="h4">
<u>What We Collect</u>
<u>NO REPRESENTATIONS OR WARRANTIES</u>
</Header.Content>
</Header>
<p>
This is a demo system with <b>NO</b> guarantee of uptime or data
retention. We may delete accounts and data{" "}
<u>AT ANY TIME AND FOR ANY REASON</u>. THE SOFTWARE IS PROVIDED "AS
IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
</p>
<Header inverted textAlign="center">
<Header.Content as="h4">
<u>Data We Collect</u>
</Header.Content>
</Header>
<List>
Expand All @@ -44,13 +66,24 @@ export const CookieConsentDialog = () => {
<List.Icon name="computer" />
<List.Content>System Information</List.Content>
</List.Item>
</List>
<Header inverted textAlign="center">
<Header.Content as="h4">
<u>Data You Agree to Share</u>
</Header.Content>
</Header>
<p>
By interacting with this demo system, you agree to share the following
under a CC0 1.0 Universal license:
</p>
<List>
<List.Item>
<List.Icon name="users" />
<List.Content>Labelsets & Labels</List.Content>
</List.Item>
<List.Item>
<List.Icon name="computer" />
<List.Content>Extractor Configurations</List.Content>
<List.Description>
We don't collect or share the data you extract, but we demo
accounts share extractor configurations by default.
</List.Description>
<List.Content>Configured Data Extractors</List.Content>
</List.Item>
</List>
</Modal.Content>
Expand Down

0 comments on commit 084efc0

Please sign in to comment.