-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.html
More file actions
264 lines (223 loc) · 9.91 KB
/
blog.html
File metadata and controls
264 lines (223 loc) · 9.91 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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE HTML>
<!--Blog
Still working on this page
-->
<html>
<head>
<title>My Blog</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>Electrical Engineer</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html" id="top-link" class="skel-layers-ignoreHref"><span class="icon fa-home">Home</span></a></li>
<li><a href="#portfolio" 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@uw.edu" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="files/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">
<header>
<div class="intro">
<h2 class="alt">Hi, I'm <strong>Eeshan Londhe</strong></h2>
<p>
<script>
$(function(){
$(".typingfont").typed({
strings: ["Welcome to my blog."],
typeSpeed: 50
});
});
</script>
<span style="white-space:pre" class="typingfont">Welcome to my blog.</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>Blog</h2>
</header>
<div class ="blogContents">
<ul>Blah </ul>
<ul>Blah </ul>
<ul>Blah </ul>
</div>
<!-- <div class="row">
<div class="4u">
<article class="item">
<a class="image fit"><img src="images/message.png" alt="" /></a>
<header>
<div class="hack">
<h3><strong><b>One Hack Away</b></strong></h3>
</div>
<h3><a href="https://github.com/eeshanl/One-Hack-Away" target="_blank"><font color="blue">Source Code</font></a></h3>
<h3>A Web Messenger application targeted towards use at hackathons.</h3><br/>
<h3>Technologies Used: HTML, CSS, JavaScript, Node.js, Socket.IO</h3>
</header>
</article>
<article class="item">
<a class="image fit"><img src="images/malloc.jpg" alt="" /></a>
<header>
<div class="hack">
<h3><strong><b>Memory Manager (Malloc Implementation)</b></strong></h3>
</div>
<h3><a href="https://github.com/eeshanl/Memory-Manager" target="_blank"><font color="blue">Source Code</font></a></h3>
<h3>I implemented malloc and free using a linked list of free memory blocks.</h3><br/>
<h3>Technologies Used: C</h3>
</article>
</div>
<div class="4u">
<article class="item">
<a class="image fit"><img src="images/linkit.png" alt="" /></a>
<header>
<div class="hack">
<h3><strong><b>Link-It!</b></strong></h3>
</div>
<h3><a href="https://github.com/eeshanl/LinkIt" target="_blank"><font color="blue">Source Code</font></a></h3>
<h3>An educational web app game that allows the user to learn the fundamentals of a computer science data structure, Linked Lists.</h3><br/>
<h3>Technologies Used: HTML, JavaScript, CSS</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.jpg" alt="" /></a>
<header>
<div class="hack">
<h3><strong><b>AC/DC Converter</b></strong></h3>
</div>
////////////// commented out before: https://www.dropbox.com/s/fawbfjg95urvo6z/Final-Lab-Project-EE-331.docx?dl=0
<h3><a href="files/finallab.pdf" target="_blank"><font color="blue">Project Report</font></a></h3>
<h3>Built a fully functional AC to DC conveter that can convert 7.5VAC to a selectable DC voltage between 10V and 20V.</h3><br/>
</header>
</article>
<article class="item">
<a class="image fit"><img src="images/morse.png" alt="" /></a>
<header>
<div class="hack">
<h3><strong><b>Morse Code</b></strong></h3>
</div>
<h3><a href="https://github.com/eeshanl/MorseCode" target="_blank"><font color="blue">Source Code</font></a></h3>
<h3>A hardware project I worked on that works as a morse code translator on the DE1_SoC FPGA Board using buttons and the HEX display.</h3><br/>
<h3>Technologies Used: Verilog, Quartus, ModelSim</h3>
</header>
</header>
</article>
</div>
</div> -->
</div>
</section>
<!-- About Me
<section id="about" class="three">
<div class="container">
<header>
<h2>About Me</h2>
</header>
<a class="img"><img src="images/eeshan.jpg" alt="" ></a>
<p>I am currently a Junior at UW pursuing a degree in Electrical Engineering with a focus on Embedded Systems and Communications. This summer, I will be interning at Honeywell Aerospace
as a Hardware Engineer working on the Com/Nav Data Link team.</p>
</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 want to know more about me.</h4><br/>
<a href="mailto:eeshan@uw.edu" 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@uw.edu" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="files/Resume.pdf" target="_blank" class="icon fa-file-pdf-o"><span class="label">Resume</span></a></li>
</ul>
</section> -->
</div>
</body>
</html>