joermd commited on
Commit
8c05c5a
·
verified ·
1 Parent(s): 74e447c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +53 -58
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>سبيدي - الذكاء الاصطناعي المصري</title>
7
  <style>
8
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
9
 
@@ -18,41 +18,6 @@
18
  background-color: #ffffff;
19
  }
20
 
21
- .nav {
22
- background: #fff;
23
- box-shadow: 0 2px 4px rgba(0,0,0,0.1);
24
- padding: 1rem 2rem;
25
- }
26
-
27
- .nav-content {
28
- display: flex;
29
- justify-content: space-between;
30
- align-items: center;
31
- max-width: 1200px;
32
- margin: 0 auto;
33
- }
34
-
35
- .nav-logo {
36
- height: 40px;
37
- }
38
-
39
- .nav-links {
40
- display: flex;
41
- gap: 2rem;
42
- list-style: none;
43
- }
44
-
45
- .nav-link {
46
- color: #333;
47
- text-decoration: none;
48
- font-weight: bold;
49
- transition: color 0.3s;
50
- }
51
-
52
- .nav-link:hover {
53
- color: #4CAF50;
54
- }
55
-
56
  .hero {
57
  padding: 4rem 2rem;
58
  text-align: center;
@@ -76,7 +41,7 @@
76
  .hero-image {
77
  flex: 1;
78
  position: relative;
79
- background-color: #4CAF50;
80
  border-radius: 10px;
81
  padding: 2rem;
82
  }
@@ -118,13 +83,13 @@
118
  }
119
 
120
  .button-primary {
121
- background-color: #4CAF50;
122
  color: white;
123
  }
124
 
125
  .button-secondary {
126
- border: 2px solid #4CAF50;
127
- color: #4CAF50;
128
  }
129
 
130
  .capabilities {
@@ -158,44 +123,57 @@
158
  line-height: 1.6;
159
  }
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  @media (max-width: 768px) {
162
- .nav-links {
163
- display: none;
164
- }
165
  .hero-content {
166
  flex-direction: column;
167
  }
168
  .capabilities {
169
  grid-template-columns: repeat(2, 1fr);
170
  }
 
 
 
171
  }
172
  </style>
173
  </head>
174
  <body>
175
- <nav class="nav">
176
- <div class="nav-content">
177
- <img src="https://ufastpro.com/wp-content/uploads/2024/12/3.png" alt="سبيدي" class="nav-logo">
178
- <ul class="nav-links">
179
- <li><a href="#" class="nav-link">جرب سبيدي</a></li>
180
- <li><a href="#" class="nav-link">مميزات سبيدي</a></li>
181
- <li><a href="#" class="nav-link">قدرات سبيدي</a></li>
182
- <li><a href="#" class="nav-link">من نحن</a></li>
183
- </ul>
184
- </div>
185
- </nav>
186
-
187
  <main class="hero">
188
  <div class="hero-content">
189
  <div class="hero-text">
190
- <h1>تعرف على سبيدي</h1>
191
  <p class="subtitle">أول نموذج ذكاء اصطناعي متكامل في مصر. مصمم للإبداع والابتكار وحل المشكلات المعقدة.</p>
192
  <div class="buttons">
193
- <a href="#" class="button button-primary">جرب سبيدي</a>
194
  <a href="#" class="button button-secondary">واجهة API</a>
195
  </div>
196
  </div>
197
  <div class="hero-image">
198
- <img src="https://ufastpro.com/wp-content/uploads/2024/12/3.png" alt="شعار سبيدي" class="logo">
199
  </div>
200
  </div>
201
 
@@ -221,6 +199,23 @@
221
  <p>معالجة وترجمة بين اللغات المختلفة</p>
222
  </div>
223
  </section>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  </main>
225
  </body>
226
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>نموذج الذكاء الاصطناعي المصري</title>
7
  <style>
8
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
9
 
 
18
  background-color: #ffffff;
19
  }
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  .hero {
22
  padding: 4rem 2rem;
23
  text-align: center;
 
41
  .hero-image {
42
  flex: 1;
43
  position: relative;
44
+ background-color: #ff7961;
45
  border-radius: 10px;
46
  padding: 2rem;
47
  }
 
83
  }
84
 
85
  .button-primary {
86
+ background-color: #333;
87
  color: white;
88
  }
89
 
90
  .button-secondary {
91
+ border: 2px solid #333;
92
+ color: #333;
93
  }
94
 
95
  .capabilities {
 
123
  line-height: 1.6;
124
  }
125
 
126
+ .media-section {
127
+ margin-top: 4rem;
128
+ text-align: center;
129
+ }
130
+
131
+ .media-container {
132
+ display: grid;
133
+ grid-template-columns: repeat(2, 1fr);
134
+ gap: 2rem;
135
+ margin-top: 2rem;
136
+ }
137
+
138
+ .media-item {
139
+ border-radius: 10px;
140
+ overflow: hidden;
141
+ background-color: #f5f5f5;
142
+ }
143
+
144
+ .media-item img,
145
+ .media-item video {
146
+ width: 100%;
147
+ height: auto;
148
+ display: block;
149
+ }
150
+
151
  @media (max-width: 768px) {
 
 
 
152
  .hero-content {
153
  flex-direction: column;
154
  }
155
  .capabilities {
156
  grid-template-columns: repeat(2, 1fr);
157
  }
158
+ .media-container {
159
+ grid-template-columns: 1fr;
160
+ }
161
  }
162
  </style>
163
  </head>
164
  <body>
 
 
 
 
 
 
 
 
 
 
 
 
165
  <main class="hero">
166
  <div class="hero-content">
167
  <div class="hero-text">
168
+ <h1>تعرف على نموذج الذكاء المصري</h1>
169
  <p class="subtitle">أول نموذج ذكاء اصطناعي متكامل في مصر. مصمم للإبداع والابتكار وحل المشكلات المعقدة.</p>
170
  <div class="buttons">
171
+ <a href="#" class="button button-primary">جرب النموذج</a>
172
  <a href="#" class="button button-secondary">واجهة API</a>
173
  </div>
174
  </div>
175
  <div class="hero-image">
176
+ <img src="https://ufastpro.com/wp-content/uploads/2024/12/3.png" alt="شعار الذكاء الاصطناعي" class="logo">
177
  </div>
178
  </div>
179
 
 
199
  <p>معالجة وترجمة بين اللغات المختلفة</p>
200
  </div>
201
  </section>
202
+
203
+ <section class="media-section">
204
+ <h2>استكشف المزيد</h2>
205
+ <div class="media-container">
206
+ <div class="media-item">
207
+ <!-- Replace with your image URL -->
208
+ <img src="/api/placeholder/600/400" alt="صورة توضيحية">
209
+ </div>
210
+ <div class="media-item">
211
+ <!-- Replace with your video URL -->
212
+ <video controls>
213
+ <source src="your-video-url.mp4" type="video/mp4">
214
+ متصفحك لا يدعم تشغيل الفيديو.
215
+ </video>
216
+ </div>
217
+ </div>
218
+ </section>
219
  </main>
220
  </body>
221
  </html>