Skip to content

Commit

Permalink
release 2024-10-10-10-47
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo committed Oct 10, 2024
1 parent 0f44005 commit fc7dc48
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 34 deletions.
69 changes: 69 additions & 0 deletions en/apps/trivia-wars/support/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>bilus teknoloji - Trivia Wars - Support Page</title>
<meta name="description" content="">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="/stylesheets/site.css" rel="stylesheet" />

</head>
<body>
<div class="container mx-auto text-bilus-500">
<section class="py-4 lg:py-8">
<h1 class="font-medium text-xl">Trivia Wars - Support Page</h1>
</section>

<section>
<article class="mb-4 lg:mb-8 prose prose-lead:text-bilus-400 prose-strong:text-bilus-500 prose-h1:text-bilus-600 prose-h2:text-bilus-500 prose-a:text-bilus-500 prose-a:font-semibold">
<p class="lead">
Thank you for using <strong>Trivia Wars</strong>! We&rsquo;re here to help
you make the most out of your experience. Below you&rsquo;ll find common issues,
solutions, and ways to reach out if you need further assistance.
</p>

<h1>Frequently Asked Questions (FAQs)</h1>

<h2>How do I get started with Trivia Wars?</h2>
<p>
To begin, simply download the app from the App Store, create
an account, and follow the setup guide to get started quickly.
</p>

<h2>How do I report a problem?</h2>
<p>
Just drop us an <a href="mailto:[email protected]?subject=Trivia Wars">email</a> about your issue. Our support team
will get back at you as soon as possible!
</p>

<h2>Need More Help?</h2>
<p>
If your question isn&rsquo;t answered above, we&rsquo;re here for you.
You can contact our support team by <a href="mailto:[email protected]?subject=Trivia Wars">email</a>.
</p>

<h2>Feedback</h2>
<p>
We love hearing from our users! If you have suggestions on how we can
improve Trivia Wars, please send us your feedback at
<a href="mailto:[email protected]?subject=Trivia Wars Feedback">[email protected]</a>.
</p>

<p>Thank you for being a valued part of our community!</p>
</article>
</section>
</div>

<section class="p-4 md:p-10 bg-bilus-700">
<footer class="container mx-auto max-w-3xl">
<ul class="flex flex-row gap-x-8 justify-evenly">
<li><a class="font-bold text-bilus-300" title="Get in touch!" href="mailto:[email protected]">[email protected]</a></li>
<li><a class="font-bold text-bilus-300" title="LinkedIn" href="https://www.linkedin.com/company/bilusteknoloji">LinkedIn</a></li>
<li><a class="font-bold text-bilus-300" title="GitHub" href="https://github.com/bilusteknoloji/">GitHub</a></li>
</ul>
</footer>
</section>

</body>
</html>
33 changes: 0 additions & 33 deletions pages/en/apps/trivia-wars/support/index.html

This file was deleted.

Loading

0 comments on commit fc7dc48

Please sign in to comment.