Update index.html
Browse files- index.html +58 -8
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
|
7 |
<style>
|
8 |
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
|
9 |
|
@@ -18,6 +18,41 @@
|
|
18 |
background-color: #ffffff;
|
19 |
}
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
.hero {
|
22 |
padding: 4rem 2rem;
|
23 |
text-align: center;
|
@@ -41,7 +76,7 @@
|
|
41 |
.hero-image {
|
42 |
flex: 1;
|
43 |
position: relative;
|
44 |
-
background-color: #
|
45 |
border-radius: 10px;
|
46 |
padding: 2rem;
|
47 |
}
|
@@ -83,13 +118,13 @@
|
|
83 |
}
|
84 |
|
85 |
.button-primary {
|
86 |
-
background-color: #
|
87 |
color: white;
|
88 |
}
|
89 |
|
90 |
.button-secondary {
|
91 |
-
border: 2px solid #
|
92 |
-
color: #
|
93 |
}
|
94 |
|
95 |
.capabilities {
|
@@ -124,6 +159,9 @@
|
|
124 |
}
|
125 |
|
126 |
@media (max-width: 768px) {
|
|
|
|
|
|
|
127 |
.hero-content {
|
128 |
flex-direction: column;
|
129 |
}
|
@@ -134,18 +172,30 @@
|
|
134 |
</style>
|
135 |
</head>
|
136 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
<main class="hero">
|
138 |
<div class="hero-content">
|
139 |
<div class="hero-text">
|
140 |
-
<h1>تعرف على
|
141 |
<p class="subtitle">أول نموذج ذكاء اصطناعي متكامل في مصر. مصمم للإبداع والابتكار وحل المشكلات المعقدة.</p>
|
142 |
<div class="buttons">
|
143 |
-
<a href="#" class="button button-primary">جرب
|
144 |
<a href="#" class="button button-secondary">واجهة API</a>
|
145 |
</div>
|
146 |
</div>
|
147 |
<div class="hero-image">
|
148 |
-
<img src="https://ufastpro.com/wp-content/uploads/2024/12/3.png" alt="شعار
|
149 |
</div>
|
150 |
</div>
|
151 |
|
|
|
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 |
+
.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 |
.hero-image {
|
77 |
flex: 1;
|
78 |
position: relative;
|
79 |
+
background-color: #4CAF50;
|
80 |
border-radius: 10px;
|
81 |
padding: 2rem;
|
82 |
}
|
|
|
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 {
|
|
|
159 |
}
|
160 |
|
161 |
@media (max-width: 768px) {
|
162 |
+
.nav-links {
|
163 |
+
display: none;
|
164 |
+
}
|
165 |
.hero-content {
|
166 |
flex-direction: column;
|
167 |
}
|
|
|
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 |
|