-
Notifications
You must be signed in to change notification settings - Fork 0
/
landingstartbuttons.html
154 lines (154 loc) · 8.08 KB
/
landingstartbuttons.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
<!DOCTYPE html>
<html>
<head>
<link href="./img/favicon.png" rel="shortcut icon"/>
<meta charset="utf-8"/>
<meta content="width=1280, maximum-scale=1.0" name="viewport"/>
<link href="./css/landingStartbuttons.css" rel="stylesheet" type="text/css"/>
<meta content="Launchpad by Anima" name="author">
</meta>
</head>
<body style="margin: 0;
background: rgba(255, 255, 255, 1.0);">
<input id="anPageName" name="page" type="hidden" value="landingstartbuttons"/>
<div class="landingstartbuttons">
<div style="width: 1280px; height: 100%; position:relative; margin:auto;">
<img anima-src="./img/landing---startbuttons-bitmap.png" class="bitmap" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
<img anima-src="./img/landing---startbuttons-rectangle-copy.png" class="rectanglecopy" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
<div class="group">
<img anima-src="./img/[email protected]" class="btn-view" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
<div class="u0432u044bu0431u0440u0430u0442u044cu044fu0437u044bu043au0434u043bu044fu0438u0437u0443">
ВЫБРАТЬ ЯЗЫК ДЛЯ ИЗУЧЕНИЯ
</div>
</div>
<div class="lingualeou2014u0438u0437u0443u0447u0430u0439u043b">
Lingualeo — изучай любой из 50 языков мира вместе с нами!
</div>
<div class="u041fu0440u0438u0441u043eu0435u0434u0438u043du044fu0439u0441u044f">
Присоединяйся!
</div>
<div class="theworldisyours">
The World is Yours!
</div>
<div class="head">
<img anima-src="./img/landing---startbuttons-bg.png" class="bg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
<div class="u0411u044bu0441u0442u0440u0430u044fu0440u0435u0433u0438u0441u0442u0440u0430u0446u0438u044f">
<div class="bg1">
</div>
<div class="u0412u043eu0439u0442u0438">
Войти
</div>
</div>
<div class="language">
<div class="changelanguage">
<div class="ru">
RU
</div>
<img anima-src="./img/[email protected]" class="icon" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
<img anima-src="./img/[email protected]" class="icon1" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
</div>
</div>
<img anima-src="./img/landing---start-1-logo.png" class="logo" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
</div>
<div class="ud83cudf0e">
🌎
</div>
<div class="group2">
<div class="rectangle">
</div>
<img anima-src="./img/[email protected]" class="rectanglecopy1" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
<div class="u2190">
←
</div>
<img anima-src="./img/[email protected]" class="rectanglecopy2" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
<div class="rectangle1">
</div>
<img anima-src="./img/[email protected]" class="bitmap1" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
<div class="u0424u0435u0441u0442u0438u0432u0430u043bu044cu043au0440u0430u0441u043eu043au2014u0425">
Фестиваль красок — Холи (Раджастан, Индия)
</div>
<div class="u2192">
→
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script>
anima_isHidden = function(e) {
if (!(e instanceof HTMLElement)) return !1;
if (getComputedStyle(e).display == "none") return !0; else if (e.parentNode && anima_isHidden(e.parentNode)) return !0;
return !1;
};
anima_loadAsyncSrcForTag = function(tag) {
var elements = document.getElementsByTagName(tag);
var toLoad = [];
for (var i = 0; i < elements.length; i++) {
var e = elements[i];
var src = e.getAttribute("src");
var loaded = (src != undefined && src.length > 0 && src != 'data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
if (loaded) continue;
var asyncSrc = e.getAttribute("anima-src");
if (asyncSrc == undefined || asyncSrc.length == 0) continue;
if (anima_isHidden(e)) continue;
toLoad.push(e);
}
toLoad.sort(function(a, b) {
return anima_getTop(a) - anima_getTop(b);
});
for (var i = 0; i < toLoad.length; i++) {
var e = toLoad[i];
var asyncSrc = e.getAttribute("anima-src");
e.setAttribute("src", asyncSrc);
}
};
anima_pauseHiddenVideos = function(tag) {
var elements = document.getElementsByTagName("video");
for (var i = 0; i < elements.length; i++) {
var e = elements[i];
var isPlaying = !!(e.currentTime > 0 && !e.paused && !e.ended && e.readyState > 2);
var isHidden = anima_isHidden(e);
if (!isPlaying && !isHidden && e.getAttribute("autoplay") == "autoplay") {
e.play();
} else if (isPlaying && isHidden) {
e.pause();
}
}
};
anima_loadAsyncSrc = function(tag) {
anima_loadAsyncSrcForTag("img");
anima_loadAsyncSrcForTag("iframe");
anima_loadAsyncSrcForTag("video");
anima_pauseHiddenVideos();
};
var anima_getTop = function(e) {
var top = 0;
do {
top += e.offsetTop || 0;
e = e.offsetParent;
} while (e);
return top;
};
anima_loadAsyncSrc();
anima_old_onResize = window.onresize;
anima_new_onResize = undefined;
anima_updateOnResize = function() {
if (anima_new_onResize == undefined || window.onresize != anima_new_onResize) {
anima_new_onResize = function(x) {
if (anima_old_onResize != undefined) anima_old_onResize(x);
anima_loadAsyncSrc();
};
window.onresize = anima_new_onResize;
setTimeout(function() {
anima_updateOnResize();
}, 3000);
}
};
anima_updateOnResize();
setTimeout(function() {
anima_loadAsyncSrc();
}, 200);
</script>
<!-- End of Scripts -->
</body>
</html>