-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
245 lines (243 loc) · 13.3 KB
/
index.html
File metadata and controls
245 lines (243 loc) · 13.3 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE HTML>
<!--My personal Website-->
<html>
<head>
<meta charset="UTF-8">
<title>Eeshan Londhe</title>
<!-- favicon-->
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TleColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- /favicon-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.scrollzer.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script src="js/typed.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!-- google analytics-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61567307-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Header -->
<div id="header" class="skel-layers-fixed">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><img src="images/eeshan.jpg" alt="" /></span>
<h1 id="title">Eeshan Londhe</h1>
<p>Sr. Software Engineer</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#top" id="top-link" class="skel-layers-ignoreHref"><span class="icon fa-home">Home</span></a></li>
<li><a href="#portfolio" id="portfolio-link" class="skel-layers-ignoreHref"><span class="icon fa-th">Portfolio</span></a></li>
<li><a href="#about" id="about-link" class="skel-layers-ignoreHref"><span class="icon fa-user">About Me</span></a></li>
<li><a href="#contact" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-envelope">Contact</span></a></li>
<!--Blog
<li><a href="blog.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-rss">Blog</span></a></li>
-->
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="http://www.github.com/eeshanl" target="_blank" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="http://www.linkedin.com/in/eeshanl" target="_blank" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:eeshan@londhe.com" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="files/eeshan_resume.pdf" target="_blank" class="icon fa-file-pdf-o"><span class="label">Resume</span></a></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one dark cover">
<div class="container">
<div class="linky">
<ul class="icons">
<li><a href="http://www.github.com/eeshanl" target="_blank" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="http://www.linkedin.com/in/eeshanl" target="_blank" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="mailto:eeshan@londhe.com" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="files/eeshan_resume.pdf" target="_blank" class="icon fa-file-pdf-o"><span class="label">Resume</span></a></li>
</ul>
</div>
<header>
<div class="intro">
<h2 class="alt">Hi, I'm <strong>Eeshan Londhe</strong></h2>
<p>
</p>
<script>
$(function(){
$(".typingfont").typed({
strings: ["Sr. Software Engineer @\nMicrosoft | Ex-Apple"],
typeSpeed: 50
});
});
</script>
<span style="white-space:pre" class="typingfont"></span><span class="typed-cursor"></span><br/>
</p>
<a href="#portfolio" class="button scrolly">View my portfolio</a><br/>
</div>
<div class="type-wrap">
<span id="typed" style="white-space:pre;"></span>
</div>
</header>
</div>
</section>
<!-- Portfolio -->
<section id="portfolio" class="two">
<div class="container">
<header>
<h2>Project Portfolio</h2>
</header>
<div class="row">
<div class="4u">
<article class="item">
<a class="image fit"><img src="images/msft.png" alt="robotank" /></a>
<header>
<div class="hack">
<h3><strong><b>Project Mu</b></strong></h3>
</div>
<h3>
<a href=" https://microsoft.github.io/mu/" target="_blank"><font color="blue">μ readme</font></a>
<br/>
<a href=" https://github.com/microsoft/mu_silicon_arm_tiano/tree/dev/202502/ArmPkg/Drivers/SmmuDxe" target="_blank"><font color="blue">My ARM SmmuV3 Dxe driver implementation</font></a>
<br/>
</h3>
<h3>μ | edk2 | UEFI | TianoCore</h3><br/>
<h3>Microsoft</h3>
</header>
</article>
<article class="item">
<a class="image fit"><img src="images/message.png" alt="" /></a>
<header>
<div class="hacks">
<h3><strong><b>Bluetooth Controlled Autonomous RoboTank</b></strong></h3>
</div>
<h3><a href="https://www.youtube.com/watch?v=dcReAuvuEgM" target="_blank"><font color="blue">Video</font></a></h3>
<h3>Designed and programmed from scratch a bluetooth controlled and autonomous tank that avoids all collisions.</h3><br/>
<h3>Technologies Used: Embedded C, Real Time Operating Systems (FreeRTOS)</h3>
</article>
</div>
<div class="4u">
<article class="item">
<a class="image fit"><img src="images/car.webp" alt="" /></a>
<header>
<div class="hack">
<h3><strong><b>Autonomous Vehicles</b></strong></h3>
</div>
<!-- <h3><a href="https://github.com/eeshanl/LinkIt" target="_blank"><font color="blue">Source Code</font></a></h3> -->
<h3>Extensive experience and background in Autonomous Vehicles.</h3><br/>
<h3>Apple Car Developer @ Apple SPG | UW EcoCar</h3>
<h3><a href="https://www.wired.com/story/rip-apple-car-this-is-why-it-died/" target="_blank"><font color="blue">R.I.P. Apple Car</font></a></h3>
</header>
</article>
<article class="item">
<a class="image fit"><img src="images/miner.jpg" alt="" /></a>
<header>
<div class="hack">
<h3><strong><b>Lite Coin Miner</b></strong></h3>
</div>
<h3>A crypto-currency miner that I built from scratch. I generate about 1 litecoin ($25) in revenue per day.</h3><br/>
<h3>Technologies Used: Bash Scripting, Linux (Xubuntu)</h3>
</header>
</article>
</div>
<div class="4u">
<article class="item">
<a class="image fit"><img src="images/acdc.png" alt="" /></a>
<header>
<div class="hack">
<h3><strong><b>Software Defined Radios</b></strong></h3>
</div>
<!-- <h3><a href="files/finallab.pdf" target="_blank"><font color="blue">Project Report</font></a></h3> -->
<h3>Experience and background in ARM & FPGA based software defined radios.</h3><br/>
<h3>EW | SIGINT</h3>
<h3>Spectranetix | Acquired by @ <a href="https://www.pacific-defense.com/" target="_blank"><font color="blue">Pacific Defense</font></a></h3>
</header>
</article>
<article class="item">
<a class="image fit"><img src="images/mips.png" alt="" /></a>
<header>
<div class="hack">
<h3><strong><b>MIPS Pipelined CPU</b></strong></h3>
</div>
<h3><a href="https://github.com/eeshanl/MIPS-Pipelined-CPU" target="_blank"><font color="blue">Source Code</font></a></h3>
<h3>A hardware project I worked on that implements a MIPS architecture compliant pipelined CPU capable of executing MIPS assembly instructions.</h3><br/>
<h3>Technologies Used: Verilog, MIPS, C, Quartus, ModelSim</h3>
</header>
</header>
</article>
</div>
</div>
</div>
</section>
<!-- About Me -->
<section id="about" class="three">
<div class="container">
<h2>
About Me | Interests
</h2>
<ul>
<li>Hardware/Software & Tech</li>
<li>Autonomous Vehicles</li>
<li>Video Games</li>
<li>Lifting, Athletics</li>
<li>Microsoft, Ex-Apple</li>
</ul>
</div>
</section>
<!-- Contact -->
<section id="contact" class="four">
<div class="container">
<header>
<h2>Contact</h2>
<h4>Please feel free to contact me if you have any questions or send me a connection on LinkedIn.</h4>
<br/>
<a href="mailto:eeshan@londhe.com" class="button scrolly">Email Me</a>
</header>
<br/>
</div>
<ul class="icons">
<li><a href="http://www.github.com/eeshanl" target="_blank" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="http://www.linkedin.com/in/eeshanl" target="_blank" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="mailto:eeshan@londhe.com" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="files/eeshan_resume.pdf" target="_blank" class="icon fa-file-pdf-o"><span class="label">Resume</span></a></li>
</ul>
</section>
</div>
</body>
</html>