-
Notifications
You must be signed in to change notification settings - Fork 17
/
videos.html
34 lines (32 loc) · 1.05 KB
/
videos.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
---
layout: page
title: Uzaktan çalışmakla ilgili video içerikler
permalink: /videolar/
---
<section id="slider" class="secondary">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="block">
<p id="main-line">Uzaktan çalışmakla ilgili<br/>video içerikler</p>
</div>
</div>
</div>
</div>
</section>
<div class="row content-wrapper">
<div class="col-md-8 col-md-offset-2">
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/mXs1ievO6Ao" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/n4yrpKXN3Wg" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/_uOYjdlWjQY" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/S0zGNdxKa7s" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>