-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvesting.html
59 lines (52 loc) · 3.62 KB
/
investing.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale:1.0">
<link rel="icon" type="image/png" href="fav.png">
<link rel="stylesheet" href="styles.css">
<script src="scripts.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<title>Investing</title>
<body>
<div id="navigation">
<script>
$('#navigation').load("menu.html");
</script>
</div>
<div id="myContent" class="main_content">
<h3 class="head">Investing</h3>
<div>Money is important (shocking). That’s why I decided to learn about investing quite some time ago.</div>
<div> </div>
<div>I’ve been sharing content on Instagram as I was learning. The <a title="BringTheInvesting" href="https://www.instagram.com/bringtheinvesting/">profile</a> is no longer being supported but it does have plenty of valuable information.</div>
<div> </div>
<div>Once I decided to write a short document about the steps I took to become more knowledgeable about money in general and investing in particular. This short document turned into a fifty-page eBook. You can get it <a title="Get rich slowly" href="https://drive.google.com/file/d/1bIi-EIe5NxkwzEEC1nnEq7LLyJA_FZ5-/view?usp=sharing">here</a>.</div>
<div> </div>
<div>Braden from Stratosphere Investing was kind enough to invite me to his podcast to speak about investing. You can listen to it <a title="Stratosphere Investing podcast" href="https://podcasts.google.com/?feed=aHR0cDovL2ZlZWRzLmZlZWRidXJuZXIuY29tL1N0cmF0b3NwaGVyZUludmVzdGluZ1BvZGNhc3Q&episode=NTk1YzBkM2VjY2YyMTA3ZDc2YmIyZGQ2OjU5NWMwZTkyM2UwMGJlOThlMzgxZTVhYzo1YmJiZGQ4OWY0ZTFmY2NlZmM3YWQxYjY&hl=en&ved=2ahUKEwiI_JznmqDpAhW8hHIEHTdICRgQjrkEegQICxAE&ep=6">here</a>.</div>
<div> </div>
<div>I am a member of a wonderful investing community - <a title="MCC" href="https://microcapclub.com/">MicroCap Club</a>. You can learn a lot from the <a href="https://microcapclub.com/blog/">blog</a>. I got accepted by writing <a href="https://drive.google.com/open?id=17UVTt1LEsqiyNRR01OEsxn4AJXN1nY0W">this</a> investment thesis.</div>
<hr>
<p> Investing related writing is below.</p>
<ul>
<li><a href="mrai.html">Marpai, Inc</a></li>
<li><a href="sezl.html">Sezzle, Inc</a></li>
<li><a href="cutr.html">Cutera, Inc</a></li>
<li><a href="noa.html">North American Construction Group Ltd</a></li>
<li><a href="srts_follow.html">Sensus Healthcare - correction</a></li>
<li><a href="srts.html">Sensus Healthcare</a></li>
<li><a href="untc.html">Unit Corporation</a></li>
<li><a href="btn.html">Butn Limited</a></li>
<li><a href="rth.html">RAS Technology Holdings Ltd</a></li>
<li><a href="ccg.html">Comms Group Ltd</a></li>
<li><a href="k2f.html">K2fly Ltd</a></li>
<li><a href="sks.html">SKS Technologies Group Ltd</a></li>
<li><a href="ena.html">Ensurance</a></li>
<li><a href="ime.html">Imexhs</a></li>
<li><a href="pu1.html">Portfolio update - One</a></li>
<li><a href="atgn.html">Altigen Communications </a></li>
<li><a href="amx.html">Aerometrex Ltd </a></li>
<li><a href="bcc.html">Beam Communications Holdings Ltd </a></li>
</ul>
</div>
</body>
</html>