-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
158 lines (148 loc) · 4.54 KB
/
index.html
File metadata and controls
158 lines (148 loc) · 4.54 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
<!DOCTYPE html>
<html>
<head>
<title> المكتبة البرمجية </title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<!--start header-->
<header class="headermain">
<img src="image/logob.png" title=" الشعار"
alt="error"/>
<h1>المكتبة البرمجية </h1>
<ul >
<li><a href="index.html">القائمة الرئيسية </a></li>
<li> <a class="button" href="page/login.html">تسجيل الدخول </a></li>
<li><a href="page/aboutus.html">عنا </a></li>
<li><a href="page/services.html">خدمات </a></li>
<li><a href="page/contactus.html">تواصل معنا </a></li>
</ul>
</header><hr/ color="#FF8C00" size=3>
<!--end header-->
<!--start nav-->
<nav>
<div class="vav_div_home_1">
<form>
<input class="colorbotton" type="submit" value="بحث" />
<input class="nav_input2" type="search" />
</form>
</div>
<div class="vav_div_home_2">
<a href="index.html">القائمة الرئيسية</a>
</div>
</nav>
<hr/ color="#FF8C00" size=3>
<!--end nav-->
<!--start section main-->
<section class="sectionmain">
<!-- start section 1 -->
<section class="section1">
<table >
<caption><h2>أقسام المكتبة </h2></caption>
<thead>
<tr >
<th>أقسام الكتب </th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="page/all.html">الكل</a> </td>
</tr>
<tr>
<td><a href="page/cpppp.html"> ++C</a> </td>
</tr>
<tr>
<td><a href="page/csharp.html">#C</a> </td>
</tr>
<tr>
<td><a href="page/web.html">تصميم الويب</a> </td>
</tr>
<tr>
<td><a href="page/database.html">sql</a> </td>
</tr>
<tr>
<td><a href="page/ccccc.html">C</a> </td>
</tr>
<tr>
<td><a href="page/network.html">شبكات </a> </td>
</tr>
</tbody>
<tfoot>
<tr>
<td><a href="page/ander.html">الأندرويد </a> </td>
</tr>
</tfoot>
</table>
</section>
<!-- end section 1 -->
<!--start section 2-->
<section class="section2">
<!--start section 3 c-->
<section class="section3">
<p><h3>الكتب الجديدة</h3> </p>
<a href="page/book1.html" > <img src="image/main/m1.png"
title="book"
alt="error"/></a>
<img src="image/main/m2.jpg"
title="book"
alt="error"/>
<img src="image/main/m3.png"
title="book"
alt="error"/><div class="rrr"></div>
<img src="image/main/m4.png"
title="book"
alt="error"/>
<img src="image/main/m6.png"
title="book"
alt="error"/>
<img src="image/main/m5.png"
title="book"
alt="error"/>
</section>
<div class="rrr"></div>
<!--end section 3 -->
<!--start section 4-->
<section class="section4">
<p><h3>الأكثر تنزيلاً</h3> </p>
<img src="image/main/m7.png"
title="book"
alt="error"/>
<img src="image/main/m8.png"
title="book"
alt="error"/>
<img src="image/main/m9.png"
title="book"
alt="error"/><div class="rrr"></div>
<img src="image/main/m10.png"
title="book"
alt="error"/>
<img src="image/main/m11.png"
title="book"
alt="error"/>
<img src="image/main/m12.jpg"
title="book"
alt="error"/>
</section>
<!--end section 4 -->
<!--end section 2 -->
</section>
</section><div class="rrr"></div>
<hr/ color="#FF8C00" size=3>
<!--end section main-->
<!--start footer-->
<footer >
<header class="footer_header">
<p>
كن محباً للخير وساعد الأخرين في الوصول الى المكتبة<br/>
جميع حقوق الكتب تابعة لمؤلفيها من حيث الطباعة والنشر والخصوصية<br/>
موقعنا لا ينتهك أى حقوق طبع أو تأليف أو نشر او مخالفة لمؤلفي الكتب جميع الكتب المتوفرة في المكتبة هي للتحميل المجاني<br/>
</p>
</header>
<p>
copyright 2020 © all right reserved
</p>
</footer>
<!--end footer-->
</body>
</html>