-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
160 lines (156 loc) · 5.71 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flört Soru Makinesi</title>
<link rel="stylesheet" href="./style/style.css" />
<link rel="shortcut icon" href="assets/heart-illustration.svg" type="image/x-icon">
<link
href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-2TCVS9DQN3"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-2TCVS9DQN3");
</script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css"
/>
<!--TAILWIND-->
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<!--begin:Banner-->
<div
id="banner"
class="w-full relative isolate flex items-center gap-x-6 overflow-hidden bg-gray-50 py-2.5 px-6 sm:px-3.5 sm:before:flex-1 z-0"
>
<svg
viewBox="0 0 577 310"
aria-hidden="true"
class="absolute top-1/2 left-[max(-7rem,calc(50%-52rem))] -z-10 w-[36.0625rem] -translate-y-1/2 transform-gpu blur-2xl"
>
<path
id="1d77c128-3ec1-4660-a7f6-26c7006705ad"
fill="url(#49a52b64-16c6-4eb9-931b-8e24bf34e053)"
fill-opacity=".3"
d="m142.787 168.697-75.331 62.132L.016 88.702l142.771 79.995 135.671-111.9c-16.495 64.083-23.088 173.257 82.496 97.291C492.935 59.13 494.936-54.366 549.339 30.385c43.523 67.8 24.892 159.548 10.136 196.946l-128.493-95.28-36.628 177.599-251.567-140.953Z"
/>
<defs>
<linearGradient
id="49a52b64-16c6-4eb9-931b-8e24bf34e053"
x1="614.778"
x2="-42.453"
y1="26.617"
y2="96.115"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#9089FC" />
<stop offset="1" stop-color="#FF80B5" />
</linearGradient>
</defs>
</svg>
<svg
viewBox="0 0 577 310"
aria-hidden="true"
class="absolute top-1/2 left-[max(45rem,calc(50%+8rem))] -z-10 w-[36.0625rem] -translate-y-1/2 transform-gpu blur-2xl"
>
<use href="#1d77c128-3ec1-4660-a7f6-26c7006705ad" />
</svg>
<div class="flex flex-wrap items-center gap-y-2 gap-x-4">
<p class="text-sm leading-6 text-gray-900">
<strong class="font-semibold">Open-Source</strong
><svg
viewBox="0 0 2 2"
class="mx-2 inline h-0.5 w-0.5 fill-current"
aria-hidden="true"
>
<circle cx="1" cy="1" r="1" /></svg
>Projeye destek vermek isterseniz github üzerinden ulaşabilirsiniz.
</p>
<a
target="_blank"
href="https://github.com/alicangunduz/tanismada-sohbet-tikanmasin"
class="flex-none rounded-full bg-gray-900 py-1 px-3.5 text-sm font-semibold text-white shadow-sm hover:bg-gray-700 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-900"
>Repo'ya git <span aria-hidden="true">→</span></a
>
</div>
<div class="flex flex-1 justify-end">
<a id="banner-button" class="-m-3 p-3 cursor-pointer focus-visible:outline-offset-[-4px] ">
<span class="sr-only">Dismiss</span>
<svg
class="h-5 w-5 text-gray-900"
viewBox="0 0 20 20"
fill="currentColor"
aria-hidden="true"
>
<path
d="M6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z"
/>
</svg>
</a>
</div>
</div>
<!--end:Banner-->
<!--begin:Header-->
<nav id="header"><img src="assets/logo.svg" alt="" /></nav>
<!--end:Header-->
<!--begin:Main-->
<div id="sorularBitti" style="display: none">
<h1>Sorular bitti aslanım olmuyorsa olmuyordur zorlama</h1>
</div>
<div class="container modal max-w-screen-sm px-10" id="genelAlan">
<img src="assets/heart-illustration.svg" alt="" />
<h1 class="text-5xl">Flört zamanı tıkandığında zorlanma, soru üret!</h1>
<code id="soruAdeti" class="ortala"></code>
<code id="gecilenSoruAdeti" class="ortala"></code>
<div class="question-area">
<textarea id="soruAlani" class="soruFont question-box" disabled>
Soru</textarea
>
<button class="copy-button" id="soruKopyala">
<i class="ri-clipboard-line"></i>
</button>
</div>
<div class="button-container">
<button class="secondary-button truncate" id="oncekiSoru">
Önceki Soru <i class="ri-arrow-go-back-line"></i>
</button>
<button class="primary-button" id="soruUret">
Soru Üret <i class="ri-refresh-line"></i>
</button>
</div>
<div class="button-container">
<button class="tertiary-button" id="whatsAppGonder">
Whatsapp Gönder <i class="bi bi-whatsapp"></i>
</button>
</div>
<div>
<h1>Katkıda bulunanlar</h1>
<div id="contributors">
</div>
</div>
</div>
<!--end:Main-->
<!--begin:Footer-->
<footer><p class="crafted-by"></p></footer>
<!--end:Footer-->
</body>
<script src="./script/main.js"></script>
<!-- Toastify -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/toastify-js"
></script>
</html>