Siteβ―Builder
Editing:
Investor_Overview.html
writable 0666
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Investor Overview - BestDealOn.com</title> <style> html, body { margin:0; padding:0; font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif; height:100%; color:#333; } body { background: linear-gradient(45deg, #8EC5FC, #E0C3FC, #FFDDC1, #FEC9D7); background-size:400% 400%; animation: gradientBG 20s ease infinite; } @keyframes gradientBG { 0% { background-position:0% 50%; } 50% { background-position:100% 50%; } 100% { background-position:0% 50%; } } .wrapper { max-width:1200px; margin:0 auto; padding:40px 20px; } header { text-align:center; padding:60px 20px 30px 20px; } header h1 { font-size:3rem; margin-bottom:20px; color:#222; } header p { font-size:1.2rem; max-width:700px; margin:0 auto; color:#444; line-height:1.6; } .section { background:rgba(255,255,255,0.85); border-radius:10px; box-shadow:0 4px 14px rgba(0,0,0,0.1); padding:40px; margin-top:60px; } .section h2 { font-size:2rem; margin-bottom:20px; color:#222; text-align:center; } .section p { font-size:1rem; line-height:1.7; color:#555; max-width:800px; margin:0 auto 20px auto; text-align:center; } .features-grid { display:flex; flex-wrap:wrap; justify-content:center; margin-top:40px; } .feature-box { background:rgba(255,255,255,0.9); border-radius:8px; box-shadow:0 2px 10px rgba(0,0,0,0.1); flex:1 1 calc(30% - 20px); margin:10px; min-width:250px; padding:20px; text-align:center; transition:transform 0.3s; } .feature-box:hover { transform:translateY(-5px); } .feature-box h3 { font-size:1.4rem; margin-bottom:15px; color:#333; } .feature-box p { font-size:1rem; color:#555; line-height:1.6; } .roadmap { margin-top:60px; position:relative; padding-left:30px; } .roadmap::before { content:""; position:absolute; top:0; left:8px; width:4px; height:100%; background:#333; border-radius:2px; } .roadmap-entry { position:relative; margin:40px 0; padding-left:40px; } .roadmap-entry::before { content:"π΅"; position:absolute; left:-4px; font-size:1rem; color:#333; background:#fff; border-radius:50%; } .roadmap-entry h4 { font-size:1.4rem; margin-bottom:10px; color:#222; } .roadmap-entry p { font-size:1rem; line-height:1.6; color:#555; } .cta-section { text-align:center; margin-top:100px; } .cta-section h2 { font-size:2.2rem; margin-bottom:20px; color:#222; } .cta-section p { font-size:1.1rem; max-width:700px; margin:0 auto 30px auto; color:#444; line-height:1.6; } .cta-button { display:inline-block; background:#333; color:#fff; padding:15px 30px; border-radius:8px; font-weight:bold; text-decoration:none; letter-spacing:1px; transition:background 0.3s; margin-top:20px; } .cta-button:hover { background:#555; } footer { text-align:center; margin-top:80px; font-size:0.9rem; color:#666; } @media (max-width:900px) { .feature-box { flex:1 1 100%; } .roadmap-entry { padding-left:30px; } .roadmap::before { left:4px; } .roadmap-entry::before { left:-8px; } } </style> </head> <body> <div class="wrapper"> <header> <h1>Invest in the Future of Global Commerce</h1> <p>BestDealOn.com invites visionary investors to join us in revolutionizing online marketplaces. Our platform leverages Web3.0 credit scores, blockchain transparency, and a native token economy to create trust-based, global peer-to-peer commerce. Become part of a new era, where credibility is earned through honest transactions, and opportunities abound for all.</p> </header> <section class="section"> <h2>Our Value Proposition</h2> <p>At BestDealOn.com, weβre building a decentralized marketplace where buyers and sellers worldwide engage freely, without intermediaries. Our native token underpins the entire ecosystem, facilitating transactions, credit scoring logic, and fee settlements. This sustainable, trust-driven model aligns incentives, fosters long-term growth, and opens new economic frontiers.</p> <div class="features-grid"> <div class="feature-box"> <h3>Transparent Credit Scores</h3> <p>Replace opaque, centralized credit checks with verifiable, blockchain-based credibility tied to your wallet address.</p> </div> <div class="feature-box"> <h3>Global Reach</h3> <p>Access a worldwide network of users trading goods and services, transcending borders and traditional banking systems.</p> </div> <div class="feature-box"> <h3>Native Token Economy</h3> <p>Our utility token powers the marketplace, from fee settlements to premium features, ensuring stable growth and long-term sustainability.</p> </div> </div> </section> <section class="section"> <h2>Why Invest Now?</h2> <p>We stand at the intersection of decentralized finance, cross-border commerce, and Web3.0 reputation building. Early investors can shape the platformβs direction, benefit from token appreciation, and foster a community where trust and transparency become the standard. By participating, you help unlock a new paradigm in online trade, cultivating an ecosystem that rewards integrity, fosters inclusion, and drives innovation.</p> </section> <section class="section"> <h2>Roadmap</h2> <div class="roadmap"> <div class="roadmap-entry"> <h4>Phase 1: Launch & Beta Testing (Q1-Q2 2025)</h4> <p>Release the initial marketplace with basic buy/sell functionalities, introduce the native token, and begin credit scoring trials. Collect feedback, refine UX, and ensure platform stability.</p> </div> <div class="roadmap-entry"> <h4>Phase 2: Community Growth & Integrations (Q3-Q4 2025)</h4> <p>Engage in global marketing campaigns, forge strategic partnerships with DeFi protocols, and expand token utilities. Introduce advanced discovery tools, dispute resolution, and partial escrow features.</p> </div> <div class="roadmap-entry"> <h4>Phase 3: Enhanced Features & Ecosystem Expansion (2026)</h4> <p>Incorporate AI-driven fraud detection, advanced analytics dashboards, and governance mechanisms. Allow token holders to shape platform policies, encouraging a community-driven marketplace.</p> </div> </div> </section> <section class="cta-section"> <h2>Partner With Us</h2> <p>By investing in BestDealOn.com, youβre not only fueling a marketplace; youβre supporting a vision that empowers users to build their creditworthiness, fosters global connections, and unlocks endless commercial possibilities. Join us, and letβs create a more transparent, equitable future together.</p> <a href="#contact" class="cta-button">Get Involved</a> </section> <footer> © <span id="year"></span> BestDealOn.com | Building Trust, Empowering Commerce </footer> </div> <script> document.getElementById('year').textContent = new Date().getFullYear(); </script> </body> </html>
Save changes
Create folder
writable 0777
Create
Cancel