38873-vm/index.php
Flatlogic Bot c312777c3a v19
2026-02-28 18:04:19 +00:00

125 lines
7.3 KiB
PHP

<?php
require_once __DIR__ . '/db/config.php';
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Exclusive startup networking and micro-investment platform for students and graduates.';
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
$platformName = defined('PLATFORM_NAME') ? PLATFORM_NAME : 'Gatsby';
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?= htmlspecialchars($platformName) ?> — Connect. Fund. Build.</title>
<?php if ($projectDescription): ?>
<meta name="description" content="<?= htmlspecialchars($projectDescription) ?>">
<meta property="og:description" content="<?= htmlspecialchars($projectDescription) ?>">
<?php endif; ?>
<?php if ($projectImageUrl): ?>
<meta property="og:image" content="<?= htmlspecialchars($projectImageUrl) ?>">
<?php endif; ?>
<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@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<header>
<div class="container" style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
<a href="index.php" class="logo-container">
<img src="assets/images/logo.svg" alt="<?= htmlspecialchars($platformName) ?> Logo" class="logo-img">
<span class="logo-text"><?= htmlspecialchars($platformName) ?></span>
</a>
<nav class="nav-links">
<a href="#how-it-works">How it works</a>
<a href="#features">Features</a>
<a href="login.php">Log In</a>
</nav>
<div style="display: flex; gap: 12px;">
<a href="register.php" class="btn btn-primary">Join Now <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</header>
<main>
<section class="hero">
<div class="hero-bg">
<div class="hero-blob" style="top: 10%; left: 15%;"></div>
<div class="hero-blob" style="bottom: 15%; right: 15%; background: radial-gradient(circle, rgba(138, 43, 226, 0.1) 0%, rgba(0, 242, 255, 0.1) 100%);"></div>
</div>
<div class="container">
<div class="match-score-pill" style="margin-bottom: 30px;">
<i class="fas fa-sparkles"></i> The University Startup Network
</div>
<h1>The smarter way to <br><span style="background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">Connect & Scale.</span></h1>
<p>Connect with co-founders, hire early talent, and raise micro-investments from a verified community of university students and graduates.</p>
<div style="display: flex; gap: 20px; justify-content: center;">
<a href="register.php" class="btn btn-primary" style="padding: 16px 32px; font-size: 18px;">Start Your Journey</a>
<a href="#how-it-works" class="btn btn-secondary" style="padding: 16px 32px; font-size: 18px;">See How It Works</a>
</div>
</div>
</section>
<section id="features" class="container">
<div class="features">
<div class="card">
<div class="card-icon"><i class="fas fa-user-shield"></i></div>
<h3 style="font-size: 24px; font-weight: 800; margin-bottom: 15px;">Verified Exclusivity</h3>
<p>Exclusive access for verified university students and recent graduates. We ensure a high-trust environment for serious builders.</p>
</div>
<div class="card">
<div class="card-icon"><i class="fas fa-people-arrows"></i></div>
<h3 style="font-size: 24px; font-weight: 800; margin-bottom: 15px;">Intelligent Matching</h3>
<p>Find your ideal co-founder based on complementary skills, shared vision, and cultural fit using our advanced discovery engine.</p>
</div>
<div class="card">
<div class="card-icon"><i class="fas fa-chart-line"></i></div>
<h3 style="font-size: 24px; font-weight: 800; margin-bottom: 15px;">Peer Micro-Funding</h3>
<p>Raise early-stage capital from your peers. Startups can list rounds while investors build diversified portfolios of student talent.</p>
</div>
</div>
</section>
<section id="how-it-works" class="how-it-works container" style="background: var(--surface-color); padding: 100px 40px; border-radius: 48px; margin-bottom: 100px; border: 1px solid var(--border-color); position: relative; overflow: hidden;">
<div class="hero-blob" style="top: -200px; right: -200px; width: 400px; height: 400px; opacity: 0.3;"></div>
<h2 style="font-size: 48px; font-weight: 900; margin-bottom: 80px;">Your path from idea to <span style="color: var(--accent-blue)">IPO.</span></h2>
<div class="steps">
<div class="step">
<span class="step-number" style="opacity: 0.2; font-size: 100px;">01</span>
<h4 style="font-size: 28px; font-weight: 800; margin-top: -20px;">Verify & Profile</h4>
<p style="color: var(--text-secondary); font-size: 18px;">Sign up with your .edu or university email to join the elite circle of student founders.</p>
</div>
<div class="step">
<span class="step-number" style="opacity: 0.2; font-size: 100px;">02</span>
<h4 style="font-size: 28px; font-weight: 800; margin-top: -20px;">Swipe & Match</h4>
<p style="color: var(--text-secondary); font-size: 18px;">Discover partners or startups. Swipe right on potential co-founders or investment opportunities.</p>
</div>
<div class="step">
<span class="step-number" style="opacity: 0.2; font-size: 100px;">03</span>
<h4 style="font-size: 28px; font-weight: 800; margin-top: -20px;">Build & Fund</h4>
<p style="color: var(--text-secondary); font-size: 18px;">Incorporate, launch your funding round, and scale with the support of the whole community.</p>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="logo-container" style="justify-content: center; margin-bottom: 40px;">
<img src="assets/images/logo.svg" alt="<?= htmlspecialchars($platformName) ?> Logo" style="width: 48px; height: 48px;">
<span class="logo-text" style="font-size: 32px;"><?= htmlspecialchars($platformName) ?></span>
</div>
<div class="footer-links">
<a href="#">About Us</a>
<a href="#">Terms of Service</a>
<a href="#">Privacy Policy</a>
<a href="#">Contact Support</a>
</div>
<p style="margin-top: 40px; font-size: 14px; opacity: 0.6;">&copy; <?= date('Y') ?> <?= htmlspecialchars($platformName) ?>. All rights reserved.</p>
<p style="font-size: 12px; margin-top: 10px; opacity: 0.4;">Built for the next generation of entrepreneurs.</p>
</div>
</footer>
</body>
</html>