-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhow.html
More file actions
243 lines (215 loc) · 9.43 KB
/
how.html
File metadata and controls
243 lines (215 loc) · 9.43 KB
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8" />
<title>Outdated Regime - Update your Regime</title>
<meta
name="description"
content="A time saving tool for developers. It detects outdated regimes and advises users to upgrade to a new, more peaceful version."
/>
<meta name="author" content="Inspired by the outdated browser notice designed by www.burocratik.com" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<!-- Sharing -->
<meta property="og:title" content="Outdated Regime" />
<meta
property="og:description"
content="A time saving tool for developers. It detects outdated regimes and advises users to upgrade to a new, more peaceful version."
/>
<meta property="og:url" content="..com/" />
<meta property="og:image" content="./public/files/pics/outdated-social.jpg" />
<meta property="og:site_name" content="Outdated Browser" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Outdated Browser" />
<meta
name="twitter:description"
content="A time saving tool for developers. It detects outdated regimes and advises users to upgrade to a new, more peaceful version."
/>
<meta property="og:image" content="./public/files/pics/outdated-social.jpg" />
<!-- Icons -->
<link rel="shortcut icon" href="./public/imgs/favicon.ico" />
<meta name="msapplication-TileColor" content="#f5b722" />
<meta name="msapplication-TileImage" content="./public/imgs/windows-title-288x288.png" />
<meta name="msapplication-square150x150logo" content="./public/imgs/id/windows-title-288x288.png" />
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7432916/6683412/css/fonts.css" />
<link rel="stylesheet" href="./public/scripts/outdatedBrowser.min.css" />
<link rel="stylesheet" href="./public/scripts/awards.css" />
<link rel="stylesheet" href="./public/scripts/mobile.min.css" />
<!--[if lte IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" type="text/css" href="./public/scripts/ie9-and-down.min.css" />
<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="./public/scripts/ie8-and-down.min.css" />
<![endif]-->
<script src="./public/scripts/modernizr-2.6.2.min.js"></script>
<noscript>
<style type="text/css">
.menu,
.newBrowser {
display: none;
}
.disabledJS {
display: block;
}
.c_browsers.hideBrowsers {
opacity: 1;
}
.browser .statistic,
.browser .download {
display: block;
opacity: 0;
margin-left: 0;
left: 0;
width: 100%;
}
.browser .download a {
max-width: 210px;
width: 80%;
}
.browser:hover .statistic,
.browser:hover .download {
opacity: 1;
}
</style>
</noscript>
</head>
<body class="noajax how">
<div class="menu">
<a data-effect="effect" class="btnCloseNav" aria-hidden="true"
>Close Navigation<span class="l1"></span><span class="l2"></span><span class="l3"></span
></a>
</div>
<div id="container" class="container effect">
<nav class="main_menu effect" role="navigation" aria-label="Site">
<span class="close"></span>
<ul>
<li class="lang-picker" aria-label="Choose a Language">
<a href="#">русский<span class="lang-arrow"></span></a>
<ul>
<li><a href="./en">English</a></li>
</ul>
</li>
<li>
<a class="btnAjax" href="index.html" data-title="" data-url="">HOMEPAGE</a
><span class="menu_overlay"></span>
</li>
<li>
<a class="btnAjax" href="project.html" data-title="THE PROJECT" data-goatcounter-click="project">THE PROJECT</a
><span class="menu_overlay"></span>
</li>
<li>
<a class="btnAjax active" href="how.html" data-title="HOW TO USE IT" data-goatcounter-click="how">HOW TO USE IT</a
><span class="menu_overlay active"></span>
</li>
<li>
<a href="https://github.com/outdatedregime/change" rel="external" data-goatcounter-click="github"
><span>GITHUB PAGE</span></a
><span class="menu_overlay"></span>
</li>
</ul>
</nav>
<div class="pusher">
<div class="loadContent current">
<div id="content" class="how">
<div id="preload" aria-hidden="true">
<img src="./public/files/pics/how-finder.png" alt="" />
<img src="./public/files/pics/how-sublime-step1.png" alt="" />
<img src="./public/files/pics/how-sublime-step2.png" alt="" />
</div>
<div class="inner">
<!-- HEADER -->
<header class="title" role="banner">
<h3>HOW TO USE IT</h3>
<div class="social">
<h3>Share</h3>
<ul class="socialcount" data-url="https://outdatedregime.github.io/change/index.html">
<li class="twitter">
<a
href="https://twitter.com/intent/tweet?text=A time saving %23tool for %23developers. It detects %23outdated %23regimes and advises users to %23upgrade to a new version&url=./en"
title="Share on Twitter"
class="twt"
></a>
</li>
<li class="facebook">
<a
href="https://outdatedregime.github.io/change/index.html"
title="Share on Facebook"
class="fb"
></a>
</li>
</ul>
</div>
<!-- end HEADER -->
</header>
<div id="da-slider" class="da-slider">
<div id="how01" class="da-slide download">
<div class="da-txt">
<h2>
Add regimechange.js <br />
to your project <br />
</h2>
<p class="desc">Place this code andywhere in the </head></head> or </body></body>: <br /> <br />
<script src="https://outdatedregime.github.io/change/regimechange.js"></script>
</p>
</div>
<div class="da-img">
<img src="./public/files/pics/how-sublime-step1.png" alt="" height="580px" />
</div>
<div id="step2" style="display: none"><script src="https://outdatedregime.github.io/change/regimechange.js"></script></div>
</div>
<div id="how02" class="da-slide callPlugin">
<div class="da-txt">
<h2>
Call the <br />
Plugin and <span><img src="./public/imgs/btn-check.png" height="98px" alt="done" /></span>
</h2>
<p class="desc">
From now on, any user with an old russian regime installed will be redirected to this page.<br /><br />
If you like this project, share it with the world!
</p>
</div>
<div class="da-img">
<img src="./public/files/pics/about-how-browser-outdated.png" alt="" height="580px" />
</div>
</div>
<nav class="da-arrows">
<span class="da-arrows-prev"></span>
<span class="da-arrows-next"></span>
</nav>
</div>
<!-- end .inner -->
</div>
<!-- end .loadContent -->
</div>
<!-- end #content -->
</div>
<div class="loadContent next">
<!-- end .loadContent -->
</div>
</div>
<!-- end .container -->
</div>
<!-- KEEP CALM MESSAGE -->
<div class="keep_calm" aria-hidden="true">
<p class="center">
keep calm <br /><span class="xs">this is a tool for</span>desktop<br /><span class="xs">not</span> mobile
devices
</p>
<p class="close">Close</p>
</div>
<!-- ============= SCRIPTS ============= -->
<script src="./public/scripts/jquery-1.10.1.min.js"></script>
<script src="./public/scripts/outdatedBrowser.min.js"></script>
<script src="./public/scripts/xDomainRequest.js"></script>
<!--[if !IE]><!-->
<script type="text/javascript" src="./public/scripts/main.min.js"></script>
<!--<![endif]-->
<!--[if gte IE 9]>
<script type="text/javascript" src="./public/scripts/main.min.js"></script>
<![endif]-->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</body>
</html>