-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathen.html
270 lines (268 loc) · 10.9 KB
/
en.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="canonical" href="https://2018.bloomca.me/">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic|PT+Sans+Caption:700,400|Source+Sans+Pro:400|Raleway:300" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./style.css" />
<title>Websites in 2018</title>
<meta name="author" content="Seva Zaikov">
<meta name="description" content="Example of bloated website in 2018">
<meta name="keywords" content="modern bloated website, websites in 2018, seva zaikov, bloomca">
<meta property="og:title" content="Websites in 2018" />
<meta property="og:description" content="Example of bloated website in 2018" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://2018.bloomca.me/en" />
<meta property="og:image" content="https://2018.bloomca.me/twitter_summary_en.jpg" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@blooomca">
<meta name="twitter:creator" content="@blooomca">
<meta name="twitter:title" content="Websites in 2018">
<meta name="twitter:description" content="Example of bloated website in 2018">
<meta name="twitter:image" content="https://2018.bloomca.me/twitter_summary_en.jpg">
</head>
<body>
<div id="start-mobile-app">
<h1 class="start-title">
Mobile Websites in 2018
</h1>
<button id="start-mobile-btn" class="btn">
Start
</button>
<div class="footer">
Original idea from telegram channel <a href="https://t.me/uxlive/6571" target="_blank">uxlive</a>.
<br />
Author – <a href="https://blog.bloomca.me/about" target="_blank">Seva Zaikov</a> (<a href="https://github.com/Bloomca/website-in-2018" target="_blank">source code</a>)
<br />
</div>
</div>
<div id="start-app">
<h1 class="start-title">
Websites in 2018
</h1>
<button id="start-btn" class="btn">
Start
</button>
<div class="footer" style="font-size: 120%;">
Original idea from telegram channel <a href="https://t.me/uxlive/6571" target="_blank">uxlive</a>.
<br />
Author – <a href="https://blog.bloomca.me/about" target="_blank">Seva Zaikov</a> (<a href="https://github.com/Bloomca/website-in-2018" target="_blank">source code</a>)
<br />
</div>
</div>
<div id="mobile-application" style="display: none;">
<h1>
We have mobile applications:
</h1>
<div style="text-align: center;">
<img src="./apple_store.svg" class="mobile-badge" />
<img src="./google_play.png" class="mobile-badge" style="position: relative; top: 9px;" />
</div>
<div id="mobile-application-btn">
Continue with web
</div>
</div>
<div id="loader" class="loader-container" style="display: none">
<div class="loader-wrapper"><img class="loader" src="./spinner.gif" /></div>
</div>
<div id="notification" style="display: none">
<div class="notification">
<p class="notification-text">
2018.websites wants to
</p>
<p style="position: relative; left: 5px; margin-top: 10px; font-size: 90%;margin-bottom: 15px;">
<img src="./notifications.png" class="notification-icon" />
Show notifications
</p>
<div class="notification-choices">
<button id="no-notifications-btn">
Block
</button>
<button id="yes-notifications-btn">
Allow
</button>
</div>
</div>
</div>
<div id="cookies" style="display: none;">
<div class="cookies">
<h1 class="cookies-title">
We Respect Your Privacy
</h1>
<p class="cookies-text">
We use cookie-files to distinguish you from other users. It allows us to provide you a better exprience, and gives opportunities to improve it even more. In order to continue using our service, you have to accept our usage of cookie-files.
</p>
<p class="cookies-text">
If you want to learn more, please take a look at our <a href="#">Terms and Conditions</a> and <a href="#a">Cookies Policy</a>.
</p>
<button id="cookies-btn" class="btn cookies-btn">
Accept
</button>
</div>
</div>
<div id="age-verification" style="display: none;">
<div class="choice-container">
<div class="choice">
<h2>
Are you 18 or more years old?
</h2>
<div>
<button id="yes-age-verification-btn" class="choice-btn">
Yes
</button>
<button id="no-age-verification-btn" class="choice-btn">
No
</button>
</div>
</div>
</div>
<div style="display: none">
<input placeholder="день" />
<input placeholder="месяц" />
<input placeholder="год" />
<button>
Send
</button>
</div>
</div>
<div id="restrict-age" class="container" style="display: none">
<h1>You Can't Visit This Website</h1>
<p>
According to the California Law §28, Hague Convention and Maritime Law, we can't show the content of this website to people who have not reached 18 years age.
</p>
<div class="footer">
Original idea from telegram channel <a href="https://t.me/uxlive/6571" target="_blank">uxlive</a>.
<br />
Author – <a href="https://blog.bloomca.me/about" target="_blank">Seva Zaikov</a> (<a href="https://github.com/Bloomca/website-in-2018" target="_blank">source code</a>)
<br />
</div>
</div>
<div id="subscribe" style="display: none;">
<div class="subscription-container">
<div class="subscription">
<img id="close-subscribe-btn" class="subscription-close" src="./cancel.png" />
<img class="subscription-icon" src="./message.png" />
<h1>
Subscribe to Our Newsletter
</h1>
<p class="subscription-text">
Do you want to receive our news and best offers first? We will send you interesting info every week, without spam, and will never sell or give your email address to someone else.
</p>
<input class="subscription-input" placeholder="Your email" />
<button class="btn" id="yes-subscribe-btn" style="display: inline-block;">
Subscribe
</button>
</div>
</div>
</div>
<div id="block-material" class="container" style="display: none;">
<h1>
Please Disable Your Adblock
</h1>
<p>
Advertisement is our main revenue source. We always try to do our best so that you can use our website for free, and it would be wonderful, if you whitelist our site from your adblock.
</p>
<p style="margin-bottom: 60px;">
We also don't like ads, but our mission is to provide this service to the biggest amount of people possible, and it is possible only when we are free. Unfortunately, it is impossible without advertisements.
</p>
<button id="block-material-btn" class="btn">
Got it
</button>
</div>
<div id="donate" class="container" style="display: none;">
<h1>Donate</h1>
<p>
Our website is financially independent – nobody influences us on what and how we are working. We don't spread words of our investors or owners, because there is nobody behind us. And unlike many others, we haven’t put up a paywall as it is extremely important for us to keep everything free and accessible to everyone.
</p>
<p style="margin-bottom: 60px;">
Unfortunately, revenue from advertising is falling, so we increasingly need contributions from our users to continue on what we are doing. By donating to us, not only you help this service, but others as well, and the whole open web at all. Thanks for being with us.
</p>
<button id="donate-btn" class="btn">
Got it
</button>
</div>
<div id="consultant" style="display: none;">
Ирина, консультант
<div>
Здравствуйте, чем могу помочь?
<div id="close-consultant-btn">x</div>
<input />
<button id="send-consultant-btn">
Отправить
</button>
</div>
</div>
<div id="search-results" style="display: none;">
<div class="choice-container">
<div class="choice">
<h2>
Did you find what you were looking for?
</h2>
<div>
<button id="yes-search-results" class="choice-btn">
Yes
</button>
<button id="no-search-results" class="choice-btn">
No
</button>
</div>
</div>
</div>
</div>
<div id="wrong" style="display: none">
<h1>
Something Went Wrong
</h1>
<p style="text-align: center; margin: 50px 0; font-size: 18px;">
Our wonderful team already knows about the problem and is working hard on it. We apologize for any inconvenience!
</p>
<button class="btn" id="wrong-button">
Sad story :(
</button>
<div class="recommend">
<h3>
How likely will you recommend our product to your friends, colleagues and relatives?
</h3>
<div class="recommend-circles">
<div class="recommend-circle" id="recommend-1">1</div>
<div class="recommend-circle" id="recommend-2">2</div>
<div class="recommend-circle" id="recommend-3">3</div>
<div class="recommend-circle" id="recommend-4">4</div>
<div class="recommend-circle" id="recommend-5">5</div>
<div class="recommend-circle" id="recommend-6">6</div>
<div class="recommend-circle" id="recommend-7">7</div>
<div class="recommend-circle" id="recommend-8">8</div>
<div class="recommend-circle" id="recommend-9">9</div>
<div class="recommend-circle" id="recommend-10">10</div>
</div>
</div>
</div>
<div id="finish" class="container" style="display: none;">
<h1>
You made it!
</h1>
<p>
Of course, it is not that bad, and there are plenty of good, fast and responsive websites, which are not bloated with unnecessary information and poorly working widgets.
</p>
<p>
Maybe somebody will think why is it so and what can we do to avoid it in the future to improve web experience.
</p>
<div class="footer">
Original idea from telegram channel <a href="https://t.me/uxlive/6571" target="_blank">uxlive</a>.
<br />
Author – <a href="https://blog.bloomca.me/about" target="_blank">Seva Zaikov</a> (<a href="https://github.com/Bloomca/website-in-2018" target="_blank">source code</a>)
<br />
</div>
</div>
<script src="./client.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127958415-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127958415-1');
</script>
</body>
</html>