-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 3.04 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>B3trSurv</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img src="logo.png" alt="B3trSurv Logo" style="width: 150px; height: auto;">
<h1>Welcome to B3trSurv</h1>
<p>Your go-to solution for comprehensive survey management and analysis.</p>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="polls.html">Polls</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="poll2earn.html">Poll - 2 - Earn</a></li>
</ul>
</nav>
</header>
<section>
<h2>Our Mission</h2>
<p>At B3trSurv, we are dedicated to delivering unparalleled insights through meticulous survey design, execution, and analysis.</p>
<p><strong>Who are we?</strong><br>We are a dynamic platform combining the power of blockchain technology with the need for accurate, transparent data. Our community includes everyday individuals, businesses, and organizations who seek to make data-driven decisions and contribute to a more informed world.</p>
<p><strong>What do we do?</strong><br>We empower users to participate in surveys and polls, earning B3TR tokens for their valuable contributions. Our platform addresses inefficiencies in current market research and actively combats misinformation propagated by big media and untrustworthy governments.</p>
<p><strong>When do we act?</strong><br>From the moment you join B3trSurv, you become a part of a continuous effort to create a transparent and reliable source of public information. Whether it's daily, weekly, or monthly surveys, we ensure there's always an opportunity for you to engage and earn.</p>
<p><strong>Where is B3trSurv?</strong><br>Accessible globally, B3trSurv operates on the secure and scalable VeChain blockchain. No matter where you are, you can contribute to and benefit from our platform, ensuring your voice and insights are heard.</p>
<p><strong>Why do we exist?</strong><br>In a world overwhelmed by misinformation and disinformation, B3trSurv aims to serve as a beacon of truth. We provide a public, transparent, and easily accessible ledger of public information—whether it be statistics, polls, sentiment, or other forms of data—available for everyone to access easily. Our goal is to offer a permanent record aimed at combating misinformation and disinformation from all forms of media, government, or otherwise.</p>
<p><strong>How do we do it?</strong><br>By leveraging the Poll - 2 - Earn model, we reward participants with B3TR tokens, creating an incentive for genuine, valuable input. This model not only empowers users but also stimulates economic activity within our ecosystem. For more details on how you can engage and benefit, visit our <a href="poll2earn.html">Poll - 2 - Earn</a> page.</p>
</section>
</body>
</html>