95 lines
5.3 KiB
PHP
95 lines
5.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Media & Press | Belarusians Worldwide</title>
|
|
<meta name="description" content="Media resources and contact information for the Belarusians Worldwide pavilion at Web Summit 2025.">
|
|
|
|
<!-- 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=IBM+Plex+Sans:wght@400;500&family=Inter:wght@600;700&display=swap" rel="stylesheet">
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
|
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
|
<div class="container">
|
|
<a class="navbar-brand fw-bold" href="/">Belarusians Worldwide</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
<ul class="navbar-nav ms-auto">
|
|
<li class="nav-item"><a class="nav-link" href="/#why">Why</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="sponsor.php">Sponsor</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="apply.php">Apply</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="volunteer.php">Volunteer</a></li>
|
|
<li class="nav-item"><a class="nav-link active" href="media.php">Media</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main class="container my-5">
|
|
<div class="row">
|
|
<div class="col-lg-8 mx-auto">
|
|
<h1 class="mb-4">Media & Press</h1>
|
|
<p class="lead mb-5">We welcome inquiries from journalists, bloggers, and content creators. Our story is one of unity, self-reliance, and the vibrant spirit of the Belarusian tech diaspora. Here you can find resources to help you cover our journey.</p>
|
|
|
|
<div class="card mb-4">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Press Kit</h5>
|
|
<p>Our press kit includes official logos, photos, key facts, and talking points about the initiative. Download it to get started.</p>
|
|
<a href="/assets/Belarusians-Worldwide-Press-Kit.zip" class="btn btn-primary" disabled>Download Press Kit (Coming Soon)</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Media Contact</h5>
|
|
<p>For all media inquiries, including interview requests and quotes, please contact our media coordinator.</p>
|
|
<p><strong>Email:</strong> <a href="mailto:press@belarusiansworldwide.com">press@belarusiansworldwide.com</a></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mt-5">
|
|
<h4>Key Facts</h4>
|
|
<ul class="list-group list-group-flush">
|
|
<li class="list-group-item"><strong>What:</strong> The first self-funded Belarusian pavilion at Web Summit.</li>
|
|
<li class="list-group-item"><strong>Where:</strong> Web Summit, Lisbon, Portugal.</li>
|
|
<li class="list-group-item"><strong>When:</strong> November 10-13, 2025.</li>
|
|
<li class="list-group-item"><strong>Who:</strong> A community of Belarusian founders, engineers, investors, and creatives from around the world.</li>
|
|
<li class="list-group-item"><strong>Funding:</strong> 100% community-funded. No state or institutional grants.</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="footer mt-5">
|
|
<div class="container text-center">
|
|
<p class="mb-1">© <?php echo date("Y"); ?> Belarusians Worldwide. A self-funded, non-state initiative.</p>
|
|
<ul class="list-inline">
|
|
<li class="list-inline-item"><a href="privacy.php">Privacy</a></li>
|
|
<li class="list-inline-item"><a href="code-of-conduct.php">Code of Conduct</a></li>
|
|
<li class="list-inline-item"><a href="media.php">Press</a></li>
|
|
</ul>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Bootstrap JS -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
|
<!-- Custom JS -->
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
</body>
|
|
</html>
|