-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (174 loc) · 10.5 KB
/
index.html
File metadata and controls
187 lines (174 loc) · 10.5 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>يوهاك نِتْوُرك – بوابتك العربية للمعرفة التقنية</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<!-- Font Awesome CDN -->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
<a class="navbar-brand" href="index.html">مَوقِعُ زادِ العَرَبِيِّ</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="index.html">الرئيسية</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">عنا</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownBlog" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">لينكس</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdownBlog">
<li><a class="dropdown-item" href="/linux">إبدأ مع لينكس</a></li>
<li><a class="dropdown-item" href="lnk/linux">مصادر خارجية</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header
<header class="bg-dark py-5">
<div class="container px-5">
<div class="row gx-5 align-items-center justify-content-center">
<div class="col-lg-8 col-xl-7 col-xxl-6">
<div class="my-5 text-center text-xl-start">
<h1 class="display-5 fw-bolder text-white mb-2">A Bootstrap 5 template for modern businesses</h1>
<p class="lead fw-normal text-white-50 mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit!</p>
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center justify-content-xl-start">
<a class="btn btn-primary btn-lg px-4 me-sm-3" href="#features">Get Started</a>
<a class="btn btn-outline-light btn-lg px-4" href="#!">Learn More</a>
</div>
</div>
</div>
<div class="col-xl-5 col-xxl-6 d-none d-xl-block text-center"><img class="img-fluid rounded-3 my-5" src="https://dummyimage.com/600x400/343a40/6c757d" alt="..." /></div>
</div>
</div>
</header>
-->
<!-- Features section-->
<section class="py-5" id="features">
<div class="container px-5 my-5">
<div class="row gx-5">
<div class="col-lg-4 mb-5 mb-lg-0">
<h2 class="fw-bolder mb-0">ابدَأ رِحلتَكَ العَظيمةَ مِن هُنا</h2>
</div>
<div class="col-lg-8">
<div class="row gx-5 row-cols-1 row-cols-md-2">
<!-- Feature box 1 -->
<div class="col mb-5 h-100">
<a href="linux" class="text-decoration-none text-dark">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3">
<i class="bi bi-terminal"></i>
</div>
<h2 class="h5">لِينُكس</h2>
<p class="mb-0">اِسْتَكْشِفْ عَالَمَ اللّينُكسِ بِثِقَةٍ وَإِتْقَانٍ، وَانْطَلِقْ فِي رِحْلَةِ تَعَلُّمٍ مُلْهِمَةٍ وَمُتَكاملةٍ.
</p>
</a>
</div>
<!-- Feature box 2 -->
<div class="col mb-5 h-100">
<a href="#" class="text-decoration-none text-dark">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3">
<i class="bi bi-question-diamond"></i>
</div>
<h2 class="h5">قريبا</h2>
<p class="mb-0">نص توضيحي لهذا القسم.</p>
</a>
</div>
<!-- Feature box 3 -->
<div class="col mb-5 mb-md-0 h-100">
<a href="#" class="text-decoration-none text-dark">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3">
<i class="bi bi-question-diamond"></i>
</div>
<h2 class="h5">قريبا</h2>
<p class="mb-0">تفاصيل مختصرة عن القسم.</p>
</a>
</div>
<!-- Feature box 4 -->
<div class="col h-100">
<a href="#" class="text-decoration-none text-dark">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3">
<i class="bi bi-question-diamond"></i>
</div>
<h2 class="h5">قريبا</h2>
<p class="mb-0">نبذة عن المحتوى المتاح في هذا الرابط.</p>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial section-->
<div class="py-5 bg-light">
<div class="container px-5 my-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-10 col-xl-7">
<div class="text-center">
<div class="fw-bold">
<h1>رُؤيَتُنا</h1>
</div>
<hr>
<div class="lead fw-normal text-muted mb-5">بِناءُ مُجتَمَعٍ رَقْميٍّ عَرَبيٍّ مُتَعاوِن، يُسَهِّلُ الوُصولَ إلى المَعرفةِ التِّقَنيّةِ الحُرّة، ويُمَكِّنُ المُبتدِئينَ مِن التَّعَلُّمِ والنُّمُوّ.</div>
<div class="d-flex align-items-center justify-content-center">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog preview section-->
<section class="py-5">
<div class="container px-5 my-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 col-xl-6">
<div class="text-center">
<h2 class="fw-bolder">رِسالتُنا</h2>
<hr>
<p class="lead fw-normal text-muted mb-5">"نُقَدِّمُ مَصادِرَ تَعليميّةً عَرَبيّةً مَجّانيّة، ونُديرُ مَنصّاتِ تَواصُلٍ تَدعَمُ المُجتَمَعاتِ التِّقَنيّة، مع التَّركيزِ على الحُرّيةِ الرَّقْميّةِ والبَرمَجِيّاتِ المَفْتوحة."</p>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer-->
<footer class="bg-dark py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0 text-white"><p dir="rtl" style="text-align: center; font-size: 0.9rem;">
© 2024-2025 <strong>منصة زاد العربي</strong> – المَوقِعُ مَفتوحُ المَصدر، ويَسري تَحتَ تَرخِيص
<a href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer">
MIT
</a>
</p>
</div></div>
<div class="col-auto">
<a class="link-light small" href="https://github.com/openzad/openzad.github.io" target="_blank" rel="noopener noreferrer">
شارِكْ في التَّعاوُن على GitHub
</a>
<span class="text-white mx-1">· · ·</span>
<a class="link-light small" href="https://docs.google.com/forms/d/e/1FAIpQLScKb3VmANePxPp9v2ixzuFVxS9IBvZkK1brbuNZPRU3H8L3uQ/viewform?usp=dialog" target="_blank" rel="noopener noreferrer">
أَرسِلْ شَكوى أو مُلاحظة
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>