-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
368 lines (288 loc) · 12 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!-- 何でこんなもののソースコード観てるんですか -->
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="img/kyun.png">
<link href="https://fonts.googleapis.com/css?family=Sawarabi+Gothic|Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="./script.js"></script>
<style>
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic&display=swap');
* {
margin: 0;
padding: 0;
}
@media screen and (min-width: 400px) {
/*ウィンドウ幅が767px以上の場合に適用*/
div.page {
width: 400px;
margin: 0 auto;
}
}
@media screen and (max-width: 399px) {
.page {
padding-left: 10px;
padding-right: 10px;
}
}
body {
font-family: 'Ubuntu', sans-serif;
text-align: center;
background-color: #f2f2f2;
}
.modal {
text-align: left;
}
header {
clear: both;
height: 25px;
text-align: center;
font-size: 0.8em;
background-color: #f2463d;
width: 100%;
background-color: #ffcf67;
background-image: repeating-linear-gradient(-45deg,
#f9f9f9,
#f9f9f9 10px,
transparent 0,
transparent 20px);
}
h1 {
color: #f2463d;
}
div.faq {
text-align: left;
}
div.faq>p {
font-size: 1.3em;
color: #2e3350;
}
iframe.mastodon-embed {
margin: 0 auto;
}
p {
color: #f2463d;
font-size: 18px;
font-family: 'Sawarabi Gothic'sans-serif;
}
p.discription {
color: #2e3350;
}
div.caution {
margin-top: 30px;
}
p.caution {
color: #2e3350;
font-size: 0.9em;
}
p.copyright {
color: #2e3350;
font-size: 0.9em;
}
div.form {
margin: 0 auto;
width: auto;
}
textarea {
resize: none;
}
.btns {
margin-top: 20px;
}
.sharebutton {
width: 300px;
display: block;
padding: 0.3em;
text-align: right;
text-decoration: none;
font-family: "Sawarabi Gothic", monospace;
border: 3px solid;
border-radius: 3px;
transition: 0.4s;
position: relative;
margin-top: 10px;
margin: 0 auto;
}
.sharebutton>i {
background: transparent !important;
position: absolute;
top: 60%;
left: 5px;
margin-top: -0.5em;
}
.sharebutton.twitter {
color: #ffffff;
background-color: #1da1f2;
border-color: #1da1f2;
}
.sharebutton.mastodon {
color: #ffffff;
border-color: #2b90d9;
}
.sharebutton.bf {
background-color: #EE5449;
border-color: #EE5449;
}
.sharebutton:hover {
border-color: #2e3350;
text-decoration: none;
}
.hell {
margin-top: 15px;
margin-bottom: 0px;
color: #1da1f2
}
.hell.twitter {
color: #1da1f2
}
.hell.mastodon {
color: #2b90d9;
}
a.hell {
padding: 0 5px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #1da1f2 50%);
background-position: 0 0;
background-size: 200% auto;
transition: .3s;
text-decoration: none;
}
a.hell>i {
margin: 0 5px;
}
a.hell:hover {
background-position: -100% 0;
color: #fff;
}
i.hell {
margin-left: 5px;
}
.faq {
padding-top: 30px;
}
p.author {
margin-top: 60px;
}
footer {
margin-top: 100px;
clear: both;
height: 70px;
text-align: center;
padding-top: 28px;
width: 100%;
background-color: #ffcf67;
background-image: repeating-linear-gradient(-45deg,
#f9f9f9,
#f9f9f9 10px,
transparent 0,
transparent 20px);
}
a.author {
color: #2e3350;
}
</style>
<meta property="og:url" content="https://kyun.yukiya.me/" />
<meta property="og:title" content="KyunKyun-Generator" />
<meta property="og:type" content="website">
<meta property="og:description" content="インターネット帯域の無駄" />
<title>KyunKyun-Generator</title>
</head>
<body>
<header></header>
<div class="page">
<h1>KyunKyun-Generator</h1>
<p class="discription">お手軽に地獄を生み出せるウェブサイト</p>
<div class="form">
<p><textarea class="form-control" rows="4" id="copyTarget" onclick="this.select();"
readonly>ゆ❤️き❤️や❤️きゅ〜っきゅっきゅキュキュキュキュキュキュCueCueCueCueキュンゆきやッキュキュキュン❤️キュンッ❤️キュッキュッキュッ❤️キュキュン❤️</textarea>
</p>
</div>
<p><button class="btn btn-primary" onclick="copyToClipboard()">コピーする</button></p>
<script>
function copyToClipboard() {
var copyTarget = document.getElementById("copyTarget");
copyTarget.select();
document.execCommand("Copy");
alert("コピーしました : " + copyTarget.value);
}
</script>
<div class="btns">
<p><button class="sharebutton mastodon" style="background-color: #2b90d9; color: #ffffff;"
data-toggle="modal" data-target="#share-modal">
<i class="fab fa-mastodon fa-fw fa-lg"></i>Mastodon / Misskey<span style="font-size: 0.8em;">
で投稿</span>
</button></p>
<p><a class="sharebutton bf kyun-link" href="http://best-friends.chat/share?text={kyun}"
style="background-color: #EE5449; color: #FFFFFF;"
onclick="window.open(this.href, '', 'width=500,height=400'); return false;"><i
class="fab fa-mastodon fa-fw fa-lg"></i>Best Friends<span style="font-size: 0.8em;">
でトゥート</span></a></p>
<p><a href="https://twitter.com/intent/tweet?text={kyun}"
onclick="window.open(this.href, '', 'width=500,height=400'); return false;"
class="sharebutton twitter kyun-link">
<i class="fab fa-twitter fa-fw fa-lg"></i>Twitter<span style="font-size: 0.8em;"> でツイート</span>
</a></p>
</div>
<div class="caution">
<p class="caution">※節度を持ってお使いください。</p>
<p class="caution">※作者は練習にこのサイトを作っただけであり、このミームを認めたり称賛したりする意図はありません。</p>
</div>
<p class="hell twitter"><a
href="https://twitter.com/search?q=%E3%82%86%E2%9D%A4%EF%B8%8F%E3%81%8D%E2%9D%A4%EF%B8%8F%E3%82%84%E2%9D%A4%EF%B8%8F%E3%81%8D%E3%82%85%E3%80%9C%E3%81%A3%E3%81%8D%E3%82%85%E3%81%A3%E3%81%8D%E3%82%85%EF%BD%B7%EF%BD%AD%EF%BD%B7%EF%BD%AD%EF%BD%B7%EF%BD%AD%EF%BD%B7%EF%BD%AD%EF%BD%B7%EF%BD%AD%EF%BD%B7%EF%BD%ADCueCueCueCue%E3%82%AD%E3%83%A5%E3%83%B3%E3%82%86%E3%81%8D%E3%82%84%E3%83%83%E3%82%AD%E3%83%A5%EF%BD%B7%EF%BD%AD%EF%BD%B7%EF%BD%AD%EF%BE%9D%E2%9D%A4%EF%B8%8F%E3%82%AD%E3%83%A5%E3%83%B3%E3%83%83%E2%9D%A4%EF%B8%8F%E3%82%AD%E3%83%A5%E3%83%83%E3%82%AD%E3%83%A5%E3%83%83%E3%82%AD%E3%83%A5%E3%83%83%E2%9D%A4%EF%B8%8F%EF%BD%B7%EF%BD%AD%EF%BD%B7%EF%BD%AD%EF%BE%9D%E2%9D%A4%EF%B8%8F&src=typed_query&f=live"
target="_blank" class="hell"><i class="fab fa-twitter"></i>地獄を見に行く<i
class="fas fa-chevron-circle-right"></i></a></p>
<p class="hell mastodon"><a
href="https://best-friends.chat/tags/%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88%E5%B8%AF%E5%9F%9F%E3%81%AE%E7%84%A1%E9%A7%84"
target="_blank" class="hell"><i class="fab fa-mastodon"></i>地獄を見に行く<i
class="fas fa-chevron-circle-right"></i></a></p>
<div class="faq">
<h1>Chrome 拡張機能</h1>
<p><a href="https://chrome.google.com/webstore/detail/kyunkyun-extension/kkcoiknpceegabkonhahbllimhalapon"
target="_blank">kyunkyun-extension</a> by <a href="https://nzws.me/" target="_blank">ねじわさ</a> さん</p>
<h1>FAQ</h1>
<p>Q. ゆきキュンってなんですか?</p>
<p>A.</p>
<p><iframe src="https://best-friends.chat/@rosylilly/104025230956577815/embed" class="mastodon-embed"
style="max-width: 100%; border: 0; margin: 0 auto;" width="400"
allowfullscreen="allowfullscreen"></iframe>
<script src="https://best-friends.chat/embed.js" async="async"></script>
</p>
</div>
<p class="author">Author:</p>
<a href="https://best-friends.chat/@Yukiya" target="_blank" rel="me" class="author"><i
class="fab fa-mastodon fa-fw fa-lg"></i></a>
<a href="https://twitter.com/yukiyalien" target="_blank" class="author"><i
class="fab fa-twitter fa-fw fa-lg"></i></a>
<a href="https://yukiya.me/" target="_blank" class="author"><i class="fas fa-home fa-fw fa-lg"></i></a>
</div>
<footer>
<p class="copyright">©2020 yukiyalien | <a href="https://github.com/yukiyalien/kyunkyun-generator"
target="_blank">Source Code</a></p>
</footer>
<div class="modal fade" id="share-modal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Mastodon / Misskeyで投稿</h4>
</div>
<div class="modal-body">
<label for="server-domain">サーバードメインを入力...</label>
<input type="text" class="form-control" id="server-domain" placeholder="mastodon.social">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary btn-block" onclick="openShare()">開く</button>
</div>
</div>
</div>
</div>
</body>
</html>