-
Notifications
You must be signed in to change notification settings - Fork 0
/
books.html
62 lines (40 loc) · 2.34 KB
/
books.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
<!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=books';}</script>
</head>
<body style="overflow: hidden !important;">
<div>
<h2>
<span>🎓</span>
كتب اكاديمية حسونة - صخرة الأساس
<span>🎓</span>
</h2>
</div>
<br><br>
<img class="img-slide" src="images/basicrockbooks2.png" style="width:40%;" >
<div class="container" style="padding:30px;" dir="rtl">
<a href="http://www.mediafire.com/file/ycg0ecxacj0ohpd/basic-rock-html.pdf/file" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
💡 كتاب صخرة الأساس HTML للاحتراف 💡 </a>
<a href="http://www.mediafire.com/file/ernkowmqmpthgiv/basic-rock-css.pdf/file" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
💡 كتاب صخرة الأساس CSS للاحتراف 💡 </a>
<a href="http://www.mediafire.com/file/9y3en2loaxpal0p/basic-rock-svg.pdf/file" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
💡 كتاب عالم الجرافيك صخرة الأساس SVG للاحتراف 💡 </a>
<a href="http://www.mediafire.com/file/cpzkhp5xnbzv42v/basic-rock-python-short.pdf/file" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
💡 كتاب صخرة الأساس ملخص Python 💡 </a>
<a href="http://www.mediafire.com/file/9cxczfchl01skxi/basic-rock-ring-short.pdf/file" target="_blank" class="btn btn-primary" style="width:100%;margin-bottom:15px;">
💡 كتاب صخرة الأساس ملخص Ring 💡 </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>