-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (78 loc) · 4.74 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Felipe Acosta</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<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=Montserrat&family=Sac
</head>
<body style=" background-color: #F1EEE9;">
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1>I'm Felipe.</h1>
<h2>
<p>a <span class="pro">pro</span>grammer.</p>
</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img src="https://media1.giphy.com/media/fSSF1nqnFD4t1Tmwy5/200w.webp?cid=ecf05e472yzhqn61y6r9q1os5yvixwnz7uks4xvhk01o4d5z&rid=200w.webp&ct=s" alt="sun-giphy">
<br>
<img class="felipe-png" src="felipe.png" alt="felipe-png">
<h2>Hola.</h2>
<div class="middle-container">
<div class="profile">
<p>
<strong>Licensed real estate broker, licensed health & life insurance agent, former law enforcement deputy sheriff and investor.</strong>
</p>
<p>
<strong>
Biography:
</strong>
I'm a Cuban-American male that has lived in South Florida for the majority of my life. I immigrated here with my parents when I was one year old. Since, I have built a lot of working experience by doing a multitude of different jobs in a
variety of sectors. I'm a very motivated and intelligent individual in the search of excellence both in my work and personal life. Also, fitness is a big part of my life. I spend countless hours in the gym to improve both my energy and
wellbeing.
</p>
<p>
Additionally, I spend a great amount of time self-educating myself. I read a lot of books ranging from investing (options, value investing, techinical analysis & commodities speculation), science, psychology, mathematics, biographies, real estate, note investing and many more. My favorite books
are, “You Too Can Be a Stock Market Genius”, “The Intelligent Investor”, “Extraordinary Popular Delusions and the Madness of Crowds”, “Unleash the Giant Within”, “Think and Grow Rich”, “The Navigator”, and “The E-Myth Revisited”. As Sir
Isaac Newton said himself, “If I have seen further than others, it is because I was standing on the shoulders of giants.”
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="house" src="house.png" alt="house-png">
<h3>Real Estate</h3>
<p class="re-skill-description">I have been in the business since 2019. I'm a licensed real estate broker in the state of Florida & Washington. I have experience working with buyers, sellers and investors. I specialize in house hacking,
buy, rehab, rent, refinance,
repeat (BRRR) and fix & flips.</p>
</div>
<div class="skill-row">
<img class="chart" src="chart.png" alt="chart-png">
<h3>Investor</h3>
<p class="investor-skill-description">I'm a very well versed and experienced investor in a variety of different asset classes. I am knowledgable with stocks, bonds, futures, options, ETFs, annuities, global indexes, life insurance and other
investment vehicles. I believe in
moderate diversification within a portfolio ranging between seven - twelve different asset classes. Investing is my passion so if I can be of help please dont hesitate to reach out. I research and use macroeconomics, technical analysis and
fundlemental analysis in choosing potential investments. Additionally, I like using strategies such as, bankruptcies, merger arbitrage, spin-offs and I personally specialize in value investing with an adequate margin of safety. “Without
faith in his own judgment, no man can go very far in this game.”</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Please do not hesitate to reach out if there is anything in the world that I can do for you.</h3>
<p class="contact-message">I hope you have a wonderful day, and thank you for stopping by!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<br>
<div id="bottom-container">
<a class="footer-link" href="https://www.facebook.com/felipe.acosta.16940">Facebook</a>
<a class="footer-link" href="https://www.instagram.com/quantitive_focus/">Instagram</a>
<p class="copy-right">© 2022 Felipe Acosta © quantative Focus</p>
</div>
</body>
</html>