forked from osu-somtum/faq.somtum.fun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (99 loc) · 3.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>somtum FAQs</title>
</head>
<body>
<div id="app">
<div class="flex w-full justify-center py-12 lg:py-24">
<div
class="container grid gap-12 px-4 md:px-6 lg:grid-cols-2 xl:gap-24"
>
<div class="space-y-6">
<div class="space-y-2">
<h1
data-i18n="header.title"
class="text-3xl font-bold tracking-tighter text-lime-500 sm:text-5xl"
></h1>
<p
data-i18n="header.subtitle"
class="max-w-[600px] text-gray-200 md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed"
></p>
</div>
<div class="space-y-8">
<div class="space-y-2">
<h3 class="text-2xl font-bold text-gray-200">
What's somtum osu! bancho?
</h3>
<p class="text-gray-200 md:text-xl/relaxed">
We are a simple and fun osu! Bancho led by blueskychan_(Fuse),
who started the project in March 2024.
</p>
</div>
<div class="space-y-2">
<h3
data-i18n="content.support_contact_title"
class="text-2xl font-boldtext-gray-200"
></h3>
<p
data-i18n="content.support_contact_description"
class="text-gray-200 md:text-xl"
></p>
</div>
</div>
</div>
<div class="space-y-6">
<div class="space-y-2">
<h1
data-i18n="content.rename_title"
class="text-xl font-bold tracking-tighter sm:text-5xl text-gray-200"
></h1>
<p
data-i18n="content.rename_description"
class="max-w-[600px] text-gray-200 md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed"
></p>
</div>
<div class="space-y-8">
<div class="space-y-2">
<h3
data-i18n="content.donate_title"
class="text-2xl font-bold text-gray-200"
></h3>
<p
data-i18n="content.donate_description"
class="md:text-xl/relaxed text-gray-200"
>
Absolutely, yes. However, we don't take money too seriously
because we are working on this project for fun.
</p>
</div>
<div class="space-y-2">
<h3
data-i18n="content.cache_issues_title"
class="text-2xl font-bold text-gray-200"
></h3>
<p
data-i18n="content.cache_issues_description"
class="md:text-xl/relaxed text-gray-200"
></p>
</div>
<div class="space-y-2">
<h3
data-i18n="content.profile_change_title"
class="text-2xl font-bold text-gray-200"
></h3>
<div
data-i18n="content.profile_change_description"
class="md:text-xl/relaxed text-gray-200"
></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="module" src="/main.js"></script>
</body>
</html>