-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplcourses.html
68 lines (42 loc) · 2.24 KB
/
plcourses.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
<!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=plcourses';}</script>
</head>
<body style="overflow: hidden !important;">
<div>
<h2>
<span class="glyphicon glyphicon-education"></span>
كورسات لغات البرمجة في الاكاديمية <span class="glyphicon glyphicon-education"></span>
</h2>
</div>
<div class="container-fluid">
<div class="row" style="padding:30px;" dir="rtl">
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="javacourses.html">
كورسات الجافا </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="pythoncourses.html">
كورسات Python </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="csharpcourses.html">
كورسات سي شارب </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="vbcourses.html">
كورسات فيجوال بيسك </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="cpluspluscourses.html">
كورسات سي و C++ سي بلس بلس </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="ringcourses.html">
كورسات رينج </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="jscourses.html">
كورسات جافا سكريبت </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="kotlincourses.html">
كورسات كوتلن </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="phpcourses.html">
كورسات PHP </a>
</div>
</div>
<div class="new-line"></div>
<br>
</body>
</html>