100 lines
5.9 KiB
PHP
100 lines
5.9 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Code of Conduct | Belarusians Worldwide</title>
|
|
<meta name="description" content="Our community standards for a safe, respectful, and collaborative environment.">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
|
|
<!-- 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" 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">Code of Conduct</h1>
|
|
<p class="lead">We are committed to providing a safe, welcoming, and harassment-free experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age, or religion.</p>
|
|
|
|
<hr class="my-5">
|
|
|
|
<h4>Our Pledge</h4>
|
|
<p>In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone.</p>
|
|
|
|
<h4>Our Standards</h4>
|
|
<p>Examples of behavior that contributes to creating a positive environment include:</p>
|
|
<ul>
|
|
<li>Using welcoming and inclusive language</li>
|
|
<li>Being respectful of differing viewpoints and experiences</li>
|
|
<li>Gracefully accepting constructive criticism</li>
|
|
<li>Focusing on what is best for the community</li>
|
|
<li>Showing empathy towards other community members</li>
|
|
</ul>
|
|
|
|
<p>Examples of unacceptable behavior by participants include:</p>
|
|
<ul>
|
|
<li>The use of sexualized language or imagery and unwelcome sexual attention or advances</li>
|
|
<li>Trolling, insulting/derogatory comments, and personal or political attacks</li>
|
|
<li>Public or private harassment</li>
|
|
<li>Publishing others' private information, such as a physical or electronic address, without explicit permission</li>
|
|
<li>Other conduct which could reasonably be considered inappropriate in a professional setting</li>
|
|
</ul>
|
|
|
|
<h4>Enforcement</h4>
|
|
<p>Community leaders are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.</p>
|
|
<p>Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at <a href="mailto:coc@belarusiansworldwide.com">coc@belarusiansworldwide.com</a>. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.</p>
|
|
|
|
<h4>Scope</h4>
|
|
<p>This Code of Conduct applies to all project spaces, including the Web Summit pavilion, online forums, and any other channels established by the project team. It also applies to individuals representing the project in public spaces.</p>
|
|
|
|
</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>
|