-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
123 lines (79 loc) · 3.77 KB
/
courses.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>إشراق</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/logo.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<div id="Hi"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$("#Hi").load('navbar.html');
</script>
<div class="alls" style="margin-top: 105px; ">
<h1 style="display: flex; align-items: center; justify-content: center; font-size: 32px;">---- الفئات ----</h1>
<section class="courses" id="courses" style="display: flex; align-items: center; justify-content: center; flex-direction: column;">
<div class="box-container">
<div class="box" style="width: 300px">
<a href="countries.html">
<div class="image shine">
<img src="https://images.pexels.com/photos/335393/pexels-photo-335393.jpeg?auto=compress&cs=tinysrgb&w=400" alt="">
</div>
</a>
<div class="content" style="text-align: center;">
<p></p>
<h3 style="text-align: center; direction: rtl;">دول </h3>
<div class="icons" style="text-align: center; display: block;">
<span style="text-align: center;">٣ مقالات</span>
</div>
</div>
</div>
</div>
<div class="box-container" style="margin-top: 15px;">
<div class="box" style="width: 300px">
<a href="progDes.html">
<div class="image shine">
<img src="images/course-2c.jpg" alt="">
</div>
</a>
<div class="content" style="text-align: center;">
<p></p>
<h3 style="text-align: center; direction: rtl;"> البرمجة والتصميم </h3>
<div class="icons" style="text-align: center; display: block;">
<span style="text-align: center;"> ٣ مقالات</span>
</div>
</div>
</div>
</div>
</section>
</div>
<section class="footer">
<div class="box-container">
<div class="box">
<h3>تابعةً لطوِّر </h3>
<p>فريقٌ تقنيٌ ينشرُ العلمَ بالعربي، زُرنا الآن على :</p>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-telegram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="box">
<h3>تواصل مَعنا</h3>
<a href="#" class="link">[email protected]</a>
<h3>الإصدار الثاني</h3>
<p href="" class="ink">إصدار ٢,٠</p>
</div>
</div>
<div class="credit">إعداد <span> علي سعد </span>| كل الحقوق محفوظة!</div>
</section>
</body>
</html>