-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpartner.html
363 lines (310 loc) · 13 KB
/
partner.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.4"/>
<title>Wreck This Journal</title>
<link rel="stylesheet" type="text/css" media="all" href="css/load.css">
<link rel="stylesheet" type="text/css" media="all" href="css/hand.css">
<link rel="shortcut icon" href="img/ks.jpeg" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/start.css">
<link rel="stylesheet" href="css/hover.css">
<link href="css/default.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/animations.css">
<link rel="stylesheet" href="css/global.css">
<script type="text/javascript" src="js/jquery-1.11.3.js"></script>
<script src="js/index.js"></script>
<!--Загрузочный экран-->
<script type="text/javascript">
$(document).ready(function(){
$('.screen, .loading').fadeIn(400);
$(window).load(function(){
$('.screen, .loading').fadeOut(4000);
});
});
</script>
<!--Плавный якорь-->
<script >
$(document).ready(function() {
$('a[href^="#"]').click(function(){
var el = $(this).attr('href');
$('body').animate({
scrollTop: $(el).offset().top}, 1800);
return false;
});
});
</script>
<style>
body{
max-width: 1024px;
min-width: 480px;
}
input:focus{
outline: none;
}
@font-face {
font-family: Moom;
src: url(fonts/Moonchild_Normal.ttf);
}
@font-face {
font-family: RisBold;
src: url(fonts/TkachenkoSketch4F-Bold.otf);
}
@font-face {
font-family: Etude;
src: url(fonts/Etude.ttf);
}
@font-face {
font-family: Firenight;
src: url(fonts/Firenight-Regular.otf);
}
@font-face {
font-family: BeerMoney;
src: url(fonts/beer_money.ttf);
}
a{
color: #000000;
text-decoration: none;
}
.screen,
.loading {
display: none;
position: absolute;
margin: auto;
}
.screen {
width: 100%;
height: 100%;
opacity: 1;
filter: alpha(opacity=100);
z-index: 9997;
background-image: url("img/01.jpg");
left:0;
top:0;
}
.loading {
left: 35%;
top: 30%;
z-index: 9999;
padding: 10px 10px;
}
</style>
</head>
<body>
<!--Загрузочный экран-->
<div class="screen"></div>
<div class="loading">
<div id="spinningTextG">
<div id="spinningTextG_1" class="spinningTextG">З</div>
<div id="spinningTextG_2" class="spinningTextG">А</div>
<div id="spinningTextG_3" class="spinningTextG">Г</div>
<div id="spinningTextG_4" class="spinningTextG">Р</div>
<div id="spinningTextG_5" class="spinningTextG">У</div>
<div id="spinningTextG_6" class="spinningTextG">З</div>
<div id="spinningTextG_7" class="spinningTextG">К</div>
<div id="spinningTextG_8" class="spinningTextG">А</div>
<div id="spinningTextG_9" class="spinningTextG">.</div>
<div id="spinningTextG_10" class="spinningTextG">.</div>
<div id="spinningTextG_11" class="spinningTextG">.</div>
</div>
<!--Рука-->
<div class="cssload-loading" style="margin-top: 60px; margin-left: -80px">
<div class="cssload-finger cssload-finger-1">
<div class="cssload-finger-item">
<span></span><i></i>
</div>
</div>
<div class="cssload-finger cssload-finger-2">
<div class="cssload-finger-item">
<span></span><i></i>
</div>
</div>
<div class="cssload-finger cssload-finger-3">
<div class="cssload-finger-item">
<span></span><i></i>
</div>
</div>
<div class="cssload-finger cssload-finger-4">
<div class="cssload-finger-item">
<span></span><i></i>
</div>
</div>
<div class="cssload-last-finger">
<div class="cssload-last-finger-item"><i></i></div>
</div>
</div>
</div>
<!--Параллакс бэкграунд и панель навигации-->
<div class="b-page b-page_holiday-face b-page_holiday-bg_2" style="position: absolute; z-index: 1;" >
<div data-id="1" class="holiday-face holiday-face_parallax">
<div data-offset="50" class="holiday-face__item holiday-face__item_4"></div>
<div class="center">
<div class="divNavBar">
<table class="center" style="margin-top: 3%">
<tr>
<td><a href="index"><p class="hvr-wobble-horizontal expandUp " style="padding-right: 10px; margin-top: 60px">О Блокноте</p></a></td>
<td><p class="pNav" style="margin-top: 60px">|</p></td>
<td><a href="order"><p class="hvr-rotate expandUp " style="padding-left: 10px;padding-right: 10px ; margin-top: 60px">Заказать </p></a></td>
<td><p class="pNav" style="margin-top: 60px">|</p></td>
<td><a href="reviews"><p class="hvr-bounce-in expandUp " style="padding-left: 10px;padding-right: 10px ;margin-top: 60px">Отзывы</p></a></td>
<td><p class="pNav" style="margin-top: 60px">|</p></td>
<td><a href="partners"><p class="hvr-buzz-out expandUp floating" style="padding-left: 10px;padding-right: 10px ;margin-top: 60px">Партнерам</p></a></td>
</tr>
</table>
<table class="center " style="margin-top: -15%">
<tr>
<td><img class="bigEntrance tossing" src="img/arrowpointer.png" style="margin-left: -120px; margin-top: -50px"></td>
<td><img class="loopArr bigEntrance tossing" src="img/loopArrow.png" style="margin-left: 460px; margin-top: 10px" ></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="center ">
<table style="margin-top: -0.5%">
<tr>
<td><a href="#discript" ><img src="img/arrowDown.png" width="260px" height="320px" class="arrowRotate bigEntrance"></a></td>
<td><img src="img/wtj.png" width="270px" height="270px" class="logoRotate slideLeft"></td>
</tr>
</table>
</div>
<!--Выезжающий лист-->
<script>
var myFlag = true;
$(document).ready(function(){
$('#slideSheet').click(function(){
if(myFlag){
$(this).removeClass('squareSheet');
$(this).addClass('click');
myFlag = false;
}else{
$(this).removeClass('click');
$(this).addClass('squareSheet');
myFlag = true;
}
});
});
</script>
<div id="slideSheet" style="max-width: 340px; height: 600px; margin: 20% 32% auto; margin-top: 320px" class="squareSheet">
<table style="margin-left: 10%; margin-top: 40px; width: 335px; border-spacing: 0px 0px 0px 0px">
<tr>
<td><img src="img/phoneIcon.png" width="34px"></td>
<td><p class="p18BeerMoney" style="margin-left: -40px">КОНТАКТЫ</p></td>
</tr>
<tr >
<td ><p class="p15BeerMoney" style="margin-top: -16px">Борис:</p></td>
<td><a href="tel:8-953-732-38-09"><p class="p15BeerMoney zoomPhoneNumber" style="margin-left: -32px; margin-top: -16px">8 953 732 38 09</p></a></td>
<tr>
<td><p class="p15BeerMoney" style="margin-top: -16px">@email:</p></td>
<td><a href="[email protected]" ><p class="p15BeerMoney zoomPhoneNumber" style="margin-left: -32px; margin-top: -16px">[email protected]</p></a></td>
</tr>
</tr>
</table>
</div>
<div class="divBreakSheet" >
<div class="divContent">
<script>
$(window).scroll(function() {
$('#aboveSlider').each(function(){
var imagePos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (imagePos < topOfWindow+500) {
$(this).addClass("hatch");
}
});
});
</script>
<div id="aboveSlider">
<img src="img/arrowAboveSlider.png" width="130px" style="margin-top: 120px; margin-left: 10%" class="tossing">
<img src="img/toTheForm.png" width="130px" style="margin-top: 120px; margin-left: 15%" class="tossing">
</div>
<br><br>
<!--Стрелка-->
<script>
$(window).scroll(function() {
$('#underSlider').each(function(){
var imagePos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (imagePos < topOfWindow+500) {
$(this).addClass("hatch");
}
});
});
</script>
<div style="margin-top: -15%; margin-left: 40%" id="underSlider"><img src="img/arrowAboveTheOpis.png" width="160px" class="tossing"></div>
</div>
<!--Скрипты для появления стрелок-->
<script>
$(window).scroll(function() {
$('#underOpis').each(function(){
var imagePos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (imagePos < topOfWindow+500) {
$(this).addClass("hatch");
}
});
$('#firstSliderArrow').each(function(){
var imagePos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (imagePos < topOfWindow+500) {
$(this).addClass("hatch");
}
});
$('#secondSliderArr').each(function(){
var imagePos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (imagePos < topOfWindow+500) {
$(this).addClass("hatch");
}
});
$('#thirdSliderArr').each(function(){
var imagePos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (imagePos < topOfWindow+500) {
$(this).addClass("hatch");
}
});
$('#thirdSliderArr1').each(function(){
var imagePos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (imagePos < topOfWindow+500) {
$(this).addClass("hatch");
}
});
});
</script>
<div style="margin-left: 30%; margin-bottom: -160px" id="underOpis"><img src="img/arrowUnderOpis.png" width="120px" class="tossing"></div>
<div style="margin-left: 55%; margin-bottom: -40px; margin-top: 140px; margin-bottom: -180px" id="firstSliderArrow"><img src="img/firstSliderArrow.png" width="140px" class="tossing"></div>
<table style="width: 800px; margin: auto">
<tr>
<td id="secondSliderArr"><img src="img/secondSliderArrow.png" width="110px" class="secondSliderArrow tossing"></td>
</tr>
<!--Стрелка-->
<tr>
<td id="thirdSliderArr"><img src="img/thirdSliderArrow.png" width="110px" class="thirdSliderArrow tossing"></td>
<td id="thirdSliderArr1"><img src="img/thirdSliderArrow2.png" width="130px" class="thirdSliderArrow1 tossing"></td>
</tr>
</table>
</div>
<br>
<!--Футер
<div class="foot">
<div style="max-width:800px; margin: auto">
<table style="margin-top: 30px; margin-bottom: 30px; ">
<tr>
<td style="width: 10%"><a><img src="img/VKIcon.png" width="64px" class="rounding"></a></td>
<td style="padding-left: 3%; width: 10%"><a><img src="img/inst.png" width="64px" class="rounding"></a></td>
<td style="padding-left: 3%; width: 10%"><a><img src="img/FB.png" width="64px" class="rounding"></a></td>
<td style="padding-left: 3%; width: 10%"><a><img src="img/Odnoklasniki.png" width="64px" class="rounding"></a></td>
<td style="padding-left: 3%; width: 10%"><a><img src="img/youtube.png" width="64px" class="rounding"></a></td>
<td style="padding-left: 3%; width: 50%"><a href="http://vk.com/id272532517"><img src="img/pasheborsLaba.png" width="120px" style="margin-left: 200px; float: right"></a></td>
</tr>
</table>
</div>
</div>-->
</div>
</div>
</body>
</html>