File size: 39,199 Bytes
179497a |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agile Analytics by Sprint Milestone</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>
.hero-slide {
background-size: cover;
background-position: center;
transition: all 0.5s ease;
}
.testimonial-card {
transition: transform 0.3s ease;
}
.testimonial-card:hover {
transform: translateY(-5px);
}
.portfolio-filter button.active {
background-color: #3b82f6;
color: white;
}
.smooth-scroll {
scroll-behavior: smooth;
}
</style>
</head>
<body class="smooth-scroll font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<a href="#home" class="flex-shrink-0">
<img src="http://sprintmilestone.com/images/logo.png" alt="Sprint Milestone" class="h-10">
</a>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#home" class="text-blue-600 hover:text-blue-800 px-3 py-2 font-medium">Home</a>
<a href="#services" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Services</a>
<a href="#portfolio" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Experience</a>
<a href="#about" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">About</a>
<a href="#testimonials" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Clients</a>
<a href="#partners" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Partners</a>
<a href="#contact" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Contact</a>
<a href="https://www.sprintmilestone.com/blog" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">News</a>
<div class="flex space-x-4">
<a href="https://www.linkedin.com/company/sprint-milestone-partners-ltd" class="text-gray-500 hover:text-blue-600">
<i class="fab fa-linkedin-in text-lg"></i>
</a>
<a href="https://twitter.com/SprintMilestone" class="text-gray-500 hover:text-blue-400">
<i class="fab fa-twitter text-lg"></i>
</a>
</div>
</div>
<div class="md:hidden flex items-center">
<button id="mobile-menu-button" class="text-gray-500 hover:text-blue-600 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white pb-3 px-4">
<a href="#home" class="block py-2 text-blue-600">Home</a>
<a href="#services" class="block py-2 text-gray-700 hover:text-blue-600">Services</a>
<a href="#portfolio" class="block py-2 text-gray-700 hover:text-blue-600">Experience</a>
<a href="#about" class="block py-2 text-gray-700 hover:text-blue-600">About</a>
<a href="#testimonials" class="block py-2 text-gray-700 hover:text-blue-600">Clients</a>
<a href="#partners" class="block py-2 text-gray-700 hover:text-blue-600">Partners</a>
<a href="#contact" class="block py-2 text-gray-700 hover:text-blue-600">Contact</a>
<a href="https://www.sprintmilestone.com/blog" class="block py-2 text-gray-700 hover:text-blue-600">News</a>
<div class="flex space-x-4 pt-2">
<a href="https://www.linkedin.com/company/sprint-milestone-partners-ltd" class="text-gray-500 hover:text-blue-600">
<i class="fab fa-linkedin-in text-lg"></i>
</a>
<a href="https://twitter.com/SprintMilestone" class="text-gray-500 hover:text-blue-400">
<i class="fab fa-twitter text-lg"></i>
</a>
</div>
</div>
</nav>
<!-- Hero Slider -->
<div id="home" class="relative overflow-hidden">
<div class="hero-slide relative h-screen flex items-center" style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://sprintmilestone.com/images/Slider01.png')">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-white z-10">
<h1 class="text-4xl md:text-5xl font-bold mb-4">Data Quality Assessment</h1>
<h2 class="text-2xl md:text-3xl font-semibold mb-6">Data Quality Toolkit</h2>
<p class="text-lg md:text-xl mb-8 max-w-3xl">Data quality impacts everyone today. Let us help you find a simple way to measure, evaluate the impact and communicate the benefits across the organisation.</p>
<a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300 inline-block">Get Started</a>
</div>
</div>
</div>
<!-- Services -->
<section id="services" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">What we do</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Sprint Milestone is a strategy and analytics consultancy, helping you leverage your data for high performance.</p>
</div>
<div class="grid md:grid-cols-3 gap-10">
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
<img src="http://sprintmilestone.com/images/Service1.png" alt="Data Quality" class="h-20 mb-6 mx-auto">
<h3 class="text-xl font-bold mb-4 text-center">Data Quality/Governance</h3>
<p class="text-gray-600 text-center">We help companies understand where they are and how to make the most of their data</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
<img src="http://sprintmilestone.com/images/Service2.png" alt="Predictive Analytics" class="h-20 mb-6 mx-auto">
<h3 class="text-xl font-bold mb-4 text-center">Predictive Analytics</h3>
<p class="text-gray-600 text-center">We create and improve predictive models to deliver better outcomes</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
<img src="http://sprintmilestone.com/images/Service3.png" alt="Strategy" class="h-20 mb-6 mx-auto">
<h3 class="text-xl font-bold mb-4 text-center">Strategy & KPI Design</h3>
<p class="text-gray-600 text-center">We work with customers to develop winning strategies and align their KPIs for success</p>
</div>
</div>
</div>
</section>
<!-- Portfolio -->
<section id="portfolio" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Have you seen our work?</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Find out more about how you can benefit from our experience.</p>
</div>
<div class="flex justify-center mb-10 space-x-2">
<button class="portfolio-filter px-4 py-2 rounded-full bg-blue-600 text-white active" data-filter="all">All</button>
<button class="portfolio-filter px-4 py-2 rounded-full bg-gray-200 hover:bg-gray-300" data-filter="financial">Financial Services</button>
<button class="portfolio-filter px-4 py-2 rounded-full bg-gray-200 hover:bg-gray-300" data-filter="telecom">Telecommunications</button>
<button class="portfolio-filter px-4 py-2 rounded-full bg-gray-200 hover:bg-gray-300" data-filter="other">Others</button>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Project 1 -->
<div class="portfolio-item bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300" data-category="financial">
<img src="http://sprintmilestone.com/images/experience-trading.png" alt="FX Trade Reconciliation" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">FX Trade Reconciliation and Reporting</h3>
<div class="flex flex-wrap gap-2 mb-4">
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Banking & Finance</span>
<span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full">Hong Kong</span>
</div>
<p class="text-gray-600 mb-4"><strong>Value Delivered to client:</strong> Reduction in time and effort to reconcile FX trades, improved accuracy and match rates, full data lineage & reporting capabilities.</p>
</div>
</div>
<!-- Project 2 -->
<div class="portfolio-item bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300" data-category="other">
<img src="http://sprintmilestone.com/images/experience-casino.png" alt="Customer Retention" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Customer Retention, High Rollers!</h3>
<div class="flex flex-wrap gap-2 mb-4">
<span class="bg-purple-100 text-purple-800 text-xs px-3 py-1 rounded-full">Gaming & Casinos</span>
<span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full">Macau</span>
</div>
<p class="text-gray-600 mb-4"><strong>Value Delivered to client:</strong> Reduction in high roller churn, increased revenue and customer loyalty. Standardardized modelling process to enable faster models to be developed.</p>
</div>
</div>
<!-- Project 3 -->
<div class="portfolio-item bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300" data-category="financial">
<img src="http://sprintmilestone.com/images/experience-data-quality.png" alt="Data Quality" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Data Quality, building a foundation for regulatory reporting</h3>
<div class="flex flex-wrap gap-2 mb-4">
<span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Banking & Finance</span>
<span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full">Vietnam</span>
</div>
<p class="text-gray-600 mb-4"><strong>Value Delivered to client:</strong> Identify, measure and track data quality to highlight the impacts of poor governance and build awareness and improve efforts to manage data quality.</p>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300">View More Projects</a>
</div>
</div>
</section>
<!-- About -->
<section id="about" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">Who are we?</h2>
<p class="text-xl text-gray-600 mb-6">We are experienced professionals, with real experience executing strategy and analytics to deliver business outcomes.</p>
<h3 class="text-2xl font-bold mb-4">About Us</h3>
<p class="text-gray-600 mb-6">We are passionate about Analytics and helping our customers use data to make important decisions for their business. We specialise in data management, business intelligence and predictive analytics. We provide training and coaching to enable our customers and love helping them build their own teams and analytics capabilities.</p>
<div class="bg-blue-50 p-6 rounded-lg mb-6">
<p class="text-blue-800 font-semibold mb-2">Our clients made over USD $600B in Revenue last year.</p>
<p class="text-blue-800">We work with Startups and Global & Regional Leaders in Finance, Insurance, Telecommunications, Manufacturing, Logistics, Healthcare & Real Estate.</p>
</div>
<a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300">Schedule a consultation</a>
</div>
<div class="grid grid-cols-2 gap-4">
<div class="bg-white p-6 rounded-lg shadow-md">
<i class="fas fa-chart-line text-blue-600 text-4xl mb-4"></i>
<h4 class="font-bold mb-2">Data Analytics</h4>
<p class="text-gray-600 text-sm">Transform raw data into actionable insights</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<i class="fas fa-brain text-blue-600 text-4xl mb-4"></i>
<h4 class="font-bold mb-2">AI & Machine Learning</h4>
<p class="text-gray-600 text-sm">Leverage predictive models for better outcomes</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<i class="fas fa-database text-blue-600 text-4xl mb-4"></i>
<h4 class="font-bold mb-2">Data Governance</h4>
<p class="text-gray-600 text-sm">Ensure data quality and compliance</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<i class="fas fa-chess text-blue-600 text-4xl mb-4"></i>
<h4 class="font-bold mb-2">Business Strategy</h4>
<p class="text-gray-600 text-sm">Align data with business objectives</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">What Clients Say</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">With a focus on customer enablement, it's always great to be able to visit our customers and hear the results they've been able to go on to achieve.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="testimonial-card bg-gray-50 p-8 rounded-xl shadow-md">
<div class="flex items-center mb-6">
<img src="http://sprintmilestone.com/images/Client1.png" alt="Vivek Bhanot" class="w-16 h-16 rounded-full mr-4">
<div>
<h4 class="font-bold">Vivek Bhanot</h4>
<p class="text-gray-600 text-sm">Head of Data Governance & BI</p>
</div>
</div>
<p class="text-gray-700 italic mb-6">"Sprint Milestone helped us to establish a baseline for data quality and an effective way to communicate the impact across all stakeholders. In only a short time, we've already been able to achieve great results."</p>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card bg-gray-50 p-8 rounded-xl shadow-md">
<div class="flex items-center mb-6">
<img src="http://sprintmilestone.com/images/Client2.png" alt="David Lynch" class="w-16 h-16 rounded-full mr-4">
<div>
<h4 class="font-bold">David Lynch</h4>
<p class="text-gray-600 text-sm">Managing Director, Technology & Operations</p>
</div>
</div>
<p class="text-gray-700 italic mb-6">"Sprint Milestone have been a great partner in our digital transformation, especially in the areas of process automation and data quality management."</p>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card bg-gray-50 p-8 rounded-xl shadow-md">
<div class="flex items-center mb-6">
<img src="http://sprintmilestone.com/images/NOLOGO.png" alt="Hiroshi Miyazaki" class="w-16 h-16 rounded-full mr-4">
<div>
<h4 class="font-bold">Hiroshi Miyazaki</h4>
<p class="text-gray-600 text-sm">Regional CIO (Global Rubber Manufacturer)</p>
</div>
</div>
<p class="text-gray-700 italic mb-6">"Sprint Milestone came in and were really able to help us drive Tableau adoption and a culture of using Tableau to drive fact-based decisions for supply chain management. We've already been able to make improvements in our business processes as a result."</p>
</div>
</div>
</div>
</section>
<!-- Partners -->
<section id="partners" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Partners</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Sprint Milestone partners enable us to provide end to end agile data solutions</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
<!-- Partner 1 -->
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition duration-300 text-center">
<img src="http://sprintmilestone.com/images/smartsheet.png" alt="Smartsheet" class="h-16 mx-auto mb-4">
<h4 class="font-bold mb-2">Smartsheet</h4>
<ul class="text-sm text-gray-600 space-y-1">
<li>Work Collaboration</li>
<li>Share and edit together</li>
<li>Control information as needed</li>
</ul>
<a href="https://sprintmilestone.com/smartsheet.html" class="inline-block mt-4 text-blue-600 hover:text-blue-800 font-medium">TRIAL</a>
</div>
<!-- Partner 2 -->
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition duration-300 text-center">
<img src="http://sprintmilestone.com/images/tableau.png" alt="Tableau" class="h-16 mx-auto mb-4">
<h4 class="font-bold mb-2">Tableau</h4>
<ul class="text-sm text-gray-600 space-y-1">
<li>Data Visualization</li>
<li>See & understand data</li>
<li>Do it yourself easily</li>
</ul>
<a href="https://www.tableau.com/partner-trial?id=31093" class="inline-block mt-4 text-blue-600 hover:text-blue-800 font-medium">TRIAL</a>
</div>
<!-- Partner 3 -->
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition duration-300 text-center">
<img src="http://sprintmilestone.com/images/precisely1.png" alt="Precisely" class="h-16 mx-auto mb-4">
<h4 class="font-bold mb-2">Precisely</h4>
<ul class="text-sm text-gray-600 space-y-1">
<li>Data Integrity Suite</li>
<li>Govern enterprise data</li>
<li>Clean & maintain data quality</li>
</ul>
<a href="https://www.precisely.com/" class="inline-block mt-4 text-blue-600 hover:text-blue-800 font-medium">INFO</a>
</div>
<!-- Partner 4 -->
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition duration-300 text-center">
<img src="http://sprintmilestone.com/images/datarobot.png" alt="DataRobot" class="h-16 mx-auto mb-4">
<h4 class="font-bold mb-2">DataRobot</h4>
<ul class="text-sm text-gray-600 space-y-1">
<li>Enterprise AI</li>
<li>Plug & play AI</li>
<li>Govern & manage AI decisions</li>
</ul>
<a href="http://www.datarobot.com/" class="inline-block mt-4 text-blue-600 hover:text-blue-800 font-medium">INFO</a>
</div>
</div>
<div class="text-center mt-12">
<a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300">Contact Us for a Demonstration</a>
</div>
</div>
</section>
<!-- Newsletter -->
<section class="py-16 bg-blue-600 text-white">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-2xl md:text-3xl font-bold mb-4">Newsletter</h2>
<p class="mb-6">Learn about our thoughts and learnings from applying analytics & strategy in practical ways that can help you too. Our quarterly newsletter covers a range of interesting project across diverse industries, we hope you enjoy!</p>
<form id="newsletter-form" class="max-w-md mx-auto">
<div id="newsletter-success" class="hidden bg-green-100 border border-green-400 text-green-700 px-4 py-3 rounded mb-4">
<strong>Well done!</strong> You successfully subscribed to our newsletter.
</div>
<div class="flex">
<input type="email" id="newsletter-email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-l-lg focus:outline-none text-gray-800">
<button type="submit" class="bg-blue-800 hover:bg-blue-900 px-6 py-3 rounded-r-lg font-medium">Subscribe</button>
</div>
<p id="newsletter-error" class="hidden text-red-200 text-sm mt-2">Please provide valid email address.</p>
</form>
</div>
</section>
<!-- Contact -->
<section id="contact" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12">
<div>
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">Contact Us</h2>
<p class="text-xl text-gray-600 mb-8">Interested in finding out more about how we can help? Drop us a note and we'll get back to you.</p>
<form id="contact-form" class="space-y-6">
<div id="contact-success" class="hidden bg-green-100 border border-green-400 text-green-700 px-4 py-3 rounded">
<strong>Well done!</strong> Your message has been sent.
</div>
<div id="contact-error" class="hidden bg-red-100 border border-red-400 text-red-700 px-4 py-3 rounded">
There was an error.
</div>
<div>
<label for="name" class="block text-gray-700 font-medium mb-2">Name</label>
<input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
<p id="name-error" class="hidden text-red-500 text-sm mt-1">Please enter name.</p>
</div>
<div>
<label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
<p id="email-error" class="hidden text-red-500 text-sm mt-1">Please enter valid email adress.</p>
</div>
<div>
<label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
<textarea id="message" rows="5" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
<p id="message-error" class="hidden text-red-500 text-sm mt-1">Please enter your comment.</p>
</div>
<button type="submit" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300">Send message</button>
</form>
</div>
<div>
<h3 class="text-2xl font-bold mb-6">Our Offices</h3>
<div class="space-y-6">
<div class="flex items-start">
<i class="fas fa-map-marker-alt text-blue-600 mt-1 mr-4"></i>
<div>
<h4 class="font-bold mb-1">Hong Kong</h4>
<p class="text-gray-600">2/F Dorset House, 979 Kings Road, Quarry Bay, Hong Kong</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-map-marker-alt text-blue-600 mt-1 mr-4"></i>
<div>
<h4 class="font-bold mb-1">Malaysia</h4>
<p class="text-gray-600">Unit 39-02 (East Wing), Q Sentral, 2A Jalan Stesen Sentral 2, Kuala Lumpur Sentral, 50470 Kuala Lumpur</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-map-marker-alt text-blue-600 mt-1 mr-4"></i>
<div>
<h4 class="font-bold mb-1">Singapore</h4>
<p class="text-gray-600">#08-01, 80 Robinson Road, Singapore 068898</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-map-marker-alt text-blue-600 mt-1 mr-4"></i>
<div>
<h4 class="font-bold mb-1">United States</h4>
<p class="text-gray-600">150 E Robinson Street, Orlando, FL 32815</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-envelope text-blue-600 mt-1 mr-4"></i>
<div>
<h4 class="font-bold mb-1">Email</h4>
<a href="mailto:[email protected]" class="text-blue-600 hover:underline">[email protected]</a>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="font-bold mb-4">Follow Us</h4>
<div class="flex space-x-4">
<a href="https://www.linkedin.com/company/sprint-milestone-partners-ltd" class="bg-blue-600 hover:bg-blue-700 text-white p-3 rounded-full transition duration-300">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://twitter.com/SprintMilestone" class="bg-blue-400 hover:bg-blue-500 text-white p-3 rounded-full transition duration-300">
<i class="fab fa-twitter"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div>
<img src="http://sprintmilestone.com/images/logo.png" alt="Sprint Milestone" class="h-10 mb-4">
<p class="text-gray-400">Agile Analytics by Sprint Milestone</p>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#home" class="text-gray-400 hover:text-white transition duration-300">Home</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">Services</a></li>
<li><a href="#portfolio" class="text-gray-400 hover:text-white transition duration-300">Experience</a></li>
<li><a href="#about" class="text-gray-400 hover:text-white transition duration-300">About</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Resources</h4>
<ul class="space-y-2">
<li><a href="#testimonials" class="text-gray-400 hover:text-white transition duration-300">Clients</a></li>
<li><a href="#partners" class="text-gray-400 hover:text-white transition duration-300">Partners</a></li>
<li><a href="https://www.sprintmilestone.com/blog" class="text-gray-400 hover:text-white transition duration-300">News</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Legal</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Terms of Service</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>© 2023 Sprint Milestone Partners Ltd. All Rights Reserved.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Portfolio filtering
const filterButtons = document.querySelectorAll('.portfolio-filter');
const portfolioItems = document.querySelectorAll('.portfolio-item');
filterButtons.forEach(button => {
button.addEventListener('click', function() {
// Update active state
filterButtons.forEach(btn => btn.classList.remove('active', 'bg-blue-600', 'text-white'));
filterButtons.forEach(btn => btn.classList.add('bg-gray-200', 'hover:bg-gray-300'));
this.classList.add('active', 'bg-blue-600', 'text-white');
this.classList.remove('bg-gray-200', 'hover:bg-gray-300');
// Filter items
const filter = this.getAttribute('data-filter');
portfolioItems.forEach(item => {
if (filter === 'all' || item.getAttribute('data-category') === filter) {
item.style.display = 'block';
} else {
item.style.display = 'none';
}
});
});
});
// Form validation
document.getElementById('newsletter-form').addEventListener('submit', function(e) {
e.preventDefault();
const email = document.getElementById('newsletter-email').value;
const errorElement = document.getElementById('newsletter-error');
const successElement = document.getElementById('newsletter-success');
if (!email || !email.includes('@') || !email.includes('.')) {
errorElement.classList.remove('hidden');
successElement.classList.add('hidden');
} else {
errorElement.classList.add('hidden');
successElement.classList.remove('hidden');
document.getElementById('newsletter-email').value = '';
setTimeout(() => successElement.classList.add('hidden'), 5000);
}
});
document.getElementById('contact-form').addEventListener('submit', function(e) {
e.preventDefault();
const name = document.getElementById('name').value;
const email = document.getElementById('email').value;
const message = document.getElementById('message').value;
const nameError = document.getElementById('name-error');
const emailError = document.getElementById('email-error');
const messageError = document.getElementById('message-error');
const successElement = document.getElementById('contact-success');
const errorElement = document.getElementById('contact-error');
let isValid = true;
// Reset errors
nameError.classList.add('hidden');
emailError.classList.add('hidden');
messageError.classList.add('hidden');
errorElement.classList.add('hidden');
if (!name) {
nameError.classList.remove('hidden');
isValid = false;
}
if (!email || !email.includes('@') || !email.includes('.')) {
emailError.classList.remove('hidden');
isValid = false;
}
if (!message) {
messageError.classList.remove('hidden');
isValid = false;
}
if (isValid) {
successElement.classList.remove('hidden');
document.getElementById('name').value = '';
document.getElementById('email').value = '';
document.getElementById('message').value = '';
setTimeout(() => successElement.classList.add('hidden'), 5000);
} else {
errorElement.classList.remove('hidden');
}
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
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=justREE/ree-sm-2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |