-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlesson1.html
404 lines (351 loc) · 14.1 KB
/
lesson1.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
398
399
400
401
402
403
404
<!DOCTYPE html>
<html>
<head>
<title>Шаг вперед</title>
<meta charset="utf-8">
<meta name="viewport" content="width=792, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="shower/themes/ribbon/styles/screen.css">
<script src="jquery/2.0.3.js"></script>
<script src="jquery/easing.js"></script>
<!--
To apply styles to the certain slides
set slide ID to get needed elements
-->
<style>
#Cover h2 {
margin:30px 0 0;
color:#FFF;
text-align:center;
font-size:70px;
}
#Cover p {
margin:10px 0 0;
text-align:center;
color:#FFF;
font-style:italic;
font-size:20px;
}
#Cover p a {
color:#FFF;
}
#Picture h2 {
color:#FFF;
}
#SeeMore h2 {
font-size:100px
}
#SeeMore img {
width:0.72em;
height:0.72em;
}
.light_blue {color: #a5a9ff !important}
.question {color: #ff8868 !important}
</style>
</head>
<body class="list">
<header class="caption">
<h1>Делая шаг вперед.</h1>
<p>для Epic Skills</p>
</header>
<section class="slide cover" id="Cover">
<div>
<h2 style="color:#b5b7ff; margin:-70px 0 0 -750px">jQuery</h2>
<h2 style="margin-left:-250px">Один большой шаг вперед</h2>
<p class="light_blue note">по мотивам фильма "Ямакаси: Свобода в движении" от Люка Бессона</p>
<img src="pictures/lesson1/main.jpg" alt="main image">
</div>
</section>
<section class="slide shout"><div>
<h2><p class="light_blue">первое знакомство</p></h2>
</div></section>
<section class="slide shout"><div>
<h2><p class="light_blue">Будь активным,</p><p class="light_blue next"> но терпеливым.</p></h2>
</div></section>
<section class="slide cover"><div>
<h2><b style="color:#fff; font-size: 5ex; letter-spacing: 10px">WWW</b></h2>
<img src="pictures/lesson1/www.jpg">
</div></section>
<section class="slide"><div>
<p><h2><b class="light_blue">W</b>orld <b class="light_blue">W</b>ide <b class="light_blue">W</b>eb</h2></p>
</div></section>
<section class="slide"><div>
<div style="width:30%; height:15%; background-color: #a5a9ff; position: absolute; top:35%; left:15%">
<p style="color:#fff">прямоугольник</p>
</div>
<div id="orange" style="width:25%; height:25%; background-color: #ffc40f; position: absolute; bottom:15%; right:15%; opacity: .5"></div>
<script>
$("#orange").click(function () {
$(this).animate({right:"65%", bottom:"55%"}, 5000, "easeOutBounce");
});
</script>
</div></section>
<section class="slide shout">
<div>
<h2><p class="light_blue"><b class="next">интер'</b>активный</p></h2>
</div>
</section>
<section class="slide"><div>
<h2>интерактивный</h2>
<div>
<figure>
<blockquote>
<p>
(от англ. interaction — «взаимодействие») — <b class="light_blue">диалоговый</b>, осуществляющий взаимодействие между человеком и компьютером.
</p>
</blockquote>
<figcaption>
Энциклопедический словарь
</figcaption>
</figure>
</div>
</div></section>
<section class="slide shout">
<div>
<h2><p class="light_blue">идет на контакт</p></h2>
</div>
</section>
<section class="slide shout">
<div>
<h2><p class="light_blue">$(Пример)</p></h2>
</div>
</section>
<section class="slide cover">
<div>
<img src="pictures/lesson1/intro.jpg" alt="main image">
</div>
</section>
<section class="slide cover">
<div>
<img src="pictures/lesson1/html.jpg">
</div>
</section>
<section class="slide cover">
<div>
<img src="pictures/lesson1/css.jpg">
</div>
</section>
<section class="slide cover">
<div>
<img src="pictures/lesson1/jquery.jpg">
</div>
</section>
<section class="slide shout">
<div>
<h2 class="light_blue" id="magic" style="position:relative; width:100%; height:100%"><b id="jquery" style="position: absolute; left:50%; top:25%">$</b><b id="to_show" style="display: none; position: absolute; left:50%; top:25%; width:100%"> == магия</b></h2>
<script>
$("#magic").hover(
function () {
$("#jquery").animate({left:"25%"}, 700);
$("#to_show").fadeIn(200).animate({left:"18%"}, 500);
},
function () {
$("#jquery").animate({left:"50%"}, 700);
$("#to_show").animate({left:"50%"}, 500).fadeOut(200);
});
</script>
</div>
</section>
<section class="slide shout">
<div>
<h2>DOCUMENT</h2>
<p class="next light_blue">Пропускной пункт.</p>
</div>
</section>
<section class="slide cover">
<div>
<img src="pictures/lesson1/page.jpg">
</div>
</section>
<section class="slide cover">
<div>
<img src="pictures/lesson1/DOM.jpg">
</div>
</section>
<section class="slide cover">
<div>
<img src="pictures/lesson1/RDOM.jpg">
</div>
</section>
<section class="slide cover">
<div>
<img src="pictures/lesson1/RDOMNodes.jpg">
</div>
</section>
<section class="slide cover">
<div>
<h2 style="color:#fff; letter-spacing: 5px">ELEMENTS</h2>
<img src="pictures/lesson1/elements.jpg">
</div>
</section>
<section class="slide">
<div>
<p><html>, <head>, <body></p>
<p class="next"><title>, <meta>, <link>, <style></p>
<p class="next"><div>, <a>, <p>, <span>, <section>, <article>, <figure>, <figcaption> ...</p>
<p class="next"><mark><script></mark></p>
</div>
</section>
<section class="slide shout">
<div>
<h2>CODE</h2>
</div>
</section>
<section class="slide">
<div>
<pre>
<code><!doctype html></code>
<code> <<b>html</b>></code>
<code> <head>..</head></code>
<code> <body></code>
<code class="next"> <<mark>script <mark class="important">src</mark>="<b class="light_blue">jquery.js</b>"></script</mark>></code>
<code class="next" style="color:#2ed510"> <<mark>script</mark>></code>
<b class="next light_blue">// Место для использования магии.</b>
<code class="next" style="color:#2ed510"> </<mark>script</mark>></code>
<code> </body></code>
<code> </<b>html</b>></code>
</pre>
</div>
</section>
<section class="slide shout">
<div>
<h2 class="light_blue">..всего-лишь дунуть и</h2>
</div>
</section>
<section class="slide shout">
<div>
<h2 class="light_blue">Постой, всему свое время</h2>
<p class="next light_blue">.. и для магии тоже!</p>
</div>
</section>
<section class="slide">
<div>
<pre>
<code>$( document ).ready(function() {</code>
<code class="light_blue"> //А вот теперь можно!</code>
<code>});</code>
</pre>
<h2 class="question"><b class="next">Ничего не понимаю.</b> <b class="next">Но как это работает?</b></h2>
</div>
</section>
<section class="slide shout">
<div>
<h2>Будь в потоке!</h2>
</div>
</section>
<section class="slide">
<div>
<code>$</code>
<em class="next">(</em>
<code class="next">document</code>
<em class="next">)</em>
<em class="next">.</em>
<code class="next">ready</code>
<em class="next">(</em>
</br>
<code class="next">function () {</code>
</br>
<em class="next">// ваш код</em>
</br>
<code class="next">}</code>
</br>
<em class="next">)</em>
<em class="next">;</em>
</div>
</section>
<section class="slide shout">
<div>
<h2>Осознавай действия!</h2>
</div>
</section>
<section class="slide">
<div>
<pre>
<code>Магия -> <mark>$</mark></code>
<code class="next">Найди пожалуйста документ -> <mark>document</mark></code>
<code class="next">А знаешь что, магия, приготовься сделать еще кое-что -> <mark>.</mark></code>
<code class="next">Дождись, пока то, что ты нашла </br>завершит свое построение -> <mark>ready</mark></code>
<code class="next">Как только этот момент настанет, </br>выполни следующие инструкции -> <mark>function () { .. }</mark></code>
<code class="next">На этом, магия, ты можешь быть свободна. Благодарю! -> <mark>;</mark></code>
</br>
<p class="next"><code><mark>$(document).ready(function () { .. });</mark></code></p>
</pre>
</div>
</section>
<section class="slide shout">
<div>
<h2 class="light_blue">Вежливость - <b class="next">залог успеха.</b></h2>
<p class="next light_blue">.. не только в программировании.</p>
</div>
</section>
<section class="slide shout cover">
<div>
<h2 style="color:#fff">Тренировка!</h2>
<img src="pictures/lesson1/training.jpg">
</div>
</section>
<section class="slide shout">
<div>
<h2>Моменты откровений!</h2>
</div>
</section>
<section class="slide">
<div>
<pre>
<code>Магия -> <mark>$</mark></code>
<code class="next">Найди пожалуйста все code элементы, </br>у родителя с классом "active" -> <mark>".active code"</mark></code>
<code class="next">А после этого, пусть все они исчезнут быстро, </br>ага -> <mark>.slideUp("fast")</mark></code>
<code class="next">После этого, </br>поменяй цвет текста -> <mark>.css("color", "#187fff")</mark></code>
<code class="next">А после, покажи их за 3 секунды -> <mark>.fadeIn(3000)</mark></code>
<code class="next">На этом, магия, ты можешь быть свободна. Благодарю! -> <mark>;</mark></code>
</pre>
</div>
</section>
<section class="slide shout">
<div>
<h2>Делай больше!</h2>
</div>
</section>
<section class="slide shout">
<div>
<h2>Будь терпелив.</h2>
</div>
</section>
<section class="slide">
<div>
<code>.ready()</code> <code>.hide()</code> <code>.show()</code> <code>.slideUp()</code> <code>.fadeIn()</code>
<h2 class="next">Дождись их выполнения ..</h2>
<p class="next">.. и продолжай действия.</p>
<code class="next">.ready(function () { .. })</code>
</br>
<code class="next">.hide("fast", function () { .. })</code>
</br>
<code class="next">.fadeIn(3000, function () { .. })</code>
</div>
</section>
<section class="slide shout">
<div>
<h2 class="light_blue">будь смелым</h2>
<p class="light_blue next">разработчиком!</p>
</div>
</section>
<section class="slide shout">
<div>
<h2 class="light_blue">и</h2>
</div>
</section>
<section class="slide shout cover">
<div>
<h2 style="color: #fff; text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;">делай домашку!</h2>
<img src="pictures/lesson1/homework.jpg ">
</div>
</section>
<!--
To hide progress bar from entire presentation
just remove “progress” element.
-->
<div class="progress"><div></div></div>
<script src="shower/shower.min.js"></script>
<!-- Copyright © 2013 Yours Truly, Famous Inc. -->
</body>
</html>