Spaces:
Running
Running
File size: 36,093 Bytes
f0246ec 21102cd f0246ec 21102cd f0246ec |
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 |
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forex Trading Cơ Bản – Kiến Thức Nền Tảng Cho Người Mới</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>
/* Custom styles that can't be done with Tailwind */
.chapter-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);
}
.progress-bar {
height: 6px;
transition: width 0.3s ease;
}
.floating-menu {
position: sticky;
bottom: 2rem;
right: 2rem;
transition: all 0.3s ease;
}
.book-page {
background-color: #f9f7f1;
border: 1px solid #e2e2e2;
box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}
</style>
</head>
<body class="bg-gray-50 text-gray-800 font-sans min-h-screen">
<!-- Header -->
<header class="bg-gradient-to-r from-blue-800 to-blue-600 text-white shadow-lg sticky top-0 z-50">
<div class="container mx-auto px-4 py-6">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center mb-4 md:mb-0">
<i class="fas fa-chart-line text-3xl mr-3"></i>
<div>
<h1 class="text-2xl md:text-3xl font-bold">Forex Trading Cơ Bản</h1>
<p class="text-sm md:text-base opacity-90">Kiến thức nền tảng cho người mới bắt đầu</p>
</div>
</div>
<div class="flex space-x-4">
<button class="btn bg-blue-500 hover:bg-blue-600 px-4 py-2 rounded-lg flex items-center transition">
<i class="fas fa-book-open mr-2"></i>Đọc Online
</button>
<button class="btn bg-orange-500 hover:bg-orange-600 px-4 py-2 rounded-lg flex items-center transition">
<i class="fas fa-download mr-2"></i>Tải PDF
</button>
</div>
</div>
</div>
<div class="progress-bar-container bg-blue-900">
<div class="progress-bar bg-yellow-400" style="width: 0%"></div>
</div>
</header>
<!-- Main Content -->
<main class="container mx-auto px-4 py-8">
<!-- Hero Section -->
<section class="book-page rounded-lg p-6 md:p-10 mb-12">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
<h2 class="text-3xl md:text-4xl font-bold text-blue-800 mb-4">Làm Chủ Forex Từ Những Bước Đầu Tiên</h2>
<p class="text-lg mb-6">Cuốn ebook toàn diện nhất dành cho người mới bắt đầu tiếp cận thị trường ngoại hối, cung cấp kiến thức từ cơ bản đến nâng cao với phương pháp dễ hiểu và thực tế.</p>
<div class="bg-blue-100 border-l-4 border-blue-500 p-4 mb-6">
<p class="font-semibold text-blue-800">Bạn sẽ học được gì?</p>
<ul class="list-disc list-inside mt-2 space-y-1">
<li>Cách thị trường Forex vận hành và kiếm lợi nhuận</li>
<li>Phân tích kỹ thuật với các công cụ hiệu quả nhất</li>
<li>Quản lý rủi ro và kiểm soát tâm lý</li>
<li>Xây dựng chiến lược giao dịch cá nhân</li>
</ul>
</div>
<!-- Chapter Content START -->
<div class="chapter-content mt-8 hidden" id="chapter1-1">
<h3 class="text-2xl font-bold mb-4 text-blue-800">Chương 1: Giao dịch Forex là gì?</h3>
<div class="mb-6">
<h4 class="font-bold text-lg mb-2 text-blue-700">1. Khái niệm cơ bản</h4>
<p class="mb-3">Forex (Foreign Exchange) là thị trường trao đổi ngoại hối lớn nhất thế giới, nơi các đồng tiền được giao dịch theo cặp. Khối lượng giao dịch hàng ngày đạt khoảng 6.6 nghìn tỷ USD (theo báo cáo BIS 2019).</p>
<p class="mb-3">Ví dụ: Khi bạn đổi USD sang EUR, bạn đang tham gia vào thị trường Forex.</p>
<img src="https://via.placeholder.com/800x400?text=Forex+Market+Infographic" alt="Thị trường Forex" class="w-full rounded-lg border mb-3">
</div>
<div class="mb-6">
<h4 class="font-bold text-lg mb-2 text-blue-700">2. Các cặp tiền chính</h4>
<p class="mb-2">3 loại cặp tiền chính:</p>
<ul class="list-disc list-inside mb-3 space-y-1">
<li><strong>Major pairs (Cặp chính):</strong> EUR/USD, USD/JPY, GBP/USD, USD/CHF, AUD/USD, USD/CAD, NZD/USD</li>
<li><strong>Minor pairs (Cặp phụ):</strong> EUR/GBP, GBP/JPY, AUD/NZD</li>
<li><strong>Exotic pairs (Cặp ngoại lai):</strong> USD/SGD, EUR/TRY, USD/ZAR</li>
</ul>
<div class="bg-green-50 border-l-4 border-green-500 p-3 mb-3">
<p class="font-semibold text-green-700">Lưu ý:</p>
<p class="text-sm">Cặp tiền chính có thanh khoản cao nhất và spread thấp nhất nên thường được ưa chuộng bởi trader mới.</p>
</div>
</div>
<div class="mb-6">
<h4 class="font-bold text-lg mb-2 text-blue-700">3. Pip và Lot</h4>
<p class="mb-3">Pip (Percentage in Point) là đơn vị đo lường sự thay đổi giá. Đối với hầu hết các cặp tiền, 1 pip = 0.0001.</p>
<p class="mb-3">Lot là đơn vị khối lượng giao dịch. Standard lot = 100,000 đơn vị tiền tệ.</p>
<div class="overflow-x-auto">
<table class="min-w-full bg-white border">
<thead>
<tr class="bg-gray-100">
<th class="py-2 px-4 border">Loại Lot</th>
<th class="py-2 px-4 border">Khối lượng</th>
<th class="py-2 px-4 border">Giá trị 1 Pip (EUR/USD)</th>
</tr>
</thead>
<tbody>
<tr class="text-center">
<td class="py-2 px-4 border">Standard</td>
<td class="py-2 px-4 border">100,000</td>
<td class="py-2 px-4 border">$10</td>
</tr>
<tr class="text-center bg-gray-50">
<td class="py-2 px-4 border">Mini</td>
<td class="py-2 px-4 border">10,000</td>
<td class="py-2 px-4 border">$1</td>
</tr>
<tr class="text-center">
<td class="py-2 px-4 border">Micro</td>
<td class="py-2 px-4 border">1,000</td>
<td class="py-2 px-4 border">$0.1</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="mb-6">
<h4 class="font-bold text-lg mb-2 text-blue-700">4. Spread và Phí giao dịch</h4>
<div class="flex flex-col md:flex-row gap-4">
<div class="md:w-1/2">
<img src="https://via.placeholder.com/400x250?text=Spread+Example" alt="Spread Example" class="w-full rounded-lg border mb-2">
<p class="text-sm italic text-center">Hình ảnh minh họa Spread trên biểu đồ</p>
</div>
<div class="md:w-1/2">
<p class="mb-2">Spread là chênh lệch giữa giá Bid (bán) và Ask (mua). Đây là cách sàn forex kiếm tiền.</p>
<p class="bg-yellow-50 border-l-4 border-yellow-500 p-2 text-sm">Ví dụ: EUR/USD có Bid = 1.1200 và Ask = 1.1202 thì Spread = 2 pips.</p>
<p class="mt-3">Các loại spread:</p>
<ul class="list-disc list-inside ml-4 space-y-1">
<li><strong>Fixed Spread:</strong> Cố định trong mọi điều kiện</li>
<li><strong>Floating Spread:</strong> Thay đổi theo thị trường</li>
</ul>
</div>
</div>
</div>
<div class="flex justify-end mt-6">
<button class="bg-blue-600 hover:bg-blue-700 text-white py-2 px-6 rounded-lg flex items-center" id="quizBtn1-1">
<i class="fas fa-question-circle mr-2"></i> Làm Quiz Kiểm Tra
</button>
</div>
</div>
<!-- Chapter Content END -->
<button class="bg-green-600 hover:bg-green-700 text-white font-bold py-3 px-6 rounded-lg shadow transition flex items-center mx-auto md:mx-0">
<i class="fas fa-play-circle mr-2"></i>Bắt đầu học ngay
</button>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative w-64 h-80 md:w-72 md:h-96">
<div class="absolute inset-0 bg-blue-700 transform rotate-3 rounded-lg shadow-xl"></div>
<div class="absolute inset-0 bg-gradient-to-b from-blue-800 to-blue-600 transform -rotate-2 rounded-lg shadow-xl flex flex-col items-center justify-center p-6 text-center text-white">
<div class="border-b border-white pb-2 mb-2 w-full">
<h3 class="text-xl font-bold">Forex Trading Cơ Bản</h3>
</div>
<i class="fas fa-book-open text-6xl my-4 text-yellow-300"></i>
<p class="mb-4">Tài liệu giao dịch ngoại hối toàn diện cho người mới</p>
<div class="w-16 h-1 bg-yellow-300 my-2"></div>
<p class="text-sm italic">2023 Edition</p>
</div>
</div>
</div>
</div>
</section>
<!-- Table of Contents -->
<section class="mb-16">
<h2 class="text-2xl md:text-3xl font-bold text-center mb-8 text-blue-800"><i class="fas fa-list-ul mr-3"></i>Mục Lục</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Part 1 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md chapter-card transition duration-300">
<div class="bg-blue-700 text-white p-4">
<h3 class="font-bold text-lg"><i class="fas fa-info-circle mr-2"></i>PHẦN 1: Giới Thiệu Về Forex</h3>
</div>
<div class="p-4">
<ul class="space-y-2">
<li class="flex items-start"><span class="text-blue-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 1: Giao dịch Forex là gì?</li>
<li class="flex items-start"><span class="text-blue-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 2: Lịch sử thị trường Forex</li>
<li class="flex items-start"><span class="text-blue-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 3: Cách thức hoạt động</li>
<li class="flex items-start"><span class="text-blue-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 4: Nhóm tham gia chính</li>
<li class="flex items-start"><span class="text-blue-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 5: Thuật ngữ cơ bản</li>
<li class="flex items-start"><span class="text-blue-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 6: Các phiên giao dịch</li>
<li class="flex items-start"><span class="text-blue-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 7: Demo vs Live Trading</li>
<li class="flex items-start"><span class="text-blue-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 8: Phương pháp phân tích</li>
</ul>
<button class="mt-3 text-blue-600 hover:text-blue-800 flex items-center text-sm font-semibold">
Xem chi tiết <i class="fas fa-angle-double-right ml-1"></i>
</button>
</div>
</div>
<!-- Part 2 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md chapter-card transition duration-300">
<div class="bg-green-700 text-white p-4">
<h3 class="font-bold text-lg"><i class="fas fa-chart-line mr-2"></i>PHẦN 2: Phân Tích Kỹ Thuật</h3>
</div>
<div class="p-4">
<ul class="space-y-2">
<li class="flex items-start"><span class="text-green-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 1: Xu hướng thị trường</li>
<li class="flex items-start"><span class="text-green-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 2: Biểu đồ giá</li>
<li class="flex items-start"><span class="text-green-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 3: Hỗ trợ & kháng cự</li>
<li class="flex items-start"><span class="text-green-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 4: Đường xu hướng</li>
<li class="flex items-start"><span class="text-green-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 5: Fibonacci</li>
<li class="flex items-start"><span class="text-green-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 6: Pivot Points</li>
<li class="flex items-start"><span class="text-green-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 7: Moving Averages</li>
<li class="flex items-start"><span class="text-green-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 8: Sóng Elliott</li>
</ul>
<button class="mt-3 text-green-600 hover:text-green-800 flex items-center text-sm font-semibold">
Xem chi tiết <i class="fas fa-angle-double-right ml-1"></i>
</button>
</div>
</div>
<!-- Part 3 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md chapter-card transition duration-300">
<div class="bg-purple-700 text-white p-4">
<h3 class="font-bold text-lg"><i class="fas fa-newspaper mr-2"></i>PHẦN 3: Phân Tích Cơ Bản</h3>
</div>
<div class="p-4">
<p class="text-sm italic mb-3">Tập trung vào tin tức (NFP, lãi suất, địa chính trị) & cách đọc lịch kinh tế</p>
<button class="text-purple-600 hover:text-purple-800 flex items-center text-sm font-semibold">
Xem chi tiết <i class="fas fa-angle-double-right ml-1"></i>
</button>
</div>
</div>
<!-- Part 4 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md chapter-card transition duration-300">
<div class="bg-yellow-600 text-white p-4">
<h3 class="font-bold text-lg"><i class="fas fa-brain mr-2"></i>PHẦN 4: Tâm Lý Giao Dịch</h3>
</div>
<div class="p-4">
<ul class="space-y-2">
<li class="flex items-start"><span class="text-yellow-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 1: Tính ngẫu nhiên thị trường</li>
<li class="flex items-start"><span class="text-yellow-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 2: Kiên định khi biến động</li>
<li class="flex items-start"><span class="text-yellow-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 3: Kiểm soát cảm xúc</li>
<li class="flex items-start"><span class="text-yellow-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 4: Tránh giao dịch quá mức</li>
</ul>
<button class="mt-3 text-yellow-600 hover:text-yellow-800 flex items-center text-sm font-semibold">
Xem chi tiết <i class="fas fa-angle-double-right ml-1"></i>
</button>
</div>
</div>
<!-- Part 5 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md chapter-card transition duration-300">
<div class="bg-red-700 text-white p-4">
<h3 class="font-bold text-lg"><i class="fas fa-shield-alt mr-2"></i>PHẦN 5: Quản Lý Rủi Ro</h3>
</div>
<div class="p-4">
<ul class="space-y-2">
<li class="flex items-start"><span class="text-red-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 1: Biến động (Volatility)</li>
<li class="flex items-start"><span class="text-red-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 2: Tỷ lệ Risk-Reward</li>
<li class="flex items-start"><span class="text-red-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 3: Spread & Margin</li>
<li class="flex items-start"><span class="text-red-500 mr-2"><i class="fas fa-circle text-xs mt-1.5"></i></span> Chương 4: Đặt Stop Loss</li>
</ul>
<button class="mt-3 text-red-600 hover:text-red-800 flex items-center text-sm font-semibold">
Xem chi tiết <i class="fas fa-angle-double-right ml-1"></i>
</button>
</div>
</div>
<!-- Part 6 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md chapter-card transition duration-300">
<div class="bg-indigo-700 text-white p-4">
<h3 class="font-bold text-lg"><i class="fas fa-book mr-2"></i>PHẦN 6: Nhật Ký Giao Dịch</h3>
</div>
<div class="p-4">
<p class="mb-3">Hướng dẫn tạo và sử dụng nhật ký giao dịch hiệu quả để phân tích lỗi và cải thiện chiến lược.</p>
<button class="text-indigo-600 hover:text-indigo-800 flex items-center text-sm font-semibold">
<i class="fas fa-file-download mr-1"></i> Tải mẫu nhật ký
</button>
</div>
</div>
</div>
</section>
<!-- Features -->
<section class="book-page rounded-lg p-8 mb-16">
<h2 class="text-2xl md:text-3xl font-bold text-center mb-10 text-blue-800">Tại Sao Chọn Ebook Này?</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="text-center">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-user-graduate text-blue-600 text-2xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">Dành Cho Người Mới</h3>
<p class="text-sm text-gray-600">Giải thích từ khái niệm cơ bản nhất với ngôn ngữ đơn giản, dễ hiểu</p>
</div>
<div class="text-center">
<div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-chart-pie text-green-600 text-2xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">Hướng Dẫn Thực Tế</h3>
<p class="text-sm text-gray-600">Ví dụ minh họa trực quan từ các cặp tiền chính trên thị trường</p>
</div>
<div class="text-center">
<div class="bg-yellow-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-tasks text-yellow-600 text-2xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">Bài Tập Thực Hành</h3>
<p class="text-sm text-gray-600">Quiz kiểm tra kiến thức sau mỗi chương và bài tập áp dụng</p>
</div>
<div class="text-center">
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-mobile-alt text-purple-600 text-2xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">Truy Cập Mọi Lúc</h3>
<p class="text-sm text-gray-600">Đọc online mọi lúc mọi nơi hoặc tải PDF để in ấn</p>
</div>
<div class="text-center">
<div class="bg-red-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-sync-alt text-red-600 text-2xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">Cập Nhật Thường Xuyên</h3>
<p class="text-sm text-gray-600">Nội dung được cập nhật theo biến động thị trường</p>
</div>
<div class="text-center">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-headset text-indigo-600 text-2xl"></i>
</div>
<h3 class="font-bold text-lg mb-2">Hỗ Trợ 24/7</h3>
<p class="text-sm text-gray-600">Đội ngũ chuyên gia sẵn sàng giải đáp thắc mắc</p>
</div>
</div>
</section>
<!-- Author Section -->
<section class="flex flex-col md:flex-row items-center bg-white rounded-lg shadow-md mb-16">
<div class="md:w-1/3 p-6">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Tác giả" class="rounded-full wo-48 h-48 object-cover border-4 border-blue-200 mx-auto">
</div>
<div class="md:w-2/3 p-6 md:p-8">
<h2 class="text-2xl font-bold mb-4 text-blue-800">Về Tác Giả</h2>
<p class="mb-4">Nguyễn Hoàng Long - Chuyên gia phân tích thị trường với hơn 10 năm kinh nghiệm giao dịch Forex và đào tạo hàng nghìn trader tại Việt Nam.</p>
<div class="mb-4">
<h3 class="font-semibold text-lg mb-2">Chứng Chỉ & Bằng Cấp:</h3>
<ul class="list-disc list-inside text-sm text-gray-600">
<li>CFTe (Certified Financial Technician)</li>
<li>Chứng chỉ phân tích kỹ thuật từ Hiệp hội Kỹ thuật viên Tài chính IFTA</li>
<li>Cử nhân Tài chính Quốc tế - Đại học Kinh tế TP.HCM</li>
</ul>
</div>
<div>
<h3 class="font-semibold text-lg mb-2">Kinh Nghiệm:</h3>
<ul class="list-disc list-inside text-sm text-gray-600">
<li>Trưởng nhóm phân tích tại Công ty Chứng khoán ABC</li>
<li>Giảng viên khóa học Forex Mastery tại Học viện Tài chính</li>
<li>Tác giả của 3 đầu sách về đầu tư tài chính</li>
</ul>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="bg-gradient-to-r from-blue-600 to-blue-800 text-white rounded-lg p-8 mb-16 text-center">
<h2 class="text-2xl md:text-3xl font-bold mb-4">Sẵn Sàng Bắt Đầu Hành Trình Forex?</h2>
<p class="mb-6 text-lg max-w-2xl mx-auto">Đăng ký ngay để nhận bản đầy đủ ebook "Forex Trading Cơ Bản" hoàn toàn miễn phí và các tài liệu hữu ích khác</p>
<div class="flex flex-col md:flex-row justify-center max-w-xl mx-auto">
<input type="email" placeholder="Nhập email của bạn" class="px-4 py-3 rounded-l-lg md:rounded-r-none rounded-r-lg mb-2 md:mb-0 w-full text-gray-800 focus:outline-none">
<button class="bg-orange-500 hover:bg-orange-600 px-6 py-3 rounded-r-lg md:rounded-l-none rounded-l-lg font-semibold transition flex-shrink-0 flex items-center justify-center">
<i class="fas fa-envelope mr-2"></i> Nhận Ngay
</button>
</div>
</section>
</main>
<!-- Floating Menu -->
<div class="floating-menu ml-auto mr-4">
<div class="bg-white rounded-full shadow-xl w-14 h-14 flex items-center justify-center cursor-pointer hover:bg-blue-100 transition" id="floatingBtn">
<i class="fas fa-bookmark text-blue-600 text-xl"></i>
</div>
<div class="hidden absolute bottom-full right-0 mb-4 bg-white shadow-lg rounded-lg p-4 w-64" id="floatingMenu">
<h3 class="font-bold mb-2 text-blue-800">Chuyển nhanh</h3>
<ul class="space-y-2">
<li><a href="#" class="block hover:text-blue-600">Mục lục</a></li>
<li><a href="#" class="block hover:text-blue-600">Phân tích kỹ thuật</a></li>
<li><a href="#" class="block hover:text-blue-600">Quản lý rủi ro</a></li>
<li><a href="#" class="block hover:text-blue-600">Tâm lý giao dịch</a></li>
</ul>
<div class="mt-3 pt-3 border-t">
<a href="#" class="block text-blue-600 hover:text-blue-800 font-semibold">
<i class="fas fa-download mr-1"></i> Tải PDF
</a>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800 text-gray-300 py-10">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-white font-bold text-lg mb-4">Forex Trading Cơ Bản</h3>
<p class="mb-4 text-sm">Tài liệu hướng dẫn toàn diện dành cho người mới bắt đầu tiếp cận thị trường ngoại hối.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-telegram-plane"></i></a>
</div>
</div>
<div>
<h3 class="text-white font-bold text-lg mb-4">Nội Dung</h3>
<ul class="space-y-2 text-sm">
<li><a href="#" class="hover:text-white">Phân tích kỹ thuật</a></li>
<li><a href="#" class="hover:text-white">Phân tích cơ bản</a></li>
<li><a href="#" class="hover:text-white">Chiến lược giao dịch</a></li>
<li><a href="#" class="hover:text-white">Kiểm soát tâm lý</a></li>
<li><a href="#" class="hover:text-white">Nhật ký giao dịch</a></li>
</ul>
</div>
<div>
<h3 class="text-white font-bold text-lg mb-4">Hỗ Trợ</h3>
<ul class="space-y-2 text-sm">
<li><a href="#" class="hover:text-white">Câu hỏi thường gặp</a></li>
<li><a href="#" class="hover:text-white">Hướng dẫn sử dụng</a></li>
<li><a href="#" class="hover:text-white">Liên hệ tư vấn</a></li>
<li><a href="#" class="hover:text-white">Chính sách bảo mật</a></li>
</ul>
</div>
<div>
<h3 class="text-white font-bold text-lg mb-4">Kết Nối</h3>
<div class="flex items-center mb-3">
<i class="fas fa-envelope mr-2 text-blue-400"></i>
<span>[email protected]</span>
</div>
<div class="flex items-center mb-3">
<i class="fas fa-phone-alt mr-2 text-blue-400"></i>
<span>1900 9999</span>
</div>
<div class="flex items-center">
<i class="fas fa-map-marker-alt mr-2 text-blue-400"></i>
<span>Tòa nhà ABC, Q.1, TP.HCM</span>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-6 text-sm text-center">
<p>© 2023 Forex Trading Cơ Bản. Bản quyền thuộc về Nguyễn Hoàng Long.</p>
<p class="mt-2">Tài liệu chỉ mang tính chất tham khảo, không phải lời khuyên đầu tư.</p>
</div>
</div>
</footer>
<script>
// Function to show chapter content
function showChapter(partId, chapterId) {
// Hide all chapter contents first
document.querySelectorAll('.chapter-content').forEach(el => {
el.classList.add('hidden');
});
// Show the selected chapter
const chapter = document.getElementById(`${partId}-${chapterId}`);
if(chapter) {
chapter.classList.remove('hidden');
window.scrollTo({
top: chapter.offsetTop - 100,
behavior: 'smooth'
});
}
}
// Quiz button event
document.getElementById('quizBtn1-1')?.addEventListener('click', function() {
alert('Quiz chương 1 sẽ được hiển thị ở đây trong phiên bản đầy đủ.');
});
// Floating menu toggle
document.getElementById('floatingBtn').addEventListener('click', function() {
const menu = document.getElementById('floatingMenu');
menu.classList.toggle('hidden');
});
// Close menu when clicking outside
document.addEventListener('click', function(event) {
const floatingBtn = document.getElementById('floatingBtn');
const floatingMenu = document.getElementById('floatingMenu');
if (!floatingBtn.contains(event.target) && !floatingMenu.contains(event.target)) {
floatingMenu.classList.add('hidden');
}
});
// Progress bar on scroll
window.addEventListener('scroll', function() {
const winScroll = document.body.scrollTop || document.documentElement.scrollTop;
const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
const scrolled = (winScroll / height) * 100;
document.querySelector('.progress-bar').style.width = scrolled + '%';
});
// Chapter card click effect
const chapterCards = document.querySelectorAll('.chapter-card');
chapterCards.forEach(card => {
card.addEventListener('click', function() {
// In a real implementation, this would navigate to the chapter
const title = this.querySelector('h3').textContent;
alert('Bạn đã chọn: ' + title);
});
});
// Mobile menu toggle - would be implemented if there was a mobile menu
// But in this design we don't have one as the layout is responsive
</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=leetuan023/forex-c-b-n" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |