-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (103 loc) · 3.46 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Felipe's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="Felipe.png" alt="Felipe Profile Picture">
</td>
<table>
<td><h1>Felipe Acosta</h1>
<p><i><strong>Real estate broker, licensed health & life insurance agent, former law enforcement deputy sheriff, and investor.</strong></i></p>
<p><em><strong>Biography<br></strong>
I'm a Cuban-American male that has lived in <strong><a href="https://www.myflorida.com/">South Florida</a></strong> 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.
Additionally, I spend a great amount of time self-educating myself. I read a lot of books ranging from investing (options/long term), science, psychology, mathematics, biographies, real estate, 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.”</em></p></td>
</tr>
</table>
</table>
<hr size="5" noshade>
<h3>Education and Courses</h3>
<ul>
<li>Real Estate license Florida state</li>
<li>Real Estate License Washington state</li>
<li>Life & Health license Washington state</li>
<a href="https://www.broward.edu/academics/public-safety/ips/">
<li>Broward Istitute of Public Safety Police Acadamy 328</li>
</a>
<li>The Complete Web Developement Bootcamp</li>
</ul>
<hr size="5" noshade>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2022 - Present</td>
<td>WFG - Life & Health Insurance Agent</td>
</tr>
<tr>
<td>2019 - Present</td>
<td>eXp Realty - Real Estate Broker Florida & Washington</td>
</tr>
<tr>
<td>2019 - 2021</td>
<td>Broward Sheriff Office - Deptuty Sheriff</td>
</tr>
<tr>
<td>2011 - 2019</td>
<td>Fontainebleau - Banquets Porter/ Bar Porter/ Banquets Server</td>
</tr>
</table>
<hr size="5" noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>iOS Developement</td>
<td>⭐</td>
</tr>
<tr>
<td>Web Developement</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Boxer</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Diversified Investor</td>
<td>⭐⭐⭐⭐⭐</td>
<tr>
<td>Real Estate Knowledge</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</tr>
</table>
</td>
</tr>
</table>
<hr size="5" noshade>
<a href="hobbies.html">My Hobbies</a>
<br>
<a href="contact.html">Contact Information</a>
</body>
</html>