-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
118 lines (105 loc) · 2.73 KB
/
Copy pathproject.html
File metadata and controls
118 lines (105 loc) · 2.73 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>أمثله</title>
</head>
<style>
.group-section,
.single-video {
margin: 50px 0;
text-align: center;
}
.videos-row {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}
iframe {
width: 100%;
max-width: 400px;
height: 250px;
border-radius: 12px;
}
h2 {
margin-bottom: 25px;
color: #0a4d8c;
font-size: 24px;
}
.videos iframe {
width: 100%;
max-width: 500px;
height: 280px;
border-radius: 10px;
}
body {
background-image:url("805.jpg");
color: snow;
text-align: center;
}
a{
background-color:lightblue;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
margin: 20px auto;
border-radius: 15px;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
<body>
<header>
<h2>أمثلة على التحول الرقمي</h2>
</header>
<h3>منصة مصر الرقمية</h3>
<p>تقدم خدمات حكومية إلكترونية للمواطنين.</p>
<img src="00.jpg" alt="00" height="200px" max-width:100% >
<hr>
<div style="text-align: center; margin: 40px;">
<a href="https://digital.gov.eg" target="_blank">
<button class="btn" style="background-color: #28a745;">🇪🇬 منصة مصر الرقمية - الخدمات الحكومية</button>
</a>
</div>
<h3>المتحف المصري الكبير</h3>
<p>يستخدم أحدث تقنيات العرض الرقمي.</p>
<img src="98.jpg" alt="98" height="200px" width="200px">
<hr>
<a href="https://share.google/LdpZUgh7JEGuOGiHd" target="_blank">
<button class="btn">🏛️ زيارة المتحف المصري الكبير (GEM)</button>
</a>
<hr>
<section class="group-section">
<h2>المتحف المصري ومنصة مصر الرقمية</h2>
<h1>مصر الرقمية - مستقبل يبدأ الآن</h1>
<hr>
<iframe width="560" height="315" src="https://www.youtube.com/embed/gKgbO9DmvsU" frameborder="0" allowfullscreen></iframe>
<hr>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UVTDrCsmmOA" frameborder="0" allowfullscreen></iframe>
<hr>
<iframe width="560" height="315" src="https://www.youtube.com/embed/76Pi0OwZvgE" frameborder="0" allowfullscreen></iframe>
<header>
<a href="Homepage.html">العودة للصفحة الرئيسية</a>
</header>
<hr>
<header>
<footer>
<p>تم بإنشاء هذا المشروع بواسطة طالبه مبتكره - فبراير 2026</p>
<p>حب ما تعمل لتعمل ما تحب</p>
</footer>
</header>
</body>
</html>