-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
42 lines (41 loc) · 2.31 KB
/
aboutus.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
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/aboutus.css">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/nav.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="" style="border-bottom: 2px solid black;">About Us</a></li>
</ul>
</nav>
<header>
About us
</header>
<br><br><br><br><br><br><br>
<article>
<center>
We are Dollar Productions. And we, have one aim.
<br><br>
To make you, yes you, rich.
<br><br>$$$<br><br><br>
</center>
<h3>How do we do this?</h3>
We collect the information you provide and use it wisely using our state-of-the-art algorithms to invest them in places where the best returns are expected, and return most of the money to you. If it's a profit, the money's yours. If it's a loss, we bear it. You just relax and see yourself getting rich everyday. :-)
<h3>What about your privacy?</h3>
We care about our users' privacy. Which is why, we do not share your information with other sources, unless they are marked trusted, carefully so, by our veteran engineer.
<h3>Is it safe?</h3>
Perfectly. We understand the legal implications of this and believe us, and our lawyers, this is perhaps the most safest and legitimate way to get money.
<h3>Where do we live?</h3>
Unfortunately, due to security reasons and otherwise, we adhere to strict anonymity policy, where we are not supoosed to disclose any information regarding our location, phone numbers, and other things that might be used to uniquely identify us. However, you can mail us at <a href="mailto:hgzgithub@gmail.com">our gmail account </a> and stay updated with your investment. Rest assured, you can trust us.
<br><br><br>Now, enough of talking, let's get going. Fill out <a href="form.html">this form</a>.
</article>
<br><br><br><br><br>
<footer>
<center>A Dollar Productions<sup>®</sup> Product © 2000-2017</center>
</footer>
</body>
</html>