-
Notifications
You must be signed in to change notification settings - Fork 0
/
kotlincourses.html
71 lines (49 loc) · 2.5 KB
/
kotlincourses.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
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Home</title>
<script>if (window.self === window.top) {window.location.href = 'index.html?page=kotlincourses';}</script>
</head>
<body style="overflow: hidden !important;">
<div>
<h2>
<span>🎓</span>
كورسات كوتلن في الاكاديمية
<span>🎓</span>
<a id="all-lang" class="mynum2 backbtn" href="plcourses.html">
<span>⬅</span> </a>
</h2>
</div>
<div class="container" style="padding:30px;">
<div style="width:360px;margin-left:15px;margin-right:15px;" class="col-lg-4 col-md-6">
<div class="video-label">
ما هو موضوع كوتلن باختصار </div>
<iframe class="yt-video" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen src="https://www.youtube.com/embed/PvFOYHzdw5Y" >
</iframe>
</div>
<div style="width:360px;margin-left:15px;margin-right:15px;" class="col-lg-4 col-md-6">
<div class="video-label">
كوتلن من البداية الي الاحتراف </div>
<iframe class="yt-video" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen src="https://www.youtube.com/embed/videoseries?list=PLHIfW1KZRIfl5UHtM6DRFAVn3PBuJ7NGD" >
</iframe>
</div>
<div style="width:360px;margin-left:15px;margin-right:15px;" class="col-lg-4 col-md-6">
<div class="video-label">
كلام كوتلن </div>
<iframe class="yt-video" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen src="https://www.youtube.com/embed/videoseries?list=PLHIfW1KZRIfl_KgeClVL_xH_JXFqIsV0Y" >
</iframe>
</div>
<div style="width:360px;margin-left:15px;margin-right:15px;" class="col-lg-4 col-md-6">
<div class="video-label">
اندرويد مع كوتلن </div>
<iframe class="yt-video" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen src="https://www.youtube.com/embed/videoseries?list=PLHIfW1KZRIfmbpu6cVCxo98u_Yk0Hfxah" >
</iframe>
</div>
</div>
<div class="new-line"></div>
<br>
</body>
</html>