-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 2.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light">
<title>Mig</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="dot.png" type="image/png">
<script src="scripts.js" defer></script>
<!-- Cache Control -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<div class="wrap">
<div class="header">
<button id="darkModeToggle" class="home-icon-circle"></button>
<div class="links">
<a href="blog.html">Blog</a>
<a href="ResumeMigv7.pdf" target="_blank">Résumé</a>
<a href="https://calendly.com/chatwithmig/30" target="_blank">Contact</a>
</div>
</div>
<p class="section"></p>
<p><p>I'm Miguel and I just became a digital nomad.
<br>An over-thinker, loyal friend, extrovert, and slow packer.
<br>I love trying new experiences and solving problems.
<br>I smile a lot, and have a high stress-tolerance.
<br>Have lived in: Miami, Annapolis, France, Okinawa, Seoul, Baghdad, Joshua Tree.
<br>I'd love to chat with you! Please click "Contact" above.
</p></p>
<p class="section">Now <span class="update-text">(updated 13jan25)</span></p>
<p><p>Getting into section 8 real estate investing.
<br>Starting a remote gig with Microsoft and loving every second.
<br>Automating lead generation and sales for <a href="https://whitefeatherinvestments.com/" target="_blank">WhiteFeather</a> and <a href="https://ubq.fi/" target="_blank">Ubiquity</a>.
<br>Currently in Europe. Miami in February.
<br>Working on an app for <a href="https://militarycardcoach.com/" target="_blank">MilitaryCardCoach.com</a>.
<br><a href="https://simplefeds.com/" target="_blank">Trying</a> to help the government make more sense.
<br>Eating <a href="pages\food" target="_blank">simply</a>, drinking pu-erh, doing <a href="pages\muscleups" target="_blank">muscle-ups</a>.
</p></p>
</html>