-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
236 lines (229 loc) · 15.9 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<title>Project HODL💎🙌
</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Roboto:wght@400;700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<center>
<div class="topSection">
<img class="diamond fade-in-image-diamond" src="images/diamond.svg" />
</br>
<img class="logo logo-up" src="images/hands.svg" />
</div>
</center>
<div class="intro">
<div class="fade-in-text">
</br>
<h1>Namaste!</h1>
<p>
Lately, many of us have been curious about the investment world, professionally, but also on a personal
level. And there has been a boost in investments since the Wuhan Virus pandemic. But while people are
learning about investing, portfolio theory, Scholes formula, Arbitrage, and all the complex investment
and finance stuff, this knowledge is useless unless you have a few lacs in the bank. Most of what we
learn about is not accessible for personal investing.
</p>
<p>
So I had to find other ways to put my capital to work. I started exploring investment options in 2019,
options that I could access with limited capital. Now, I regularly have friends asking me for investment
advice. And I always tell them the same thing: I am not an expert, I can only point to a few directions
that worked for me, you can explore them by yourself. I won't advise anyone on what company to invest
in, what stock to pick, or whether it's ok for you, in particular, to bet 2 grand in crypto.
</p>
</br>
<h1>Is it a CRIME to make money?</h1>
<p>
Our society looks down on people who have wealth. When someone asks about our salary, the question stems
from a sense of JUDGEMENT. We value people based on how much money they make. It makes it difficult for
both kinds of people: the ones who are well off as well as those who are barely making money, to be
honest about their finances. As a result- Money Has Become A Taboo.
</p>
<p>
Nobody is honest about it.
</br>
Nobody knows what to do.
</p>
<p style="color:rgb(26, 113, 212);">
Repeat after me- it is okay to take home a good amount of wealth.
</br>
Repeat after me- it is okay to struggle with money.
</p>
<p>
<b>This website is here to help all the ones, especially students in getting their finances right.</b>
No jargon, no advertisements, no strings attached!
</p>
</br>
<h1>Prerequisites</h1>
<p>Some basic requirements to start this journey are</p>
<ul>
<li>Aadhar Card: To open a bank account, to apply for PAN Card.</li>
<li>PAN Card: Used to open a bank account, Demat account, account on crypto exchanges, etc.</li>
<a href="https://www.pan.utiitsl.com/PAN/index.jsp" target="_blank">Click to apply</a>
<li>
Zero balance bank account: Link this account to your UPI, digital payments app, net banking, crypto
investments, stock investments, daily expenses, etc.
</li>
<li>
Normal bank account: <strong>DONT</strong> link this account to any of the apps, not even net
banking. Use this account like a BLACKHOLE. Once you deposit the money, fir khatam, tata, bye-bye.
Not even a single rupee should be taken out from this account. Use this account to maintain
Emergency Funds and Mutual Fund SIPs only.
</li>
<li>Fifth-grade mathematics</li>
</ul>
</br>
<h1>Content</h1>
<p>
We will be learning various stuff here regarding savings, investments, the mindset for making Wealth,
credit/debit cards pros and cons, emergency funds, and a lot more. The goal is to make people talk about
money and have a healthy discussion. We will be covering
<ol>
<li>Why Invest Rather Than Save?</li>
<li>The Right Way To Investing.</li>
<li>Credit And Debit Cards.</li>
<li>Investment Options</li>
<li>How And Where To Invest</li>
</ol>
</p>
</br>
<h3>Disclaimer</h3>
<h3>
All investments are subject to market risks b*#&%c#@&.
</br>
Read all scheme related documents iski maa ka...
</h3>
<h3 style="text-align: center;">~ Srikant Tiwari</h3>
</br>
<h1>Why Invest?</h1>
<p>
Because...Inflation! We often listen to Boomers say to save the money in a bank or an FD since it is
safe and gives decent returns. But today the banks and FDs are nothing but money-wasting machines. On
average, a bank gives the interest of 5%-6% and for FDs, it is 6%-7% annually. Surprisingly, the
inflation rate in India ranges from 4% to 6%. Don't you think banks are fooling us? If you want to be
stable, go to the top right corner of this browser, close the tab, and head over to your nearest bank.
But if you really want to grow 'wealth' then we are here for you.
</p>
<p>
Do you know India is already a superpower? Yes, you read that right. 52% population (around 16-17 crore)
of the US invests in some or the other stocks, funds, cryptos. In India it's just
just 4% (around 6 crore) of the population, and still our companies are part of Fortune 500. Just
imagine, what will happen if 50% of the population starts investing...
</p>
</br>
<hr>
<h1 class="bonus">Bonus : Metaverse</h1>
<p class="bonus">
I personally believe the metaverse is the next big thing. And that's why it is so important to understand, research and invest ASAP.
But what is metaverse? What is NFT? What is cryptocurrency?
</p>
<p style="color: rgb(26, 113, 212);">NFTs are the things in metaverse.<br>
Cryptocurrency is the money in metaverse.
</p>
<p class="bonus">To understand this concept, let me explain you the evolution of internet.
First came <span>Web 1.0</span>, the early version, which allowed us to only search and read information on the internet. Next came <span>Web 2.0</span> which made the internet more social and interactive with sites like Facebook and Twitter. While Web 2.0 has made our lives easier we have started drifting away from original version of web because big corporations and social media giants have monopolized the internet. <span>Web 3.0</span> is what gives the control back to users and breaks the monopoly with blockchain technology. It allows you to do anything you currently do on the internet, but decentralised. While Web 3.0 is envisioned to be the internet for blockchain tech and AI, the full capabilities of Web 3.0 are still unknown.
</p>
<p class="bonus">
For example in Web 1.0, we used to buy things by visiting the shops. In Web 2.0, we buy real products from virtual shops like Flipkart and Amazon. In Web 3.0 we will buy virtual products on virtual shops. Crazy!
</p>
<p class="bonus">
The booming crypto and NFT has shown that people are ready to invest in digital assets. So I think it's only a matter of time that big companies will start launching their own versions of metaverse. And this could open doors for more profits to the company which in turn will make their stock value to go to the moon. And I am damn sure everyone wants to be a part of that wild ride. Think of metaverse as internet 3.0, more immersive and useful than ever before.
The Wuhan Virus lockdown has accelerated the move to VR. As we know personally, we are doing a lot of work from home and having meetings, lectures and it just wasn't same as talking to people in person. The metaaverse aims to bridge this gap between technology and real life interaction.</br>
</br>
Now let's breakdown some potential metaverse stocks and cryptos.</p>
<ol class="bonus">
<li>
Unity Software (U) : This software is used to make videogames. Has been used in many successful 3D games. Eventually will be used to make metaverse.
</li>
<li>Snapchat(SNAP) : Has largest database of face biometrics of it's users as well as AR, VR. Has launched AR glasses. The users of Snapchat already have their characters placed on world map.
</li>
<li>
Matterport (MTTR) : This software scans the real world real estate and digitalizes it to view on PC. Already working on a sceret project with Meta (formerly Facebook).
</li>
<li>
Disney (DIS) : Has already started selling NFTs. Disney owns the rights to almost all the characters and this has a lot of use cases in the entertainment industry of metaverse. Like a virtual disney land? Or Avengers attending your virtual Birthday Party? Dayum!
</li>
<li>
Meta (FB) : Facebook literally changed it's name, what more hints do we want? Also Meta owns Oculus, a VR Headset company. Already a market leader in social space and sitting on a huge pile of cash!
</li>
<li>
Epic Games : Not yet listed on stock exchanges while I am writing this article, but it is going to be public soon. Look for this stock since it has a huge history of launching successful games. Also has alloted 1$ billion for it's metaverse project.
</li>
</ol>
</br>
<p class="bonus">
Talking about cryptocurrencies, you can look for Decentraland (MANA), The Sandbox (SAND), Axie Infinity (AXS), Enjin Coin (ENJ), MyNeidhborAlice (ALICE). Right now these are too early, so can't say which crypto is gonna make it, but Decentraland and The Sandbox have already made their versions of metaverse where companies like Tesla, Atari, Adidas and many others have bought virtual lands.
</br>
</br>
P.S: This is not a financial advise, I am just here to educate about what's happening in the world of finance.
</p>
<hr>
</div>
</div>
</body>
<footer>
<img class="footer" src="images/footer3.png" />
<div id="footer">
<div class="footer-align" id="left-footer">
<h1>Hold On (for) Dear Life</h1>
<p>Project HODL is a website created especially for students to make them financially literate.</p>
<h1>Be a contributor !</h1>
<p>We need you. Contribute to this initiative and let's together make everyone financially educated.
</p>
</div>
<div class="footer-align" id="center-footer">
<h1>Contributors</h1>
<p>Kunal M. Thakkar</p>
<p>Mayank Mahajan</p>
<p>Manthan Kumbhar</p>
</div>
<div class="footer-align" id="right-footer">
<button class="btn"><a href="mailto:contributetohodl@gmail.com">Contribute +</button></a>
<p>
Share your knowledge related to finance to make this website more reliable. You can also contribute to
the development of this website if you can code. Let's change the world with small contributions!
</p>
<div class="footer-social">
<a href="https://github.com/kuchbhi-kunal/ProjectHODL" rel="noreferrer" target="_blank" title="github">
<svg height="50" width="50"
viewBox="7.600000000000001 7.59024952 28.799999999999997 28.917005760000002"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
style="background-color: rgb(16, 55, 214); border-radius: 50%; border-color: rgba(255, 3, 3, 0.25); border-style: solid; border-width: 0px;">
<g>
<path fill="rgba(255,255,255,1)" id="f_1_"
d="M10,22.3044338 C10,27.7398363 13.4380429,32.3519218 18.2065134,33.9789169 C18.8069002,34.0922174 19.0256914,33.7122831 19.0256914,33.3859777 C19.0256914,33.0936624 19.015378,32.3201977 19.0094846,31.2936952 C15.671629,32.0369464 14.9673716,29.6440399 14.9673716,29.6440399 C14.4214985,28.2224964 13.634734,27.8440727 13.634734,27.8440727 C12.5451978,27.0804274 13.7172412,27.0962895 13.7172412,27.0962895 C14.921698,27.1831532 15.555235,28.3644997 15.555235,28.3644997 C16.6263544,30.2445326 18.364161,29.7014455 19.0477915,29.3864702 C19.1568188,28.5911007 19.4669572,28.0495243 19.8095092,27.741347 C17.1449707,27.4309036 14.3434114,26.3756983 14.3434114,21.660887 C14.3434114,20.3171431 14.8111974,19.2188837 15.5788084,18.3585552 C15.4557844,18.0473565 15.0439854,16.7965191 15.6966758,15.1030543 C15.6966758,15.1030543 16.7044415,14.7714615 18.9962246,16.3637112 C19.9538967,16.0910346 20.9800792,15.9543187 22.0003683,15.9497867 C23.0199208,15.9543187 24.0461033,16.0910346 25.0052488,16.3637112 C27.2955585,14.7714615 28.3018509,15.1030543 28.3018509,15.1030543 C28.9560146,16.7965191 28.5442156,18.0473565 28.4211916,18.3585552 C29.1902759,19.2188837 29.6543786,20.3171431 29.6543786,21.660887 C29.6543786,26.3870284 26.8491359,27.4271269 24.1757574,27.7322829 C24.6067098,28.1122172 24.9897787,28.8630219 24.9897787,30.0103782 C24.9897787,31.6555014 24.9757819,32.9826279 24.9757819,33.3859777 C24.9757819,33.7153044 25.1916265,34.0975048 25.8008533,33.9774062 C30.5649038,32.3473898 34,27.7390809 34,22.3044338 C34,15.5086701 28.6267227,10 21.998895,10 C15.3732773,10 10,15.5086701 10,22.3044338 Z">
</path>
</g>
</svg>
</a>
</div>
</div>
</div>
<p class="copyright" style="text-align: center;">
A Parallel Pvt. Initiative. © 2021
</p>
</footer>
</html>