Spaces:
Running
Running
File size: 48,844 Bytes
94a6c26 |
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 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 |
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NM SCALPEX GOLD - Formation Trading Complète</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">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#FFD700',
secondary: '#1E293B',
accent: '#F59E0B',
}
}
}
}
</script>
<style>
.chart-container {
height: 400px;
background-color: #1E293B;
border-radius: 0.5rem;
position: relative;
overflow: hidden;
}
.news-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(245, 158, 11, 0.2);
}
.strategy-card:hover {
transform: scale(1.02);
}
#mobile-menu {
transition: all 0.3s ease;
}
.tradingview-widget-container iframe {
border-radius: 0.5rem;
}
</style>
</head>
<body class="bg-gray-100 font-sans">
<!-- Header -->
<header class="bg-secondary text-white shadow-lg sticky top-0 z-50">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2">
<i class="fas fa-chart-line text-primary text-2xl"></i>
<h1 class="text-2xl font-bold">
<span class="text-primary">NM</span> SCALPEX <span class="text-primary">GOLD</span>
</h1>
</div>
<!-- Desktop Navigation -->
<nav class="hidden md:flex space-x-8">
<a href="#accueil" class="hover:text-primary transition">Accueil</a>
<a href="#formations" class="hover:text-primary transition">Formations</a>
<a href="#strategies" class="hover:text-primary transition">Stratégies</a>
<a href="#analyses" class="hover:text-primary transition">Analyses</a>
<a href="#live" class="hover:text-primary transition">Charts Live</a>
<a href="#contact" class="hover:text-primary transition">Contact</a>
</nav>
<!-- Mobile Menu Button -->
<button id="menu-btn" class="md:hidden text-white focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden bg-secondary pb-4 px-4">
<a href="#accueil" class="block py-2 hover:text-primary transition">Accueil</a>
<a href="#formations" class="block py-2 hover:text-primary transition">Formations</a>
<a href="#strategies" class="block py-2 hover:text-primary transition">Stratégies</a>
<a href="#analyses" class="block py-2 hover:text-primary transition">Analyses</a>
<a href="#live" class="block py-2 hover:text-primary transition">Charts Live</a>
<a href="#contact" class="block py-2 hover:text-primary transition">Contact</a>
</div>
</header>
<!-- Hero Section -->
<section id="accueil" class="bg-gradient-to-r from-secondary to-gray-900 text-white py-20">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h2 class="text-4xl md:text-5xl font-bold mb-6">
Devenez un expert en trading <span class="text-primary">Gold & Crypto</span>
</h2>
<p class="text-xl mb-8">
Apprenez les stratégies de scalping et de swing trading de A à Z avec des professionnels. Analyses quotidiennes et formations complètes.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#formations" class="bg-primary hover:bg-yellow-600 text-secondary font-bold py-3 px-6 rounded-lg text-center transition">
Commencer la formation
</a>
<a href="#live" class="bg-transparent hover:bg-gray-800 border-2 border-primary text-white font-bold py-3 px-6 rounded-lg text-center transition">
Voir les charts live
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Trading Gold and Crypto"
class="rounded-lg shadow-2xl max-w-full h-auto">
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-secondary">
Pourquoi choisir <span class="text-primary">NM SCALPEX GOLD</span> ?
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-6 rounded-lg shadow-md border-l-4 border-primary">
<div class="text-primary mb-4">
<i class="fas fa-graduation-cap text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-secondary">Formation Complète</h3>
<p class="text-gray-700">
De A à Z, apprenez toutes les techniques de trading, du niveau débutant au niveau expert.
</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg shadow-md border-l-4 border-primary">
<div class="text-primary mb-4">
<i class="fas fa-chart-bar text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-secondary">Analyses Quotidiennes</h3>
<p class="text-gray-700">
Recevez chaque jour des analyses techniques détaillées sur le Gold (XAU/USD) et BTC/USD.
</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg shadow-md border-l-4 border-primary">
<div class="text-primary mb-4">
<i class="fas fa-hand-holding-usd text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-secondary">Stratégies Rentables</h3>
<p class="text-gray-700">
Découvrez nos stratégies de scalping et swing trading éprouvées avec des exemples concrets.
</p>
</div>
</div>
</div>
</section>
<!-- Formation Section -->
<section id="formations" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-secondary">
Nos <span class="text-primary">Formations</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Formation 1 -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden strategy-card transition duration-300">
<div class="h-48 bg-gradient-to-r from-primary to-accent flex items-center justify-center">
<i class="fas fa-baby text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-3 text-secondary">Débutant</h3>
<p class="text-gray-700 mb-4">
Les bases du trading: terminologie, plateformes, lecture de graphiques, gestion du risque.
</p>
<ul class="mb-4 space-y-2">
<li class="flex items-center">
<i class="fas fa-check text-primary mr-2"></i>
<span>Comprendre les marchés</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-primary mr-2"></i>
<span>Les outils de base</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-primary mr-2"></i>
<span>Gestion du capital</span>
</li>
</ul>
<button class="w-full bg-primary hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded transition">
En savoir plus
</button>
</div>
</div>
<!-- Formation 2 -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden strategy-card transition duration-300">
<div class="h-48 bg-gradient-to-r from-secondary to-gray-700 flex items-center justify-center">
<i class="fas fa-user text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-3 text-secondary">Intermédiaire</h3>
<p class="text-gray-700 mb-4">
Analyse technique avancée: indicateurs, patterns, stratégies de swing trading.
</p>
<ul class="mb-4 space-y-2">
<li class="flex items-center">
<i class="fas fa-check text-primary mr-2"></i>
<span>Indicateurs techniques</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-primary mr-2"></i>
<span>Analyse multi-temps</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-primary mr-2"></i>
<span>Stratégies de swing</span>
</li>
</ul>
<button class="w-full bg-primary hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded transition">
En savoir plus
</button>
</div>
</div>
<!-- Formation 3 -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden strategy-card transition duration-300">
<div class="h-48 bg-gradient-to-r from-accent to-primary flex items-center justify-center">
<i class="fas fa-user-ninja text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-3 text-secondary">Expert Scalping</h3>
<p class="text-gray-700 mb-4">
Techniques de scalping avancées pour le Gold et les cryptos avec exemples en temps réel.
</p>
<ul class="mb-4 space-y-2">
<li class="flex items-center">
<i class="fas fa-check text-primary mr-2"></i>
<span>Scalping sur le Gold</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-primary mr-2"></i>
<span>Stratégies intraday</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-primary mr-2"></i>
<span>Gestion psychologique</span>
</li>
</ul>
<button class="w-full bg-primary hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded transition">
En savoir plus
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Strategies Section -->
<section id="strategies" class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-secondary">
Nos <span class="text-primary">Stratégies</span> Éprouvées
</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 mb-12">
<div class="bg-gray-50 p-6 rounded-lg shadow-md">
<h3 class="text-xl font-bold mb-4 text-primary">Stratégie Golden Scalp</h3>
<p class="mb-4 text-gray-700">
Une stratégie de scalping spécialement conçue pour le marché du XAU/USD (Gold) avec un taux de réussite de 78% sur les 6 derniers mois.
</p>
<div class="mb-4">
<h4 class="font-bold mb-2 text-secondary">Indicateurs utilisés:</h4>
<div class="flex flex-wrap gap-2">
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-sm">EMA 9</span>
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-sm">RSI 14</span>
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-sm">Volume Profile</span>
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-sm">Fibonacci</span>
</div>
</div>
<div class="mb-4">
<h4 class="font-bold mb-2 text-secondary">Exemple de setup:</h4>
<img src="https://www.tradingview.com/x/5J1GXWlE/" alt="Exemple Golden Scalp" class="rounded-lg w-full">
</div>
<button class="bg-primary hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded transition">
Voir la stratégie complète
</button>
</div>
<div class="bg-gray-50 p-6 rounded-lg shadow-md">
<h3 class="text-xl font-bold mb-4 text-primary">Bitcoin Swing Master</h3>
<p class="mb-4 text-gray-700">
Stratégie de swing trading pour capturer les mouvements majeurs du BTC/USD avec une gestion de risque optimale.
</p>
<div class="mb-4">
<h4 class="font-bold mb-2 text-secondary">Indicateurs utilisés:</h4>
<div class="flex flex-wrap gap-2">
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-sm">MACD</span>
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-sm">Supertrend</span>
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-sm">Support/Résistance</span>
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-sm">Volume</span>
</div>
</div>
<div class="mb-4">
<h4 class="font-bold mb-2 text-secondary">Exemple de setup:</h4>
<img src="https://www.tradingview.com/x/3jwQJX9T/" alt="Exemple Bitcoin Swing" class="rounded-lg w-full">
</div>
<button class="bg-primary hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded transition">
Voir la stratégie complète
</button>
</div>
</div>
<div class="text-center">
<button class="bg-secondary hover:bg-gray-800 text-white font-bold py-3 px-6 rounded-lg transition">
Voir toutes nos stratégies (12+ disponibles)
</button>
</div>
</div>
</section>
<!-- Daily Analysis Section -->
<section id="analyses" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-secondary">
Analyses <span class="text-primary">Quotidiennes</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-8">
<!-- Gold Analysis -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden news-card transition duration-300">
<div class="h-48 bg-gradient-to-r from-primary to-yellow-300 flex items-center justify-center">
<i class="fas fa-coins text-white text-6xl"></i>
</div>
<div class="p-6">
<div class="flex justify-between items-center mb-3">
<span class="text-sm text-gray-500">Aujourd'hui, 08:30</span>
<span class="bg-primary text-white text-xs font-bold px-2 py-1 rounded">GOLD (XAU/USD)</span>
</div>
<h3 class="text-xl font-bold mb-3 text-secondary">Analyse Technique du Gold</h3>
<p class="text-gray-700 mb-4">
Le Gold montre des signes de consolidation après une forte hausse hier. Nous surveillons les niveaux clés de 3280$ comme support immédiat et 3350$ comme résistance majeure...
</p>
<div class="flex justify-between items-center">
<div class="flex items-center">
<i class="fas fa-chart-line text-primary mr-2"></i>
<span class="text-sm">Niveau clé: 3280$ - 3350$</span>
</div>
<button class="text-primary hover:text-yellow-600 font-bold text-sm transition">
Lire l'analyse complète →
</button>
</div>
</div>
</div>
<!-- BTC Analysis -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden news-card transition duration-300">
<div class="h-48 bg-gradient-to-r from-gray-700 to-gray-500 flex items-center justify-center">
<i class="fab fa-bitcoin text-white text-6xl"></i>
</div>
<div class="p-6">
<div class="flex justify-between items-center mb-3">
<span class="text-sm text-gray-500">Aujourd'hui, 09:15</span>
<span class="bg-gray-700 text-white text-xs font-bold px-2 py-1 rounded">BTC/USD</span>
</div>
<h3 class="text-xl font-bold mb-3 text-secondary">Bitcoin: Prêt pour un breakout?</h3>
<p class="text-gray-700 mb-4">
Le BTC/USD a franchi le niveau psychologique des 100000$ avec force, confirmant un nouveau marché haussier. Les prochains objectifs sont 120000$ puis 150000$...
</p>
<div class="flex justify-between items-center">
<div class="flex items-center">
<i class="fas fa-chart-line text-primary mr-2"></i>
<span class="text-sm">Niveau clé: 98000$ - 105000$</span>
</div>
<button class="text-primary hover:text-yellow-600 font-bold text-sm transition">
Lire l'analyse complète →
</button>
</div>
</div>
</div>
</div>
<div class="text-center">
<button class="bg-secondary hover:bg-gray-800 text-white font-bold py-3 px-6 rounded-lg transition">
Voir les archives d'analyses
</button>
</div>
</div>
</section>
<!-- Live Charts Section -->
<section id="live" class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-secondary">
Charts <span class="text-primary">Live</span>
</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 mb-8">
<!-- Gold Chart -->
<div>
<div class="flex items-center justify-between mb-4">
<h3 class="text-xl font-bold text-secondary flex items-center">
<i class="fas fa-coins text-primary mr-2"></i>
XAU/USD (Gold)
</h3>
<div class="flex space-x-2">
<button class="bg-gray-200 hover:bg-gray-300 text-gray-800 font-bold py-1 px-3 rounded text-sm transition">
1H
</button>
<button class="bg-primary hover:bg-yellow-600 text-white font-bold py-1 px-3 rounded text-sm transition">
4H
</button>
<button class="bg-gray-200 hover:bg-gray-300 text-gray-800 font-bold py-1 px-3 rounded text-sm transition">
1D
</button>
</div>
</div>
<div class="chart-container">
<!-- TradingView Widget -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-advanced-chart.js" async>
{
"autosize": true,
"symbol": "TVC:GOLD",
"interval": "240",
"timezone": "Etc/UTC",
"theme": "dark",
"style": "1",
"locale": "fr",
"enable_publishing": false,
"hide_top_toolbar": true,
"hide_side_toolbar": false,
"allow_symbol_change": true,
"calendar": false,
"studies": [
"STD;EMA%1Cross"
],
"support_host": "https://www.tradingview.com"
}
</script>
</div>
</div>
</div>
<!-- BTC Chart -->
<div>
<div class="flex items-center justify-between mb-4">
<h3 class="text-xl font-bold text-secondary flex items-center">
<i class="fab fa-bitcoin text-primary mr-2"></i>
BTC/USD
</h3>
<div class="flex space-x-2">
<button class="bg-gray-200 hover:bg-gray-300 text-gray-800 font-bold py-1 px-3 rounded text-sm transition">
1H
</button>
<button class="bg-primary hover:bg-yellow-600 text-white font-bold py-1 px-3 rounded text-sm transition">
4H
</button>
<button class="bg-gray-200 hover:bg-gray-300 text-gray-800 font-bold py-1 px-3 rounded text-sm transition">
1D
</button>
</div>
</div>
<div class="chart-container">
<!-- TradingView Widget -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-advanced-chart.js" async>
{
"autosize": true,
"symbol": "BINANCE:BTCUSDT",
"interval": "240",
"timezone": "Etc/UTC",
"theme": "dark",
"style": "1",
"locale": "fr",
"enable_publishing": false,
"hide_top_toolbar": true,
"hide_side_toolbar": false,
"allow_symbol_change": true,
"calendar": false,
"studies": [
"STD;Supertrend"
],
"support_host": "https://www.tradingview.com"
}
</script>
</div>
</div>
</div>
</div>
<div class="bg-secondary text-white rounded-lg p-6 mt-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-2/3 mb-6 md:mb-0">
<h3 class="text-2xl font-bold mb-3">Recevez nos analyses directement</h3>
<p>
Abonnez-vous à notre newsletter pour recevoir chaque matin nos analyses Gold et BTC ainsi que des setups de trading exclusifs.
</p>
</div>
<div class="md:w-1/3 w-full">
<form class="flex flex-col sm:flex-row gap-2">
<input type="email" placeholder="Votre email" class="flex-grow px-4 py-2 rounded focus:outline-none text-gray-900">
<button type="submit" class="bg-primary hover:bg-yellow-600 text-white font-bold py-2 px-6 rounded transition">
S'abonner
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-secondary">
Témoignages de nos <span class="text-primary">Élèves</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-primary flex items-center justify-center text-white font-bold mr-4">
JD
</div>
<div>
<h4 class="font-bold text-secondary">Jean D.</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="text-gray-700 italic">
"La stratégie Golden Scalp a complètement changé ma façon de trader. En 3 mois, j'ai pu multiplier mon compte par 5. Les explications sont claires et les exemples concrets."
</p>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-primary flex items-center justify-center text-white font-bold mr-4">
MS
</div>
<div>
<h4 class="font-bold text-secondary">Marie S.</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
<p class="text-gray-700 italic">
"Je suis débutante et la formation m'a permis de comprendre les bases sans être submergée. Les analyses quotidiennes sont un vrai plus pour m'entraîner."
</p>
</div>
<!-- Testimonial 3 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-primary flex items-center justify-center text-white font-bold mr-4">
TA
</div>
<div>
<h4 class="font-bold text-secondary">Thomas A.</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="text-gray-700 italic">
"Le scalping sur le Gold est devenu ma spécialité grâce à NM Scalpex Gold. Leur approche technique est solide et les résultats parlent d'eux-mêmes."
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-secondary">
Contactez <span class="text-primary">NM SCALPEX GOLD</span>
</h2>
<div class="flex flex-col lg:flex-row gap-12">
<div class="lg:w-1/2">
<h3 class="text-xl font-bold mb-6 text-secondary">Informations de contact</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="text-primary mr-4 mt-1">
<i class="fas fa-envelope text-xl"></i>
</div>
<div>
<h4 class="font-bold text-secondary mb-1">Email</h4>
<p class="text-gray-700">[email protected]</p>
</div>
</div>
<div class="flex items-start">
<div class="text-primary mr-4 mt-1">
<i class="fas fa-phone-alt text-xl"></i>
</div>
<div>
<h4 class="font-bold text-secondary mb-1">Téléphone</h4>
<p class="text-gray-700"> </p>
</div>
</div>
<div class="flex items-start">
<div class="text-primary mr-4 mt-1">
<i class="fas fa-map-marker-alt text-xl"></i>
</div>
<div>
<h4 class="font-bold text-secondary mb-1">Adresse</h4>
<p class="text-gray-700">casablanca.morocco</p>
</div>
</div>
<div class="flex items-start">
<div class="text-primary mr-4 mt-1">
<i class="fas fa-clock text-xl"></i>
</div>
<div>
<h4 class="font-bold text-secondary mb-1">Horaires</h4>
<p class="text-gray-700">Lundi-Vendredi: 8h-20h<br>Samedi: 9h-13h</p>
</div>
</div>
</div>
<div class="mt-8">
<h3 class="text-xl font-bold mb-4 text-secondary">Suivez-nous</h3>
<div class="flex space-x-4">
<a href="#" class="bg-gray-200 hover:bg-primary hover:text-white w-10 h-10 rounded-full flex items-center justify-center text-gray-700 transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="bg-gray-200 hover:bg-primary hover:text-white w-10 h-10 rounded-full flex items-center justify-center text-gray-700 transition">
<i class="fab fa-telegram"></i>
</a>
<a href="#" class="bg-gray-200 hover:bg-primary hover:text-white w-10 h-10 rounded-full flex items-center justify-center text-gray-700 transition">
<i class="fab fa-youtube"></i>
</a>
<a href="#" class="bg-gray-200 hover:bg-primary hover:text-white w-10 h-10 rounded-full flex items-center justify-center text-gray-700 transition">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
<div class="lg:w-1/2">
<h3 class="text-xl font-bold mb-6 text-secondary">Envoyez-nous un message</h3>
<form class="space-y-4">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Nom</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary">
</div>
</div>
<div>
<label for="subject" class="block text-sm font-medium text-gray-700 mb-1">Sujet</label>
<input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary">
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
<textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary"></textarea>
</div>
<button type="submit" class="bg-primary hover:bg-yellow-600 text-white font-bold py-3 px-6 rounded-lg transition">
Envoyer le message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-secondary">
Questions <span class="text-primary">Fréquentes</span>
</h2>
<div class="max-w-3xl mx-auto space-y-4">
<!-- FAQ Item 1 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<button class="faq-btn w-full flex justify-between items-center p-6 text-left focus:outline-none">
<h3 class="text-lg font-bold text-secondary">Quelle est la durée d'accès aux formations?</h3>
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i>
</button>
<div class="faq-content px-6 pb-6 hidden">
<p class="text-gray-700">
Toutes nos formations sont accessibles à vie une fois achetées. Vous bénéficiez également des mises à jour gratuites lorsque nous ajoutons du nouveau contenu ou améliorons les stratégies.
</p>
</div>
</div>
<!-- FAQ Item 2 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<button class="faq-btn w-full flex justify-between items-center p-6 text-left focus:outline-none">
<h3 class="text-lg font-bold text-secondary">Faut-il un capital important pour commencer?</h3>
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i>
</button>
<div class="faq-content px-6 pb-6 hidden">
<p class="text-gray-700">
Non, nos stratégies sont adaptables à différents niveaux de capital. Nous enseignons d'ailleurs des techniques de gestion de risque qui permettent de trader avec des petits comptes (à partir de 200€). Cependant, plus le capital est important, plus vous pourrez diversifier vos trades et mieux gérer le risque.
</p>
</div>
</div>
<!-- FAQ Item 3 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<button class="faq-btn w-full flex justify-between items-center p-6 text-left focus:outline-none">
<h3 class="text-lg font-bold text-secondary">Combien de temps faut-il pour devenir rentable?</h3>
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i>
</button>
<div class="faq-content px-6 pb-6 hidden">
<p class="text-gray-700">
Cela varie selon votre implication et le temps que vous y consacrez. En moyenne, nos élèves commencent à voir des résultats positifs après 3-6 mois de pratique régulière. Nous recommandons de commencer sur un compte démo pendant au moins 1 mois avant de passer en réel.
</p>
</div>
</div>
<!-- FAQ Item 4 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<button class="faq-btn w-full flex justify-between items-center p-6 text-left focus:outline-none">
<h3 class="text-lg font-bold text-secondary">Quelle plateforme de trading recommandez-vous?</h3>
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i>
</button>
<div class="faq-content px-6 pb-6 hidden">
<p class="text-gray-700">
Pour le trading de Gold (XAU/USD), nous recommandons des brokers régulés comme Pepperstone, IC Markets ou XM. Pour le trading de crypto (BTC/USD), Binance est une bonne option. Nos formations sont compatibles avec MetaTrader 4/5 et TradingView, les plateformes les plus utilisées.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-secondary text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
<div>
<h3 class="text-xl font-bold mb-4 flex items-center">
<i class="fas fa-chart-line text-primary mr-2"></i>
<span>NM SCALPEX GOLD</span>
</h3>
<p class="text-gray-300">
La référence en formation trading Gold et Crypto. Stratégies éprouvées et analyses quotidiennes.
</p>
</div>
<div>
<h4 class="font-bold text-lg mb-4">Formations</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-300 hover:text-primary transition">Débutant</a></li>
<li><a href="#" class="text-gray-300 hover:text-primary transition">Intermédiaire</a></li>
<li><a href="#" class="text-gray-300 hover:text-primary transition">Expert Scalping</a></li>
<li><a href="#" class="text-gray-300 hover:text-primary transition">Toutes les formations</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-lg mb-4">Ressources</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-300 hover:text-primary transition">Analyses quotidiennes</a></li>
<li><a href="#" class="text-gray-300 hover:text-primary transition">Stratégies trading</a></li>
<li><a href="#" class="text-gray-300 hover:text-primary transition">Glossaire</a></li>
<li><a href="#" class="text-gray-300 hover:text-primary transition">Blog</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-lg mb-4">Légal</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-300 hover:text-primary transition">Mentions légales</a></li>
<li><a href="#" class="text-gray-300 hover:text-primary transition">CGU</a></li>
<li><a href="#" class="text-gray-300 hover:text-primary transition">Politique de confidentialité</a></li>
<li><a href="#" class="text-gray-300 hover:text-primary transition">Avis clients</a></li>
</ul>
</div>
</div>
<div class="pt-8 border-t border-gray-700 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-300 mb-4 md:mb-0">
© 2023 NM SCALPEX GOLD. Tous droits réservés.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-300 hover:text-primary transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-300 hover:text-primary transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-300 hover:text-primary transition">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-300 hover:text-primary transition">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Mobile Menu Toggle
const menuBtn = document.getElementById('menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
menuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// FAQ Accordion
const faqBtns = document.querySelectorAll('.faq-btn');
faqBtns.forEach(btn => {
btn.addEventListener('click', () => {
const content = btn.nextElementSibling;
const icon = btn.querySelector('i');
// Toggle content
content.classList.toggle('hidden');
// Rotate icon
icon.classList.toggle('rotate-180');
// Close other open FAQs
faqBtns.forEach(otherBtn => {
if (otherBtn !== btn) {
otherBtn.nextElementSibling.classList.add('hidden');
otherBtn.querySelector('i').classList.remove('rotate-180');
}
});
});
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
mobileMenu.classList.add('hidden');
}
});
});
</script>
<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=Nassim1334/nm-scalpex" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |