-
Notifications
You must be signed in to change notification settings - Fork 1
/
just-yuri-audio-visualizor-wallpaper-engine.html
397 lines (357 loc) · 15.5 KB
/
just-yuri-audio-visualizor-wallpaper-engine.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Just Yuri Animated with Audio visualizor wallpaper engine</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Just Yuri Animated with Audio visualizor wallpaper engine - Just Yuri Animated wallpaper with Vu meter audio visualizations for wallpaper engine.">
<meta property="og:title" content="Just Yuri Animated with Audio visualizor wallpaper engine">
<meta property="og:site_name" content="Just Yuri Animated with Audio visualizor wallpaper engine">
<meta property="og:url" content="https://justmonika.ml/just-yuri-audio-visualizor-wallpaper-engine.htm">
<meta property="og:description" content="Just Yuri Animated with Audio visualizor wallpaper engine - Just Yuri Animated wallpaper with Vu meter audio visualizations for wallpaper engine.">
<meta property="og:type" content="article">
<meta property="og:image" content="https://justmonika.ml/img/just-yuri-audio-visualizor-wallpaper-engine.png">
<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/just-yuri-audio-visualizor-wallpaper-engine.png" />
<meta name="twitter:image:alt" content="Just Yuri Animated with Audio visualizor wallpaper engine">
<!-- Google Plus markup -->
<meta itemprop="name" content="Just Yuri Animated with Audio visualizor wallpaper engine"/>
<meta itemprop="description" content="Just Yuri Animated with Audio visualizor wallpaper engine - Just Yuri Animated wallpaper with Vu meter audio visualizations for wallpaper engine."/>
<meta content="https://justmonika.ml/just-yuri-audio-visualizor-wallpaper-engine.html" itemprop="url"/>
<meta itemprop="image" content="https://justmonika.ml/img/just-yuri-audio-visualizor-wallpaper-engine.png"/>
<!-- 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-yuri-audio-visualizor-wallpaper-engine.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 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;
display: block;
}
.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;
display: block;
}
.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/menu_art_y.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/y_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/y_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;
}
</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 Yuri Animated with Audio visualizor wallpaper engine</h1><div style="height:20px"></div>
<span>Just Yuri Animated wallpaper with Vu meter audio visualizations for wallpaper engine.</span><br><br><br>
<div class="img-container">
<a class="btn" href="https://steamcommunity.com/sharedfiles/filedetails/?id=1402896144" alt="Just Talking Monika Wallpaper engine from steam workshop" title="Click here to download Just Talking Monika Wallpaper engine from steam workshop">Download from Steam Workshop</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="container">
<div class="img-previews">
<!-- <img class="img" src="./img/screenshot2.jpg" alt="Just Monika Screen Saver" title="Just Monika Screen Saver">-->
<iframe id="ytplayer" type="text/html" width="720" height="405" src="https://www.youtube.com/embed/qtb4B494A5M?modestbranding=1" frameborder="0" allowfullscreen></iframe>
</div>
<div class="description">
<h2 class="title">Features</h2><div style="height:20px"></div>
<ul>
<li>Audio Visualizations from VU Meter</li>
<li>Low GPU utilization</li>
<li>Blinking animation</li>
</ul>
<span>Please rate this if you find it of value. Thank you.</span><br>
</div>
</div>
</div>
<div class="img-container">
<a class="btn" href="https://justmonika.ml/just-yuri-screen-saver.html?utm_source=website" alt="Just monika screen saver" title="Click here for Just yuri screen saver">Just Yuri Screen Saver</a>
</div>
<div class="privacy">
<h1 class="title">Privacy Policy</h1><div style="height:20px"></div>
<span>This program does not store or transmit any sensitive or personal user data.</span><br>
</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>