-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpythoncourses.html
81 lines (55 loc) · 2.98 KB
/
pythoncourses.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
<!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=pythoncourses';}</script>
</head>
<body style="overflow: hidden !important;">
<div>
<h2>
<span>🎓</span>
كورسات Python في الاكاديمية
<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=PLHIfW1KZRIfnM9y0sQRwjVz2-IwvnEJep" >
</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=PLHIfW1KZRIfmm35tXSbxsFDouRJAPP9Y2" >
</iframe>
</div>
<div style="width:360px;margin-left:15px;margin-right:15px;" class="col-lg-4 col-md-6">
<div class="video-label">
بايثون و OOP </div>
<iframe class="yt-video" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen src="https://www.youtube.com/embed/videoseries?list=PLHIfW1KZRIfmHvfmFZZ0XuzZYuoosG9kl" >
</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=PLHIfW1KZRIfmMhy8GltKHW5UJ_ZPnGJ0K" >
</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=PLHIfW1KZRIfnYEkYsNi5XJLI57OWMKBjM" >
</iframe>
</div>
</div>
<div class="new-line"></div>
<br>
</body>
</html>