-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjust-monika-screen-saver-easter-update.html
444 lines (405 loc) · 18.4 KB
/
just-monika-screen-saver-easter-update.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
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html lang="en">
<head>
<title>Just Monika Screen Saver Easter Update</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Just Monika Screen Saver Easter Update - Discover the hidden easter egg in Just Monika Screen Saver chrome extension">
<meta property="og:title" content="Just Monika Screen Saver Easter Update">
<meta property="og:site_name" content="Just Monika Screen Saver Easter Update">
<meta property="og:url" content="https://justmonika.ml/just-monika-screen-saver-easter-update.html">
<meta property="og:description" content="Just Monika Screen Saver Easter Update - Discover the hidden easter egg in Just Monika Screen Saver chrome extension">
<meta property="og:type" content="website">
<meta property="og:image" content="https://justmonika.ml/img/screenshot2.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@kronosdevstudio" />
<meta name="twitter:creator" content="@kronosdevstudio" />
<meta name="twitter:image" content="https://justmonika.ml/img/screenshot2.jpg" />
<meta name="twitter:image:alt" content="Just Monika Screen Saver Easter Update">
<!-- Google Plus markup -->
<meta itemprop="name" content="Just Monika Screen Saver Easter Update"/>
<meta itemprop="description" content="Just Monika Screen Saver Easter Update - Discover the hidden easter egg in Just Monika Screen Saver chrome extension"/>
<meta content="https://justmonika.ml/just-monika-screen-saver-easter-update.html" itemprop="url"/>
<meta itemprop="image" content="https://justmonika.ml/img/screenshot2.jpg"/>
<!-- End Google Plus markup -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel='canonical' href='https://kronosdevstudio.com/justmonika/just-monika-screen-saver-easter-update.html'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111203315-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111203315-1');
</script>
<link href="https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope|Lato:300,400,700" rel="stylesheet">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/akeglhepbonjicpgbjialkmnpdnpbeid">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<style>
/*
@font-face {
font-family: "DejaVuSans";
src: url("./fonts/DejaVuSans.ttf") format('truetype');
}
@font-face {
font-family: "DejaVuSans-Bold";
src: url("./fonts/DejaVuSans-Bold.ttf") format('truetype');
font-weight: bold;
}
*/
body {
width: 100%;
min-height: 100%;
margin: 0;
font-family: 'Lato', sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: url(./img/tilebg.png) repeat fixed;
font-family: Lato, sans-serif;
font-size: 1rem;
line-height: 1.5;
}
.about {
margin-bottom: 50px;
}
.content {
width: 960px;
height: inherit;
margin: 0px auto;
background: #fff;
/* text-align: center;*/
border-style: solid;
border-color: #ffbde1;
border-width: 40px 0px 0px 0px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}
.title {
color: #9b9b9b;
margin: 10px;
font-size: 2rem;
/* font-family: DejaVuSans-Bold;*/
}
.nav {
display: flex;
justify-content: space-around;
width: 100%;
}
.chrome-extension .container {
display: flex;
flex-direction: column;
}
.chrome-extension .img-previews {
flex: 1;
margin: 20px;
align-self: center;
}
.chrome-extension .img-previews .img {
width:100%;
}
.chrome-extension .description {
flex: 1;
margin: 20px;
}
span {
padding-left: 15px;
}
.btn {
padding: 10px 15px;
background: pink;
color: white;
border-radius: 25px;
font-size:18px;
border-color: white;
border-style: double;
margin: 10px;
text-decoration: none;
}
.promo-container {
height: 428px;
margin-top: -40px;
margin-bottom:100px;
}
.promo {
position: relative;
display: block;
height: 640px;
background: url(./img/3a.png) top no-repeat;
}
.banner-divider {
position: relative;
background: #ffbde1;
height: 40px;
width: 100%;
}
.chibi-container {
display: flex;
justify-content: center;
padding-top: 100px;
position: absolute;
padding-bottom: 100px;
width: 100%;
max-width: 960px;
}
.img-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 30px;
}
.instructions li {
list-style: decimal;
}
.img-container img {
width: 100%;
height: 100%;
}
@keyframes bounce {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
10% {
background: url('./img/m_sticker_2.png');
}
50% {
-webkit-transform: translateY(-90px);
-ms-transform: translateY(-90px);
transform: translateY(-90px);
}
}
#chibi {
position: absolute;
height: 168px;
width: 119px;
background: url('./img/m_sticker_1.png');
line-height: 168px;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
}
#chibi:hover {
cursor: pointer;
animation-name: bounce;
-moz-animation-name: bounce;
}
/* Social Buttons */
.social-btns {
text-align: center;
}
.social-btns li {
margin: 8px;
display: inline-block;
vertical-align: top;
}
/* Heart Beat Button */
.social-btn-heart:hover .social-btn-heart-bg {
-webkit-animation: beat 2s infinite;
animation: beat 2s infinite;
}
.social-btn-heart-icon {
font-size: 16px;
color: #fff;
}
.social-btn-heart:hover .social-btn-heart-icon {
color: #fff;
}
@-webkit-keyframes beat {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
60% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes beat {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
60% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.social-btn-heart-bg.twitter {
color: #4cc4f2;
}
.social-btn-heart-bg.facebook {
color: #3b5998;
}
.social-btn-heart-bg.google {
color: #dd4b39;
}
.btn-container {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}
</style>
<div class="content">
<!--
<div class="parallax">
<img src="./img/10.png" style="width: 100%">
</div>
-->
<div class="promo-container">
<span class="promo" style="top: -96px;"></span>
</div>
<div class="banner-divider"></div>
<!--
<div class="about">
<h1 class="title">About</h1><div style="height:20px"></div>
<span>Spend time with your beloved monika from anywhere on the web.</span><br>
<span>This is a fan-site and all the contents like images and audio belongs to their creaters.</span>
</div>
<div class="nav">
<a class="btn" href="https://justmonika.ml">< Back to Monika</a>
<a class="btn" href="https://justmonika.ml/just-monika-screen-saver.html">Just Monika Screen Saver ></a>
</div>
-->
<div class="chrome-extension">
<h1 class="title">Just Monika Screen Saver Easter Update</h1><div style="height:20px"></div>
<span>Download the chrome extension and make monika as your screen saver</span><br><br><br>
<div style="width: 100%;display:flex;justify-content:center;align-items:center;">
<a href="https://chrome.google.com/webstore/detail/just-monika-screen-saver/akeglhepbonjicpgbjialkmnpdnpbeid?utm_source=justmonika.ml" alt="Download for Chrome" title="Download for Chrome">
<img alt="Download for Chrome" src="https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_340x96.png">
</a>
</div><br>
<div class="social-icons">
<ul class="social-btns">
<li>
<a href="https://www.twitter.com/kronosdevstudio" target="_blank" title="Twitter" class="social-btn-heart fa-stack fa-lg">
<i class="social-btn-heart-bg fa fa-heart fa-stack-2x twitter"></i>
<i class="social-btn-heart-icon fa fa-twitter fa-stack-1x"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/kronosdevstudio" target="_blank" title="Facebook" class="social-btn-heart fa-stack fa-lg">
<i class="social-btn-heart-bg fa fa-heart fa-stack-2x facebook"></i>
<i class="social-btn-heart-icon fa fa-facebook fa-stack-1x"></i>
</a>
</li>
<li>
<a href="https://plus.google.com/+KronosDevelopmentStudio" target="_blank" title="Google+" class="social-btn-heart fa-stack fa-lg">
<i class="social-btn-heart-bg fa fa-heart fa-stack-2x google"></i>
<i class="social-btn-heart-icon fa fa-google fa-stack-1x"></i>
</a>
</li>
</ul>
</div>
<div class="img-container">
<img style="width:auto;height:100%;" src="./img/opera-banner.png">
</div>
</div>
<div class="img-container">
<a class="btn" href="https://justmonika.ml/just-monika-screen-saver.html?utm_source=website" alt="How to use Just monika screen saver" title="How to use Just monika screen saver">How to use</a>
</div>
<div class="features">
<h1 class="title">Latest Update</h1><div style="height:20px"></div>
<ul>
<li>Easter egg unlocked by default</li>
<li>Blinking animation.</li>
</ul>
<div class="img-container">
<img src="./img/just-monika-screen-saver-blinking-animation.gif" alt="Just monika screen saver with blinking animation" title="Just monika screen saver with blinking animation" style="width: 80%">
</div>
<br>
</div>
<div class="features">
<h1 class="title">New Features</h1><div style="height:20px"></div>
<ul>
<li>Do not show screensaver when a media (eg. Video, Audio) is playing.</li>
<li>Do not show screensaver when browser is minimized</li>
</ul>
<div class="img-container">
<img src="./img/easter-features.jpg" alt="Just monika screen saver easter update new features" title="Just monika screen saver easter update new features">
</div>
<br>
</div>
<div class="instructions">
<h1 class="title">How to Unlock easter egg</h1><div style="height:20px"></div>
<ul>
<li>
<span>Click on Unlock Easter Egg button</span>
<div class="img-container">
<img src="./img/easter-1.png" alt="Unlock just monika screen saver easter egg" title="Unlock just monika screen saver easter egg">
</div>
</li>
<li>
<span>Sign in with your account. <b>We don't store your account information. You will know why this was needed after seeing easter egg.</b></span>
<div class="img-container">
<img src="./img/easter-2.png" alt="Sign in just monika screen saver for easter egg" title="Sign in just monika screen saver for easter egg">
</div>
</li>
<li>
<span>On Successful unlock, the unlock button will disappear</span>
<div class="img-container">
<img src="./img/easter-3.png" alt="Unlocked eater egg in just monika screen saver to chrome" title="Unlocked eater egg in just monika screen saver to chrome">
</div>
</li>
<li>
<span>Don't change any settings. Now wait for next time when the screensaver will appear or preview directly from the left side panel</span><br>
<span>Come back to settings menu after screensaver appeared. More options will be available now.</span>
</li>
</ul>
<br>
</div>
<div class="btn-container">
<a class="btn" href="https://justmonika.ml/just-natsuki-screen-saver.html?utm_source=website" alt="Just natsuki screen saver" title="Click here for Just natsuki screen saver">Just Natsuki Screen Saver</a>
<a class="btn" href="https://justmonika.ml/doki-doki-literature-club-screen-saver.html?utm_source=website" alt="Doki Doki Literature Club screen saver" title="Click here for Doki Doki Literature Club screen saver">Doki Doki Literature Club Screen Saver</a>
<a class="btn" href="https://justmonika.ml/just-sayori-screen-saver.html?utm_source=website" alt="Just sayori screen saver" title="Click here for Just sayori screen saver">Just Sayori Screen Saver</a>
<a class="btn" href="https://justmonika.ml/just-yuri-screen-saver.html?utm_source=website" alt="Just yuri screen saver" title="Click here for Just yuri screen saver">Just Yuri Screen Saver</a>
</div>
<div class="chibi-container">
<div id="chibi">
</div>
</div>
<div style="padding-bottom:300px;"></div>
<div class="banner-divider"></div>
</div>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "Organization",
"name" : "Just Monika",
"url" : "https://justmonika.ml",
"logo" :"https://justmonika.ml/img/logo.png",
"sameAs" : [
"https://www.facebook.com/kronosevstudio",
"https://www.twitter.com/kronosdevstudio",
"https://plus.google.com/+KronosDevelopmentStudio",
]
}
</script>
</body>
</html>