-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (50 loc) · 2.23 KB
/
index.html
File metadata and controls
68 lines (50 loc) · 2.23 KB
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Rich Bustos | Mindeful Engineer and Developer Advocate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!-- Add your site or application content here -->
<div id="maincontent" style="max-width: 80%; margin: auto">
<h1>Rich Bustos</h1>
<p>Thanks for checking out my super minimalist page.</p>
<p> I'm a frontend engineer with a passion for great user and developer experience. I've worked at <a href="https://linkedin.com/in/richardbustos">LinkedIn</a>, <a href="https://gomotive.com">Motive</a>, <a href="https://wix.com">Wix</a>, and <a href="https://xmtp.com">XMTP Lab</a>.</p>
<p>Currently, I'm a Developer Advocate at <a href="https://mui.com">MUI</a></p>
<p>I have a <a href="https://open.spotify.com/show/2ccFzjNXFbL4JIBX5a5EBX">Podcast </a> and a <a href="https://www.youtube.com/@RichBustos">Youtube channel</a>.</p>
<section class=“list-with-heading”>
<h3>Things I'm interested in</h3>
<ul>
<li>Blockchain technology/Web3</li>
<li>React.js </li>
<li>Meditation/Mindfulness</li>
<li>Learning how to be a great father</li>
</ul>
</section>
<section class=“list-with-heading”>
<h3>My hobbies</h3>
<ul>
<li>Wrestling/Jiu-jitsu</li>
<li>Boxing </li>
<li>Cooking</li>
<li>Personal Finance</li>
<li>Learning how to be a great father</li>
</ul>
</section>
<p>Feel free to checkout my <a href="./RichBustos_Engineer.pdf">Resume</a></p>
<p>Drop me an email at <a href="mailto:hello@richbustos.com">hello@richbustos.com</a></p>
</div>
</body>
</html>