-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·69 lines (63 loc) · 3.06 KB
/
index.html
File metadata and controls
executable file
·69 lines (63 loc) · 3.06 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
69
<!DOCTYPE html>
<html>
<head>
<title>Jonathan M Rodriguez</title>
<meta name="description" content="Jonathan M Rodriguez, Application Engineering Technical Lead." />
<!-- Twitter data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Jonathan M Rodriguez">
<meta name="twitter:description" content="Jonathan M Rodriguez, Application Engineering Technical Lead.">
<meta name="twitter:image" content="http://jonrodriguez.me/img/dot_bg.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="Jonathan M Rodriguez" />
<meta property="og:url" content="http://jonrodriguez.me/" />
<meta property="og:image" content="http://jonrodriguez.me/img/dot_bg.jpg" />
<meta property="og:description" content="Jonathan M Rodriguez, Application Engineering Technical Lead." />
<meta property="og:site_name" content="Jonathan M Rodriguez's personal website" />
<!-- Favicon/theme -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/img/manifest.json">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#24d05a">
<link rel="shortcut icon" href="/img/favicon.ico">
<meta name="msapplication-config" content="/img/browserconfig.xml">
<meta name="theme-color" content="#24252d">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;700&display=swap" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<script type='text/javascript' src='js/fetch.js'></script>
<script type='text/javascript' src='js/contents.js'></script>
</head>
<body>
<div class="container">
<h1 class="fade-in">Jonathan M Rodriguez</h1>
<div class="fade-in"><h2>Application Engineering Technical Lead</h2><span class="cursor"></span></div>
<div class="links fade-in">
<a href="http://www.linkedin.com/in/jonrodriguez1">linkedin</a>
<a href="mailto:hi@jonrodriguez.me?subject=Hi!">email</a>
</div>
<div class="intro fade-in">
Hi, I'm Jonathan, and I work in developer experience and product team enablement at
<a href="http://vanguard.com">Vanguard</a>!
</div>
<div class="intro fade-in">
I'm a software engineer who loves building tools that make teams better.
<br>
In my free time I travel, tinker with hardware, and explore what's next in tech.
</div>
<div class="changelog fade-in">
<div class="title flash">Changelog</div>
A lot has happened over the past few years. Here's some of the highlights.
<div class="exp">
<div class="loading">Loading...</div>
<ul id="highlights">
</ul>
If you're interested in more specific details on timelines, head over to my
<a href="http://www.linkedin.com/in/jonrodriguez1">LinkedIn</a>.
</div>
</div>
<div class="footer fade-in">last updated: march 2026</div>
</div>
</body>
</html>