diff --git a/src/routes/faq/+page.svelte b/src/routes/faq/+page.svelte new file mode 100644 index 0000000..43702c5 --- /dev/null +++ b/src/routes/faq/+page.svelte @@ -0,0 +1,191 @@ + + + + FAQ | teamflash.rip + + + +
+ +
+
+
+
+
+ + +
+ +
+
+ +
+

Frequently Asked Questions

+

Everything you need to know about teamflash.rip

+
+ + + {#each categories as category} + {@const CategoryIcon = getCategoryIcon(category)} +
+
+ +

{category}

+
+ +
+ {#each faqItems as item, index} + {#if item.category === category} +
+ + {#if openItems.has(index)} +
+

{item.answer}

+
+ {/if} +
+ {/if} + {/each} +
+
+ {/each} + + +
+

Still have questions?

+

+ Can't find what you're looking for? Check out our GitHub or open an issue. +

+ + + Ask on GitHub + +
+
+
diff --git a/src/routes/privacy/+page.svelte b/src/routes/privacy/+page.svelte index abf4bc2..fc5ad1e 100644 --- a/src/routes/privacy/+page.svelte +++ b/src/routes/privacy/+page.svelte @@ -1,6 +1,11 @@ @@ -11,207 +16,345 @@ /> -
- -
-
- -
-

Privacy Policy

-

- Last updated: {new Date().toLocaleDateString('en-US', { - year: 'numeric', - month: 'long', - day: 'numeric' - })} -

+
+ +
+
+
+
+
- - -

Introduction

-

- teamflash.rip ("we", "our", or "us") is committed to protecting your privacy. This Privacy - Policy explains how we collect, use, and safeguard your information when you use our CS2 match - statistics and flash crime analysis platform. -

-
- - - -
- -

Information We Collect

+ +