Spaces:
Running
Running
File size: 29,151 Bytes
cdf9be9 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FraudTest - Features</title>
<!-- Add FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Add Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Add AOS (Animate on Scroll) library -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<style>
:root {
--primary-color: #3b82f6;
--primary-dark: #2563eb;
--primary-light: #60a5fa;
--secondary-color: #10b981;
--bg-dark: #0f172a;
--bg-card: #1e293b;
--bg-light: #334155;
--text-light: #f8fafc;
--text-muted: #94a3b8;
--border-color: #475569;
--danger-color: #ef4444;
--warning-color: #f59e0b;
--success-color: #10b981;
--gradient-primary: linear-gradient(135deg, #3b82f6, #2563eb);
--gradient-secondary: linear-gradient(135deg, #10b981, #059669);
--gradient-danger: linear-gradient(135deg, #ef4444, #dc2626);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, var(--bg-dark), #162449, var(--bg-dark));
color: var(--text-light);
min-height: 100vh;
line-height: 1.6;
padding-bottom: 2rem;
position: relative;
overflow-x: hidden;
}
/* Animated background */
body::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 15% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 25%),
radial-gradient(circle at 85% 30%, rgba(16, 185, 129, 0.08) 0%, transparent 25%);
z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin-bottom: 1rem;
}
.container {
max-width: 1200px;
margin: 2rem auto;
padding: 0 1.5rem;
}
/* Navigation */
nav {
background-color: rgba(15, 23, 42, 0.85);
backdrop-filter: blur(10px);
border-bottom: 1px solid rgba(71, 85, 105, 0.3);
position: sticky;
top: 0;
z-index: 100;
transition: all 0.3s ease;
}
nav.scrolled {
background-color: rgba(15, 23, 42, 0.95);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.nav-container {
max-width: 1200px;
margin: 0 auto;
padding: 1rem 1.5rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-brand {
display: flex;
align-items: center;
gap: 0.75rem;
}
.nav-brand-icon {
font-size: 1.75rem;
color: var(--primary-color);
filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.4));
transition: transform 0.3s ease;
}
.nav-brand:hover .nav-brand-icon {
transform: scale(1.1);
}
.nav-brand-text {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 1.25rem;
color: var(--text-light);
position: relative;
}
.nav-brand-text::after {
display: none;
}
.nav-brand:hover .nav-brand-text::after {
width: 0;
}
.nav-links {
display: flex;
gap: 2rem;
align-items: center;
}
.nav-link {
color: var(--text-muted);
text-decoration: none;
transition: all 0.3s;
font-weight: 500;
position: relative;
padding: 0.5rem 0;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-color);
transition: width 0.3s ease;
}
.nav-link:hover {
color: var(--primary-light);
}
.nav-link:hover::after {
width: 100%;
}
.nav-link.active {
color: var(--primary-color);
}
.nav-link.active::after {
width: 100%;
}
/* Page Header */
.page-header {
background-color: var(--bg-card);
border-radius: 1rem;
padding: 2.5rem;
margin-bottom: 2rem;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
border: 1px solid var(--border-color);
text-align: center;
background-image: linear-gradient(to right, rgba(30, 41, 59, 0.9), rgba(30, 41, 59, 0.6)), url('https://images.unsplash.com/photo-1563986768609-322da13575f3?q=80&w=1000');
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
}
.page-header::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 60%);
animation: pulse-bg 15s infinite alternate;
z-index: 0;
}
@keyframes pulse-bg {
0% { transform: scale(1); opacity: 0.5; }
100% { transform: scale(1.1); opacity: 0.8; }
}
.page-header > * {
position: relative;
z-index: 1;
}
.page-header h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
color: var(--text-light);
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
background: linear-gradient(90deg, #fff, #a5b4fc);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.page-header p {
font-size: 1.125rem;
color: var(--text-muted);
max-width: 700px;
margin: 0 auto;
line-height: 1.8;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* Content Card */
.content-card {
background-color: var(--bg-card);
border-radius: 1rem;
padding: 2rem;
border: 1px solid var(--border-color);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
margin-bottom: 2rem;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.content-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: var(--gradient-primary);
z-index: 1;
}
.content-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
/* Feature Grid */
.feature-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 2rem;
margin-top: 2rem;
}
@media (min-width: 768px) {
.feature-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.feature-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.feature-card {
background-color: rgba(30, 41, 59, 0.5);
border-radius: 0.75rem;
padding: 1.5rem;
transition: all 0.3s ease;
border: 1px solid var(--border-color);
backdrop-filter: blur(10px);
position: relative;
overflow: hidden;
}
.feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(16, 185, 129, 0.05));
z-index: -1;
}
.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
border-color: var(--primary-color);
}
.feature-icon {
width: 50px;
height: 50px;
border-radius: 50%;
background: var(--gradient-primary);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.25rem;
box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}
.feature-icon i {
font-size: 1.5rem;
color: var(--text-light);
}
.feature-title {
font-size: 1.25rem;
margin-bottom: 0.75rem;
color: var(--text-light);
}
.feature-description {
color: var(--text-muted);
font-size: 0.9rem;
line-height: 1.6;
}
/* Technology Section */
.technology-section {
margin-top: 3rem;
}
.tech-logos {
display: flex;
flex-wrap: wrap;
gap: 2rem;
justify-content: center;
margin-top: 2rem;
}
.tech-logo {
background-color: rgba(15, 23, 42, 0.5);
border-radius: 0.75rem;
padding: 1.25rem 2rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
border: 1px solid var(--border-color);
width: 150px;
height: 150px;
}
.tech-logo:hover {
transform: translateY(-5px) scale(1.05);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
border-color: var(--primary-color);
}
.tech-logo i {
font-size: 2.5rem;
margin-bottom: 1rem;
color: var(--primary-color);
}
.tech-name {
font-size: 0.9rem;
color: var(--text-light);
text-align: center;
}
/* Try Demo Section */
.try-demo {
text-align: center;
background-color: rgba(30, 41, 59, 0.7);
border-radius: 1rem;
padding: 3rem 2rem;
margin-top: 3rem;
margin-bottom: 3rem;
border: 1px solid var(--border-color);
position: relative;
overflow: hidden;
}
.try-demo::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
z-index: -1;
}
.try-demo h2 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: var(--text-light);
}
.try-demo p {
color: var(--text-muted);
max-width: 700px;
margin: 0 auto 2rem;
font-size: 1.1rem;
}
.btn-primary {
background: var(--gradient-primary);
color: var(--text-light);
font-family: 'Poppins', sans-serif;
font-size: 1rem;
font-weight: 500;
padding: 0.75rem 2rem;
border-radius: 0.5rem;
border: none;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
text-decoration: none;
display: inline-block;
}
.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(59, 130, 246, 0.4);
}
/* Footer */
footer {
text-align: center;
padding: 2rem 1rem;
color: var(--text-muted);
margin-top: 3rem;
background-color: rgba(15, 23, 42, 0.6);
backdrop-filter: blur(10px);
border-top: 1px solid rgba(71, 85, 105, 0.3);
}
footer p {
font-size: 0.875rem;
margin-bottom: 1rem;
}
.footer-links {
display: flex;
justify-content: center;
gap: 1.5rem;
margin-top: 1rem;
}
.footer-links a {
color: var(--text-muted);
text-decoration: none;
font-size: 0.875rem;
transition: color 0.2s;
position: relative;
}
.footer-links a::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background: var(--primary-color);
transition: width 0.3s ease;
}
.footer-links a:hover {
color: var(--primary-light);
}
.footer-links a:hover::after {
width: 100%;
}
/* New styles for content security analysis */
.feature-details {
margin-top: 1.25rem;
padding-top: 1rem;
border-top: 1px solid rgba(71, 85, 105, 0.3);
}
.feature-details h4 {
font-size: 1rem;
color: var(--primary-color);
margin-bottom: 0.75rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.feature-details h4::before {
content: "\f071";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 0.875rem;
}
.feature-details ul {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.5rem 1rem;
list-style-type: none;
padding-left: 0;
margin-bottom: 1rem;
}
.feature-details li {
font-size: 0.8125rem;
color: var(--text-muted);
position: relative;
padding-left: 1.25rem;
line-height: 1.4;
}
.feature-details li:before {
content: "\f0da";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
left: 0;
top: 1px;
font-size: 0.75rem;
color: var(--primary-color);
}
.risk-meter {
margin-top: 1rem;
padding: 0.75rem;
background-color: rgba(15, 23, 42, 0.3);
border-radius: 0.5rem;
}
.risk-scale {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 0.75rem;
}
.risk-scale span {
position: relative;
padding-left: 1rem;
}
.risk-scale span::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 8px;
height: 8px;
border-radius: 50%;
}
.risk-scale .low::before {
background-color: var(--success-color);
}
.risk-scale .medium::before {
background-color: var(--warning-color);
}
.risk-scale .high::before {
background-color: var(--danger-color);
}
</style>
</head>
<body>
<nav>
<div class="nav-container">
<a href="/" class="nav-brand" style="text-decoration: none;">
<i class="fa-solid fa-shield-halved nav-brand-icon"></i>
<span class="nav-brand-text">FraudTest</span>
</a>
<div class="nav-links">
<a href="/" class="nav-link">Home</a>
<a href="/about" class="nav-link">About</a>
<a href="/features" class="nav-link active">Features</a>
<a href="/login" class="nav-link">Login</a>
</div>
</div>
</nav>
<div class="container">
<div class="page-header" data-aos="fade-up">
<h1>Advanced URL Fraud Detection</h1>
<p>Discover how our platform protects you from online threats with cutting-edge technologies and comprehensive analysis features.</p>
</div>
<div class="content-card" data-aos="fade-up" data-aos-delay="100">
<h2>Comprehensive Protection</h2>
<p>FraudTest provides a multi-layered approach to URL analysis, combining machine learning with traditional pattern matching and heuristic analysis to offer comprehensive protection against online threats.</p>
<div class="feature-grid">
<div class="feature-card" data-aos="fade-up" data-aos-delay="150">
<div class="feature-icon">
<i class="fa-solid fa-magnifying-glass-chart"></i>
</div>
<h3 class="feature-title">Deep URL Analysis</h3>
<p class="feature-description">Our system analyzes over 50 different features of each URL, including domain characteristics, path structure, query parameters, and special characters to identify potential threats.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="200">
<div class="feature-icon">
<i class="fa-solid fa-brain"></i>
</div>
<h3 class="feature-title">Machine Learning Detection</h3>
<p class="feature-description">We employ advanced machine learning models trained on millions of URLs to recognize patterns associated with phishing, malware, and other online threats.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="250">
<div class="feature-icon">
<i class="fa-solid fa-fingerprint"></i>
</div>
<h3 class="feature-title">Pattern Recognition</h3>
<p class="feature-description">Our system detects suspicious patterns commonly used in phishing attempts, such as brand impersonation, redirect chains, and deceptive domains.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="300">
<div class="feature-icon">
<i class="fa-solid fa-globe"></i>
</div>
<h3 class="feature-title">Domain Intelligence</h3>
<p class="feature-description">We provide comprehensive information about domains, including registration details, hosting location, age, and reputation scores from various security providers.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="350">
<div class="feature-icon">
<i class="fa-solid fa-location-dot"></i>
</div>
<h3 class="feature-title">Geographical Analysis</h3>
<p class="feature-description">Identify the geographical location of the server hosting the URL and detect mismatches between claimed and actual locations—a common indicator of fraud.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="400">
<div class="feature-icon">
<i class="fa-solid fa-lock"></i>
</div>
<h3 class="feature-title">SSL Certificate Validation</h3>
<p class="feature-description">Verify the authenticity of SSL certificates and identify potential security issues with HTTPS implementations that might indicate a fraudulent website.</p>
</div>
</div>
</div>
<div class="content-card" data-aos="fade-up" data-aos-delay="450">
<h2>Detailed Risk Reporting</h2>
<p>Our platform doesn't just tell you if a URL is risky—it explains why. We provide comprehensive reports with detailed insights into each aspect of our analysis.</p>
<div class="feature-grid">
<div class="feature-card" data-aos="fade-up" data-aos-delay="500">
<div class="feature-icon">
<i class="fa-solid fa-chart-pie"></i>
</div>
<h3 class="feature-title">Risk Breakdown</h3>
<p class="feature-description">See exactly how each factor contributes to the overall risk score, with clear explanations of why certain elements triggered our detection systems.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="550">
<div class="feature-icon">
<i class="fa-solid fa-list-check"></i>
</div>
<h3 class="feature-title">Feature Details</h3>
<p class="feature-description">Examine a comprehensive list of URL features we analyze, with explanations of how each feature impacts the risk assessment.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="600">
<div class="feature-icon">
<i class="fa-solid fa-triangle-exclamation"></i>
</div>
<h3 class="feature-title">Suspicious Pattern Alerts</h3>
<p class="feature-description">Receive clear alerts about specific suspicious patterns detected in the URL, with explanations of why they might indicate fraudulent intent.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="500">
<div class="feature-icon">
<i class="fa-solid fa-code"></i>
</div>
<h3 class="feature-title">Content Security Analysis</h3>
<p class="feature-description">
Coming in 2025: Our planned VirusTotal-like scoring system will identify suspicious HTML patterns, form security issues, and potential phishing indicators within website content.
</p>
<div class="feature-details">
<h4>Planned Risk Factors</h4>
<ul>
<li>Login forms without HTTPS</li>
<li>Password forms to external domains</li>
<li>Hidden elements with suspicious names</li>
<li>Title and favicon mismatches</li>
<li>Obfuscated JavaScript detection</li>
<li>Meta refreshes to suspicious domains</li>
<li>External iframes and resources</li>
<li>SSL certificate validation</li>
<li>Form action security checks</li>
<li>Domain-content consistency</li>
</ul>
<div class="risk-meter">
<div class="risk-scale">
<span class="low">Low Risk (0-30)</span>
<span class="medium">Medium Risk (31-70)</span>
<span class="high">High Risk (71-100)</span>
</div>
</div>
</div>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="550">
<div class="feature-icon">
<i class="fa-solid fa-chart-column"></i>
</div>
<h3 class="feature-title">Comprehensive Risk Scoring</h3>
<p class="feature-description">
Our system provides detailed risk scoring across multiple security dimensions, with clear explanations of which elements contribute to the overall risk assessment.
</p>
<div class="feature-details">
<h4>Risk Score Components</h4>
<ul>
<li>URL structural analysis (40%)</li>
<li>Suspicious pattern detection (50%)</li>
<li>Domain information assessment (10%)</li>
<li>Feature-specific risk contribution</li>
<li>Section-level risk breakdown</li>
<li>Weighted risk calculation</li>
<li>Dynamic risk adjustment</li>
</ul>
</div>
</div>
</div>
</div>
<div class="content-card technology-section" data-aos="fade-up" data-aos-delay="650">
<h2>Powered by Advanced Technology</h2>
<p>Our platform leverages cutting-edge technologies to deliver fast, accurate, and comprehensive fraud detection.</p>
<div class="tech-logos">
<div class="tech-logo" data-aos="zoom-in" data-aos-delay="700">
<i class="fab fa-python"></i>
<span class="tech-name">Python</span>
</div>
<div class="tech-logo" data-aos="zoom-in" data-aos-delay="750">
<i class="fab fa-tensorflow"></i>
<span class="tech-name">TensorFlow</span>
</div>
<div class="tech-logo" data-aos="zoom-in" data-aos-delay="800">
<i class="fas fa-database"></i>
<span class="tech-name">Big Data</span>
</div>
<div class="tech-logo" data-aos="zoom-in" data-aos-delay="850">
<i class="fas fa-cloud"></i>
<span class="tech-name">Cloud</span>
</div>
<div class="tech-logo" data-aos="zoom-in" data-aos-delay="900">
<i class="fas fa-shield-alt"></i>
<span class="tech-name">Security</span>
</div>
</div>
</div>
<div class="try-demo" data-aos="fade-up" data-aos-delay="950">
<h2>Try Our Advanced URL Fraud Detection</h2>
<p>Experience the power of our fraud detection platform firsthand. Simply enter a URL and get a comprehensive risk assessment in seconds.</p>
<a href="/" class="btn-primary">Try it Now</a>
</div>
</div>
<footer>
<div class="container">
<p>© 2024 FraudTest - Advanced Fraud Detection Platform | Final Year Project</p>
<div class="footer-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
<a href="#">Contact Us</a>
</div>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function() {
// Initialize AOS (Animate on Scroll)
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true,
mirror: false
});
// Handle navbar scroll effect
const navbar = document.querySelector('nav');
window.addEventListener('scroll', function() {
if (window.scrollY > 50) {
navbar.classList.add('scrolled');
} else {
navbar.classList.remove('scrolled');
}
});
});
</script>
</body>
</html> |