-
Notifications
You must be signed in to change notification settings - Fork 0
/
jscourses.html
85 lines (61 loc) · 3.48 KB
/
jscourses.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
<!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=jscourses';}</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/videoseries?list=PLHIfW1KZRIfmiYYwt29BG7N9zzsd-jLRQ" >
</iframe>
</div>
<div style="width:360px;margin-left:15px;margin-right:15px;" class="col-lg-4 col-md-6">
<div class="video-label">
كورس j Query جميل </div>
<iframe class="yt-video" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen src="https://www.youtube.com/embed/videoseries?list=PLHIfW1KZRIfll3ObMFi02Ry7oRU3MJVRG" >
</iframe>
</div>
<div style="width:360px;margin-left:15px;margin-right:15px;" class="col-lg-4 col-md-6">
<div class="video-label">
تعلم جاسون JSON بسهولة </div>
<iframe class="yt-video" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen src="https://www.youtube.com/embed/videoseries?list=PLHIfW1KZRIflA5jVQbAAHVizSxoeOAtgq" >
</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=PLHIfW1KZRIflbtKBrCp5U2UdbeV1c7F-5" >
</iframe>
</div>
<div style="width:360px;margin-left:15px;margin-right:15px;" class="col-lg-4 col-md-6">
<div class="video-label">
تصميم و برمجة الة حاسبة للويب - افهم حقيقة اللغات HTML , CSS , JS </div>
<iframe class="yt-video" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen src="https://www.youtube.com/embed/videoseries?list=PLHIfW1KZRIfkYSpySS9Czt3Dxx2rsvqcN" >
</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=PLHIfW1KZRIfkfITD_tTWR7S1ZLE54om9L" >
</iframe>
</div>
</div>
<div class="new-line"></div>
<br>
</body>
</html>