Skip to content

Commit 387d950

Browse files
committed
adding 'must see' section
1 parent caf768e commit 387d950

File tree

13 files changed

+2578
-934
lines changed

13 files changed

+2578
-934
lines changed

i18n/en-us/en-us.json

+770-932
Large diffs are not rendered by default.

public/assets/css/core.css

+35-2
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,13 @@ header small {
268268
text-decoration: none;
269269
}
270270

271-
.section h3 {
271+
.section h3, .section h5 {
272272
border-bottom: 3px solid rgba(0, 0, 0, 0.08);
273273
display: inline-block;
274274
text-transform: uppercase;
275275
clear: both;
276276
float: left;
277277
}
278-
279278
.section h4 {
280279
float: left;
281280
clear: both;
@@ -286,6 +285,11 @@ header small {
286285
text-align: center;
287286
}
288287

288+
.section h5 {
289+
float: none;
290+
font-size: 16px;
291+
}
292+
289293
.section ul {
290294
clear: both;
291295
margin: 0;
@@ -324,6 +328,35 @@ header small {
324328
background: #C35C48;
325329
}
326330

331+
#must-see {
332+
background: #5844c0;
333+
}
334+
335+
#must-see .video-list {
336+
text-align: center;
337+
width: 80%;
338+
margin: auto;
339+
}
340+
341+
#must-see .video-list {
342+
343+
}
344+
345+
#must-see .video-wrapper {
346+
position: relative;
347+
padding-bottom: 56.25%; /* 16:9 */
348+
padding-top: 25px;
349+
height: 0;
350+
}
351+
352+
#must-see .video-wrapper iframe {
353+
position: absolute;
354+
top: 0;
355+
left: 0;
356+
width: 100%;
357+
height: 100%;
358+
}
359+
327360
#patterns {
328361
background: #7BC044;
329362
}

public/de-de/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,21 @@ <h3>Immediately-Invoked Function Expression (IIFE)</h3>
286286
</div>
287287
</section>
288288

289+
<section class="section" id="must-see">
290+
<div class="wrapper">
291+
<h1><a href="#must-see">MUST SEE</a></h1>
292+
293+
<section class="video-list">
294+
<section class="video-item">
295+
<h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5>
296+
<div class="video-wrapper">
297+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QyUFheng6J0?showinfo=0" frameborder="0" allowfullscreen></iframe>
298+
</div>
299+
</section>
300+
</section>
301+
</div>
302+
</section>
303+
289304
<section class="section" id="patterns">
290305
<div class="wrapper">
291306
<h1><a href="#patterns">ENTWURFSMUSTER</a></h1>

public/en-us/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,21 @@ <h3>Immediately-Invoked Function Expression (IIFE)</h3>
284284
</div>
285285
</section>
286286

287+
<section class="section" id="must-see">
288+
<div class="wrapper">
289+
<h1><a href="#must-see">MUST SEE</a></h1>
290+
291+
<section class="video-list">
292+
<section class="video-item">
293+
<h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5>
294+
<div class="video-wrapper">
295+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QyUFheng6J0?showinfo=0" frameborder="0" allowfullscreen></iframe>
296+
</div>
297+
</section>
298+
</section>
299+
</div>
300+
</section>
301+
287302
<section class="section" id="patterns">
288303
<div class="wrapper">
289304
<h1><a href="#patterns">PATTERNS</a></h1>

public/es-es/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,21 @@ <h3>Immediately-Invoked Function Expression (IIFE) (Expresión de Función Inmed
284284
</div>
285285
</section>
286286

287+
<section class="section" id="must-see">
288+
<div class="wrapper">
289+
<h1><a href="#must-see">MUST SEE</a></h1>
290+
291+
<section class="video-list">
292+
<section class="video-item">
293+
<h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5>
294+
<div class="video-wrapper">
295+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QyUFheng6J0?showinfo=0" frameborder="0" allowfullscreen></iframe>
296+
</div>
297+
</section>
298+
</section>
299+
</div>
300+
</section>
301+
287302
<section class="section" id="patterns">
288303
<div class="wrapper">
289304
<h1><a href="#patterns">PATRONES</a></h1>

public/fa-ir/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,21 @@ <h3>Immediately-Invoked Function Expression (IIFE)</h3>
284284
</div>
285285
</section>
286286

287+
<section class="section" id="must-see">
288+
<div class="wrapper">
289+
<h1><a href="#must-see">MUST SEE</a></h1>
290+
291+
<section class="video-list">
292+
<section class="video-item">
293+
<h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5>
294+
<div class="video-wrapper">
295+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QyUFheng6J0?showinfo=0" frameborder="0" allowfullscreen></iframe>
296+
</div>
297+
</section>
298+
</section>
299+
</div>
300+
</section>
301+
287302
<section class="section" id="patterns">
288303
<div class="wrapper">
289304
<h1><a href="#patterns">PATTERNS</a></h1>

public/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,21 @@ <h3>Immediately-Invoked Function Expression (IIFE)</h3>
284284
</div>
285285
</section>
286286

287+
<section class="section" id="must-see">
288+
<div class="wrapper">
289+
<h1><a href="#must-see">MUST SEE</a></h1>
290+
291+
<section class="video-list">
292+
<section class="video-item">
293+
<h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5>
294+
<div class="video-wrapper">
295+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QyUFheng6J0?showinfo=0" frameborder="0" allowfullscreen></iframe>
296+
</div>
297+
</section>
298+
</section>
299+
</div>
300+
</section>
301+
287302
<section class="section" id="patterns">
288303
<div class="wrapper">
289304
<h1><a href="#patterns">PATTERNS</a></h1>

public/ko-kr/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,21 @@ <h3>즉시 실행 함수 표현(Immediately-Invoked Function Expression; IIFE)</
283283
</div>
284284
</section>
285285

286+
<section class="section" id="must-see">
287+
<div class="wrapper">
288+
<h1><a href="#must-see">MUST SEE</a></h1>
289+
290+
<section class="video-list">
291+
<section class="video-item">
292+
<h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5>
293+
<div class="video-wrapper">
294+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QyUFheng6J0?showinfo=0" frameborder="0" allowfullscreen></iframe>
295+
</div>
296+
</section>
297+
</section>
298+
</div>
299+
</section>
300+
286301
<section class="section" id="patterns">
287302
<div class="wrapper">
288303
<h1><a href="#patterns">패턴</a></h1>

public/pt-br/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,21 @@ <h3>Expressão de Função Invocada Imediatamente (IIFE - Immediately-Invoked Fu
286286
</div>
287287
</section>
288288

289+
<section class="section" id="must-see">
290+
<div class="wrapper">
291+
<h1><a href="#must-see">MUST SEE</a></h1>
292+
293+
<section class="video-list">
294+
<section class="video-item">
295+
<h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5>
296+
<div class="video-wrapper">
297+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QyUFheng6J0?showinfo=0" frameborder="0" allowfullscreen></iframe>
298+
</div>
299+
</section>
300+
</section>
301+
</div>
302+
</section>
303+
289304
<section class="section" id="patterns">
290305
<div class="wrapper">
291306
<h1><a href="#patterns">PADRÕES</a></h1>

0 commit comments

Comments
 (0)