Skip to content

Commit

Permalink
website v2.0 w/custom Blog
Browse files Browse the repository at this point in the history
includes custom made blog w/ Latex support and updated CSS for better presentation
  • Loading branch information
stparuchuri committed Aug 3, 2019
1 parent 6bef688 commit 38d390d
Show file tree
Hide file tree
Showing 16 changed files with 1,684 additions and 620 deletions.
126 changes: 126 additions & 0 deletions Page_Template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
<!DOCTYPE PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<!-- HEAD -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Surya Paruchuri </title>
<link rel="stylesheet" type="text/css" media="screen" href="./css/screen.css">
</head>

<!-- BODY -->
<body>
<!-- LEFT NAVIGATION BAR --->
<div class="LeftNavBar">
<table class="leftNavTable">
<tbody>
<tr class="leftNavDataCell" > <td> <a class="Menu-text" href="#"> <span>&#8226;</span> Home </a> </td> </tr>
<tr class="leftNavDataCell" > <td> <a class="Menu-text" href="pages/Publications.html"> <span>&#8226;</span> Publications</a> </td> </tr>
<tr class="leftNavDataCell" > <td> <a class="Menu-text" href="pages/Projects.html"> <span>&#8226;</span> Projects</a> </td> </tr>
<tr class="leftNavDataCell" > <td> <a class="Menu-text" href="pages/Articles.html"> <span>&#8226;</span> Articles</a> </td> </tr>
<tr class="leftNavDataCell" > <td> <a class="Menu-text" href="pages/Blog.html"> <span>&#8226;</span> Blog</a> </td> </tr>
<tr class="leftNavDataCell" > <td> <a class="Menu-text" href="pages/Gallery.html"> <span>&#8226;</span> Gallery</a> </td> </tr>
<tr class="leftNavDataCell" > <td> <a class="Menu-text" href="files/CV.pdf"> <span>&#8226;</span> CV</a> </td> </tr>
<tr class="leftNavDataCell" > <td> <a class="Menu-text" href="files/Resume.pdf"> <span>&#8226;</span> Resume</a> </td> </tr>
</tbody>
</table>
</div>

<!-- RIGHT BODY/CONTENT --->
<div class="ContentDiv">
<!-- CONTACT Details -->
<table class="homeContactTable">
<tbody>
<tr>
<td rowspan="4" > <img src="images/surya.jpg" align="center" hieght="150" width="120" hspace="0" vspace="20">&nbsp; </td>
<td text-align="bottom"> <!-- Empty Data Column --> </td>
</tr>
<tr>
<td> <b> Surya Paruchuri </b> </td>
</tr>
<tr> <td> <!-- Empty Data Column --> </td> </tr>
<tr>
<td>
<b> Contact Details: </b> </br>
Email: <a href="mailto:[email protected]" style="text-decoration:none;">[email protected]</a> </br> </br>
<a href="https://www.linkedin.com/in/suryatejaparuchuri" > <img src="./images/linkedin-logo.jpg" height="30" width= "30"> </a>
<a href="http://159.65.185.32/blog-personal" > <img src="./images/wordpress-logo.png" height="30" width= "30"> </a>
<a href="https://github.com/stparuchuri" > <img src="./images/github-logo.png" height="30" width= "30"> </a>
</td>
</tr>
</tbody>
</table>

<!-- WELCOME Message -->
<p class="sectionHeadings">
Welcome
</p>
<p class="content">
Hi, I am Surya Paruchuri. I am currently working as an Embedded Engineer with Spirent Communications at
Eatontown NJ. This site for about me and my about projects, notes, articles and some other fun
techincal stuff. </br> </br>

<!--
I am currently working as an Embedded Engineer at
<a href="http://spirent.com" style="text-decoration:none">Spirent Communications Inc.</a> at Eatontown NJ.
Prior to that I have had a very fruitful learning experience at <a href="http://skylarkwireless.com/"
style="text-decoration:none"> Skylark Wireless LLC </a> in Houston TX. I also have a
short 11 month stint as a Research Project Assistant at Networks Labs,<a href="http://ece.iisc.ernet.in/"
style="text-decoration:none;">ECE Dept. </a>,<a href="http://iisc.ernet.in/" style="text-decoration:none;">
Indian Institute of Science (IISc)</a>,Bangalore, India. </br></br>
I graduated from <a href="http://umd.edu" style="text-decoration:none;">University of Maryland </a>,
College Park, with a Masters in <a href="http://telecom.umd.edu/" style="text-decoration:none;">
Telecommunications</a> in May 2017. I received my Bachelor of Technology from
<a href="http://vit.ac.in/" style="text-decoration:none;">Vellore Institute of Technology</a>, Vellore, India in 2014.
During my Senior Design Project I worked at
<a href="http://www.drdo.gov.in/drdo/labs/CABS/English/index.jsp?pg=homebody.jsp" style="text-decoration:none;">CABS </a>,
<a href="http://drdo.gov.in/" style="text-decoration:none;">Defence R&D Organization (DRDO) </a>,
Bangalore. </br> </br> -->
</p>
<p class="content">
My professional and research interests evolve over time. But mostly my work revolves around:
<ul class="researchIntersts">
<li> Signal Processing Systems </li>
<li> Communications Systems & Information representation</li>
<li> Neuroscience, Cognitive Systems </li>
<li> Applied Mathematics & Engineering </li>
</ul>
</p>
<p class="content">
Currently I am working on OTFS signal respresentation Systems.
</p>

<!-- NEWS -->
<div class="news">
<p class="sectionHeadings"> News </p>

<img src="images/bullet.png" hieght="8" width="8">&nbsp;
<a <b> Joined Spirent Communications Inc. as Embedded Engineer in May'18 </a>

</div>

</div>

<!-- FOOTER -->
<footer>
<p>
&copy; SuryaParuchuri, <script>document.write(new Date().getFullYear())</script>.
Page updated on <script>document.write(document.lastModified) </script>

<!-- Back to Top & SCRIPT -->
<button class="button" onclick="topFunction()" title="Go to top">Back to Top</button>
<script>
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
</p>
</footer>

</body>
</html>
7 changes: 0 additions & 7 deletions css/print.css

This file was deleted.

Loading

0 comments on commit 38d390d

Please sign in to comment.