-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail1.html
132 lines (121 loc) · 5.27 KB
/
detail1.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
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en" lang="ar">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="icons/apple3.png" />
<link href="https://fonts.googleapis.com/css?family=Playfair+Display&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sulphur+Point&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=El+Messiri:600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="media/media-queries.css">
<script src="JS/main.js"></script>
<title> شركة آبل تعلن بشكل رسمي عن مؤتمر المطورين القادم </title>
</head>
<body style="background-color: #252625;">
<header>
<div class="navbar" id="mynavbar">
<a href="index.html"><img src="icons/apple.png" width="20px" height="20px"></a>
<a href="index.html"> Home </a>
<a href="news.html"> News </a>
<a href="articles.html"> Articles </a>
<a href="links.html"> Links </a>
<a href="codes.html"> Codes </a>
<a href="contact.html"> Contact </a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"><img src="icons/menu.png" width="25px" height="25px"></i>
</a>
</div>
</header>
<div id="title" style="background-color: #252625; width: 100%; height: 160px; margin-top:-8px; color: white;">
<div id="titletext">
<h1> Ahmad-Blog </h1>
</div>
<div id="titlep">
<h3> Welcome To The iPhone World Of Knowledge </h3>
</div>
<div id="titlep">
<h3 dir="rtl" style="font-family: 'Reem Kufi', sans-serif;"> المدونة الشاملة لكل ما يتعلق بالايفون </h3>
</div>
</div>
<div id="POSTQUARE_WIDGET_143018"></div>
<script data-cfasync="false">
(function(P, o, s, t, Q, r, e) {
P['PostquareObject'] = Q;
P[Q] = P[Q] || function() {
(P[Q].q = P[Q].q || []).push(arguments)
}, P[Q].l = 1 * new Date();
r = o.createElement(s), e = o.getElementsByTagName(s)[0];
r.async = 1;
r.src = t;
e.parentNode.insertBefore(r, e)
})(window, document, 'script', '//widget.postquare.com/_pos_loader.js', '__posWidget');
__posWidget('createWidget', {
wwei: 'POSTQUARE_WIDGET_143018',
pubid: 196774,
webid: 214418,
wid: 143018,
on: 'postquare'
});
</script>
<div id="det">
<!--<div id="detone">
<div id="dettitle">
</div>
<div id="detimage">
</div>
<div id="dettext">
</div>
</div>-->
<div id="detone">
<div id="dettitle">
<h2 dir="rtl">شركة آبل تعلن بشكل رسمي عن مؤتمر المطورين القادم </h2>
</div>
<div id="detimage">
</div>
<div id="dettext">
<h4 dir="rtl"> شركة Apple أعلنت وبشكل رسمي إنه المؤتمر السنوي للمطورين الذي سيتم عقده في شهر ( يونيو ) 6 من هذا العام راح يكون Online فقط ! وببث مباشر وبدون حضور المطورين ، للإعلان عن أنظمتها الجديدة ( iOS , iPadOS , MacOS ) والنسخة الجديدة من لغة Swift
👍🏼😍🔥❤️
</h4>
</div>
</div>
<style>
#detimage {
background-image: url(images/wwdc2.jpg);
}
@media screen and (max-width: 800px) {
#detimage {
background-image: url(images/wwdc.jpg);
}
}
</style>
</div>
<div class="ad">
<div class="adcard">
<h2 style="color: white;">Your AD Here </h2>
<div class="adimg" style="height:450px;"></div>
<p></p>
</div>
<div class="popcard">
<h3> More News : </h3>
<div class="poptext">
<a href="detail2.html">
<h2> رسالة تهديد كاذبة تصل الى المستخدمين</h2>
</a>
</div><br><br>
<div class="poptext">
<a href="detail3.html">
<h2> ما الجديد في تحديث آبل الأخير ؟</h2>
</a>
</div><br>
<div class="poptext">
<a href="detail4.html">
<h2> ثغرة أمنية خطيرة في تطبيق الايميل- Mail الخاص بشركة Apple</h2>
</a>
</div>
</div>
</div>
</body>
</html>