-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofree.html
73 lines (46 loc) · 3.47 KB
/
profree.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
<!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=profree';}</script>
</head>
<body style="overflow: hidden !important;">
<div>
<h2>
<span>🎓</span>
برامج مجانية في الاكاديمية
<span>🎓</span>
</h2>
</div>
<div class="container" style="padding:30px;" dir="rtl">
<a href="https://www.youtube.com/playlist?list=PLHIfW1KZRIfmHEqhK5K-GS-gRAhrs-3AN" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
تطبيقات في متجر جوجل بلاي </a>
<a href="https://www.youtube.com/watch?v=H7gNz-e0oXQ&list=PLHIfW1KZRIfmCe0esfmzTZTQ_AfoLOH1M&index=1" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
برنامج رسم خرائط بالانجليزية </a>
<a href="https://www.youtube.com/watch?v=ruUTZGroYgw&list=PLHIfW1KZRIfmCe0esfmzTZTQ_AfoLOH1M&index=3" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
برنامج رسم خرائط التدفق النسخة العادية </a>
<a href="https://www.youtube.com/watch?v=eqjcA3v7WGU&list=PLHIfW1KZRIfmCe0esfmzTZTQ_AfoLOH1M&index=2" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
برنامج رسم خرائط التدفق النسخة الافضل </a>
<a href="https://www.youtube.com/watch?v=ZgS6L31GvXY&list=PLHIfW1KZRIfmCe0esfmzTZTQ_AfoLOH1M&index=4" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
نتيجة التاريخ الهجري مع الميلادي مفتوح المصدر </a>
<a href="https://www.youtube.com/watch?v=uUMSFHuA_Js&list=PLHIfW1KZRIfmCe0esfmzTZTQ_AfoLOH1M&index=5" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
برنامج برنت سكرين احترافي الاصدار الاول </a>
<a href="https://www.youtube.com/watch?v=xiCqYmb10FU&list=PLHIfW1KZRIfmCe0esfmzTZTQ_AfoLOH1M&index=6" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
برنامج برنت سكرين احترافي الاصدار الثاني </a>
<a href="https://www.youtube.com/watch?v=sRAGJtJDI5o&list=PLHIfW1KZRIfmCe0esfmzTZTQ_AfoLOH1M&index=7" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
إنشاء برنامج كامل في 15 دقيقة مع الاداة Magic DB </a>
<a href="https://www.youtube.com/watch?v=goWoeY2jGWc&list=PLHIfW1KZRIfmCe0esfmzTZTQ_AfoLOH1M&index=8" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
ادارة صلاحيات المستخدمين </a>
</div>
<div class="new-line"></div>
<div class="container">
<a href="appsbooks.html" class="btn btn-info" style="width:100%;margin-bottom:15px;">
عودة الي التطبيقات و الكتب </a>
</div>
<div class="new-line"></div>
<br>
</body>
</html>