File size: 25,710 Bytes
1e1f12d |
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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 |
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>50 مقولة تحفيزية</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
body {
font-family: 'Tajawal', sans-serif;
}
.quote-card {
width: 100%;
aspect-ratio: 9/16;
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
.quote-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.quote-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 85%;
text-align: center;
font-weight: 700;
line-height: 1.5;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.gradient-bg-1 {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.gradient-bg-2 {
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.gradient-bg-3 {
background: linear-gradient(135deg, #5ee7df 0%, #b490ca 100%);
}
.gradient-bg-4 {
background: linear-gradient(135deg, #d299c2 0%, #fef9d7 100%);
}
.gradient-bg-5 {
background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
.gradient-bg-6 {
background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
.gradient-bg-7 {
background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
}
.gradient-bg-8 {
background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
}
.gradient-bg-9 {
background: linear-gradient(135deg, #ffc3a0 0%, #ffafbd 100%);
}
.gradient-bg-10 {
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.pattern-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
background-image: radial-gradient(#000 1px, transparent 1px);
background-size: 15px 15px;
}
.floating-icon {
position: absolute;
font-size: 50px;
opacity: 0.2;
}
</style>
</head>
<body class="bg-gray-100 p-4">
<div class="max-w-4xl mx-auto">
<h1 class="text-3xl font-bold text-center mb-8 text-indigo-800">50 مقولة تحفيزية</h1>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Card 1 -->
<div class="quote-card gradient-bg-1">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-star" style="top: 15%; left: 20%;"></i>
<i class="floating-icon fas fa-heart" style="bottom: 10%; right: 25%;"></i>
<div class="quote-text text-white text-3xl">
"لا تنتظر الظروف المثالية، ابدأ حيث أنت واستخدم ما لديك"
</div>
</div>
<!-- Card 2 -->
<div class="quote-card gradient-bg-2">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-lightbulb" style="top: 20%; right: 15%;"></i>
<div class="quote-text text-white text-2xl">
"كل يوم هو فرصة جديدة لتكون أفضل مما كنت عليه بالأمس"
</div>
</div>
<!-- Card 3 -->
<div class="quote-card gradient-bg-3">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-mountain" style="bottom: 15%; left: 20%;"></i>
<div class="quote-text text-gray-800 text-3xl font-bold">
"التحديات هي ما تجعل الحياة مثيرة، والتغلب عليها هو ما يجعلها ذات معنى"
</div>
</div>
<!-- Card 4 -->
<div class="quote-card gradient-bg-4">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-feather-alt" style="top: 30%; right: 25%;"></i>
<div class="quote-text text-purple-800 text-2xl">
"لا تقارن نفسك بالآخرين، قارن نفسك بما كنت عليه سابقًا"
</div>
</div>
<!-- Card 5 -->
<div class="quote-card gradient-bg-5">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-rocket" style="bottom: 20%; right: 15%;"></i>
<div class="quote-text text-gray-900 text-3xl">
"النجاح هو مجموع الجهود الصغيرة المتكررة يومًا بعد يوم"
</div>
</div>
<!-- Card 6 -->
<div class="quote-card gradient-bg-6">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-sun" style="top: 15%; left: 15%;"></i>
<div class="quote-text text-red-700 text-2xl">
"إذا كنت تؤمن بها، يمكنك تحقيقها"
</div>
</div>
<!-- Card 7 -->
<div class="quote-card gradient-bg-7">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-seedling" style="bottom: 25%; right: 20%;"></i>
<div class="quote-text text-white text-3xl">
"كل شيء يبدو مستحيلاً حتى يتم تحقيقه"
</div>
</div>
<!-- Card 8 -->
<div class="quote-card gradient-bg-8">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-anchor" style="top: 20%; left: 25%;"></i>
<div class="quote-text text-white text-2xl">
"لا يوجد مصعد للنجاح، عليك أن تستخدم الدرج"
</div>
</div>
<!-- Card 9 -->
<div class="quote-card gradient-bg-9">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-fire" style="bottom: 15%; right: 15%;"></i>
<div class="quote-text text-red-900 text-3xl">
"الشغف هو الوقود الذي يدفعك نحو النجاح"
</div>
</div>
<!-- Card 10 -->
<div class="quote-card gradient-bg-10">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-compass" style="top: 25%; right: 20%;"></i>
<div class="quote-text text-white text-2xl">
"المستقبل ينتمي لأولئك الذين يؤمنون بجمال أحلامهم"
</div>
</div>
<!-- Card 11 -->
<div class="quote-card gradient-bg-1">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-brain" style="bottom: 20%; left: 20%;"></i>
<div class="quote-text text-white text-3xl">
"عقلك قوي، أفكارك أقوى، إرادتك هي الأقوى"
</div>
</div>
<!-- Card 12 -->
<div class="quote-card gradient-bg-2">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-dove" style="top: 15%; right: 15%;"></i>
<div class="quote-text text-white text-2xl">
"السعادة ليست محطة تصل إليها، بل طريقة للسفر"
</div>
</div>
<!-- Card 13 -->
<div class="quote-card gradient-bg-3">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-gem" style="bottom: 25%; right: 25%;"></i>
<div class="quote-text text-gray-800 text-3xl">
"أنت المبدع الوحيد لمصيرك"
</div>
</div>
<!-- Card 14 -->
<div class="quote-card gradient-bg-4">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-umbrella-beach" style="top: 30%; left: 20%;"></i>
<div class="quote-text text-purple-800 text-2xl">
"استمتع بالرحلة، فالحياة ليست مجرد وصول"
</div>
</div>
<!-- Card 15 -->
<div class="quote-card gradient-bg-5">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-bolt" style="bottom: 15%; right: 15%;"></i>
<div class="quote-text text-gray-900 text-3xl">
"الطاقة الإيجابية تولد النتائج الإيجابية"
</div>
</div>
<!-- Card 16 -->
<div class="quote-card gradient-bg-6">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-paint-brush" style="top: 20%; left: 15%;"></i>
<div class="quote-text text-red-700 text-2xl">
"ارسم حياتك كما تحب، أنت الفنان"
</div>
</div>
<!-- Card 17 -->
<div class="quote-card gradient-bg-7">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-book" style="bottom: 20%; right: 20%;"></i>
<div class="quote-text text-white text-3xl">
"المعرفة هي القوة، والتعلم هو السلاح"
</div>
</div>
<!-- Card 18 -->
<div class="quote-card gradient-bg-8">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-cloud" style="top: 15%; right: 25%;"></i>
<div class="quote-text text-white text-2xl">
"احلم بعيدًا، فالأحلام الكبيرة فقط تغير العالم"
</div>
</div>
<!-- Card 19 -->
<div class="quote-card gradient-bg-9">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-tree" style="bottom: 25%; left: 20%;"></i>
<div class="quote-text text-red-900 text-3xl">
"النمو يأتي من خارج منطقة الراحة"
</div>
</div>
<!-- Card 20 -->
<div class="quote-card gradient-bg-10">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-water" style="top: 30%; left: 15%;"></i>
<div class="quote-text text-white text-2xl">
"كن كالماء، ليّنًا في شكله، قويًا في تأثيره"
</div>
</div>
<!-- Card 21 -->
<div class="quote-card gradient-bg-1">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-moon" style="bottom: 15%; right: 20%;"></i>
<div class="quote-text text-white text-3xl">
"حتى أطول رحلة تبدأ بخطوة واحدة"
</div>
</div>
<!-- Card 22 -->
<div class="quote-card gradient-bg-2">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-globe" style="top: 25%; left: 20%;"></i>
<div class="quote-text text-white text-2xl">
"العالم مكان كبير، لا تقيد نفسك بحدود ضيقة"
</div>
</div>
<!-- Card 23 -->
<div class="quote-card gradient-bg-3">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-crown" style="bottom: 20%; right: 25%;"></i>
<div class="quote-text text-gray-800 text-3xl">
"أنت ملك حياتك، تصرف بهذه الروح"
</div>
</div>
<!-- Card 24 -->
<div class="quote-card gradient-bg-4">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-feather" style="top: 15%; right: 15%;"></i>
<div class="quote-text text-purple-800 text-2xl">
"الخوف هو مجرد وهم، الشجاعة هي الحقيقة"
</div>
</div>
<!-- Card 25 -->
<div class="quote-card gradient-bg-5">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-bullseye" style="bottom: 15%; left: 20%;"></i>
<div class="quote-text text-gray-900 text-3xl">
"التركيز هو سر القوة"
</div>
</div>
<!-- Card 26 -->
<div class="quote-card gradient-bg-6">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-infinity" style="top: 30%; right: 20%;"></i>
<div class="quote-text text-red-700 text-2xl">
"إمكانياتك لا حدود لها، فقط آمن بها"
</div>
</div>
<!-- Card 27 -->
<div class="quote-card gradient-bg-7">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-puzzle-piece" style="bottom: 25%; left: 15%;"></i>
<div class="quote-text text-white text-3xl">
"كل مشكلة تحمل في طياتها فرصة عظيمة"
</div>
</div>
<!-- Card 28 -->
<div class="quote-card gradient-bg-8">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-hourglass" style="top: 20%; right: 25%;"></i>
<div class="quote-text text-white text-2xl">
"الوقت هو أغلى ما تملك، استثمره بحكمة"
</div>
</div>
<!-- Card 29 -->
<div class="quote-card gradient-bg-9">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-dragon" style="bottom: 15%; right: 15%;"></i>
<div class="quote-text text-red-900 text-3xl">
"كن أسطوريًا في كل ما تفعل"
</div>
</div>
<!-- Card 30 -->
<div class="quote-card gradient-bg-10">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-atom" style="top: 25%; left: 20%;"></i>
<div class="quote-text text-white text-2xl">
"التغيير يبدأ من الداخل، كن التغيير الذي تريد رؤيته"
</div>
</div>
<!-- Card 31 -->
<div class="quote-card gradient-bg-1">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-mountain" style="bottom: 20%; right: 20%;"></i>
<div class="quote-text text-white text-3xl">
"كل قمة تبدو مستحيلة حتى تتسلقها"
</div>
</div>
<!-- Card 32 -->
<div class="quote-card gradient-bg-2">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-lightbulb" style="top: 15%; left: 15%;"></i>
<div class="quote-text text-white text-2xl">
"الأفكار العظيمة تحتاج إلى شجاعة لتنفيذها"
</div>
</div>
<!-- Card 33 -->
<div class="quote-card gradient-bg-3">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-rocket" style="bottom: 25%; left: 25%;"></i>
<div class="quote-text text-gray-800 text-3xl">
"ضع أهدافًا تبدو مستحيلة، ثم اجعلها ممكنة"
</div>
</div>
<!-- Card 34 -->
<div class="quote-card gradient-bg-4">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-leaf" style="top: 30%; right: 20%;"></i>
<div class="quote-text text-purple-800 text-2xl">
"النمو الحقيقي يأتي عندما تتحدى نفسك"
</div>
</div>
<!-- Card 35 -->
<div class="quote-card gradient-bg-5">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-fire" style="bottom: 15%; right: 15%;"></i>
<div class="quote-text text-gray-900 text-3xl">
"الشغف هو ما يدفعك، المثابرة هي ما يبقيك"
</div>
</div>
<!-- Card 36 -->
<div class="quote-card gradient-bg-6">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-star" style="top: 20%; left: 20%;"></i>
<div class="quote-text text-red-700 text-2xl">
"كن نجمًا في سماء أحلامك"
</div>
</div>
<!-- Card 37 -->
<div class="quote-card gradient-bg-7">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-anchor" style="bottom: 20%; right: 20%;"></i>
<div class="quote-text text-white text-3xl">
"الثبات هو سر النجاح الطويل"
</div>
</div>
<!-- Card 38 -->
<div class="quote-card gradient-bg-8">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-compass" style="top: 15%; right: 25%;"></i>
<div class="quote-text text-white text-2xl">
"ابحث عن شغفك، وسوف تجد طريقك"
</div>
</div>
<!-- Card 39 -->
<div class="quote-card gradient-bg-9">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-gem" style="bottom: 25%; left: 20%;"></i>
<div class="quote-text text-red-900 text-3xl">
"أنت كنز ثمين، تصرف بهذه الروح"
</div>
</div>
<!-- Card 40 -->
<div class="quote-card gradient-bg-10">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-water" style="top: 30%; left: 15%;"></i>
<div class="quote-text text-white text-2xl">
"كن مرنًا كالماء، قويًا كالجبال"
</div>
</div>
<!-- Card 41 -->
<div class="quote-card gradient-bg-1">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-brain" style="bottom: 15%; right: 20%;"></i>
<div class="quote-text text-white text-3xl">
"عقلك هو أقوى أداة تملكها، دربه جيدًا"
</div>
</div>
<!-- Card 42 -->
<div class="quote-card gradient-bg-2">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-dove" style="top: 25%; left: 20%;"></i>
<div class="quote-text text-white text-2xl">
"السعادة اختيار، اخترها كل يوم"
</div>
</div>
<!-- Card 43 -->
<div class="quote-card gradient-bg-3">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-book" style="bottom: 20%; right: 25%;"></i>
<div class="quote-text text-gray-800 text-3xl">
"اقرأ كثيرًا، فالمعرفة هي السلاح"
</div>
</div>
<!-- Card 44 -->
<div class="quote-card gradient-bg-4">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-umbrella-beach" style="top: 15%; right: 15%;"></i>
<div class="quote-text text-purple-800 text-2xl">
"استمتع باللحظة، فهي لن تعود"
</div>
</div>
<!-- Card 45 -->
<div class="quote-card gradient-bg-5">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-bolt" style="bottom: 15%; left: 20%;"></i>
<div class="quote-text text-gray-900 text-3xl">
"كن سريعًا في التحرك، حكيمًا في التفكير"
</div>
</div>
<!-- Card 46 -->
<div class="quote-card gradient-bg-6">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-paint-brush" style="top: 30%; right: 20%;"></i>
<div class="quote-text text-red-700 text-2xl">
"ارسم حياتك بألوان أحلامك"
</div>
</div>
<!-- Card 47 -->
<div class="quote-card gradient-bg-7">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-moon" style="bottom: 25%; left: 15%;"></i>
<div class="quote-text text-white text-3xl">
"حتى في أحلك الليالي، هناك أمل"
</div>
</div>
<!-- Card 48 -->
<div class="quote-card gradient-bg-8">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-cloud" style="top: 20%; right: 25%;"></i>
<div class="quote-text text-white text-2xl">
"الأحلام الكبيرة تحتاج إلى صبر كبير"
</div>
</div>
<!-- Card 49 -->
<div class="quote-card gradient-bg-9">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-tree" style="bottom: 15%; right: 15%;"></i>
<div class="quote-text text-red-900 text-3xl">
"كن كالشجرة، متجذرًا في الأرض، ممتدًا نحو السماء"
</div>
</div>
<!-- Card 50 -->
<div class="quote-card gradient-bg-10">
<div class="pattern-overlay"></div>
<i class="floating-icon fas fa-globe" style="top: 25%; left: 20%;"></i>
<div class="quote-text text-white text-2xl">
"العالم بين يديك، ما عليك سوى أن تأخذه"
</div>
</div>
</div>
</div>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Aissa170/aissahost" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |