-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjavacourses.html
104 lines (80 loc) · 3.63 KB
/
javacourses.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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=javacourses';}</script>
</head>
<body style="overflow: hidden !important;">
<div>
<h2>
<span class="glyphicon glyphicon-education"></span>
كورسات جافا في الاكاديمية <span class="glyphicon glyphicon-education"></span>
<a id="all-lang" class="mynum2 backbtn" href="plcourses.html">
<span>⬅</span> </a>
</h2>
</div>
<div >
<div style="padding:30px;" >
<a style="text-decoration:none;" href="javaall.html">
<div style="width:99%;" >
<div style="width:100%;height:auto;margin-bottom:20px;" class="video-label">
كورس جافا من البداية للاحتراف </div>
</div>
</a>
<a style="text-decoration:none;" href="javabase.html">
<div style="width:99%;" >
<div style="width:100%;height:auto;margin-bottom:20px;" class="video-label">
جافا اساسيات </div>
</div>
</a>
<a style="text-decoration:none;" href="javaoopintro.html">
<div style="width:99%;" >
<div style="width:100%;height:auto;margin-bottom:20px;" class="video-label">
جافا والبداية مع OOP </div>
</div>
</a>
<a style="text-decoration:none;" href="javaoopcont.html">
<div style="width:99%;" >
<div style="width:100%;height:auto;margin-bottom:20px;" class="video-label">
جافا وتكملة البرمجة الكائنية التوجه </div>
</div>
</a>
<a style="text-decoration:none;" href="javadb.html">
<div style="width:99%;" >
<div style="width:100%;height:auto;margin-bottom:20px;" class="video-label">
جافا مع قواعد البيانات والتطبيقات </div>
</div>
</a>
<a style="text-decoration:none;" href="javaandroid.html">
<div style="width:99%;" >
<div style="width:100%;height:auto;margin-bottom:20px;" class="video-label">
جافا مع اندرويد </div>
</div>
</a>
<a style="text-decoration:none;" href="javaforms.html">
<div style="width:99%;" >
<div style="width:100%;height:auto;margin-bottom:20px;" class="video-label">
جافا وتطبيقات الكمبيوتر لجميع الانظمة </div>
</div>
</a>
<a style="text-decoration:none;" target="_blank" href="https://www.youtube.com/playlist?list=PLHIfW1KZRIfnDa6squg4OjDjYfx5YC8Zx">
<div style="width:99%;" >
<div style="width:100%;height:auto;margin-bottom:20px;" class="video-label">
تحويل ملف جار الي ملف تنفيذي </div>
</div>
</a>
<a style="text-decoration:none;" target="_blank" href="https://www.youtube.com/playlist?list=PLHIfW1KZRIfnUMvey6UAveK5msn8L_ulS">
<div style="width:99%;" >
<div style="width:100%;height:auto;margin-bottom:20px;" class="video-label">
جافا مع امثلة </div>
</div>
</a>
</div>
</div>
<div class="new-line"></div>
<br>
</body>
</html>