Skip to content

Commit

Permalink
initial site upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh35hsp authored Feb 3, 2021
1 parent d312831 commit 5dd96e2
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
Binary file added Images/RajeshImg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Rajesh Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="Images/RajeshImg.jpg" alt="Rajesh Photo" height="150" width="150" style="border-radius:75px;" />

</td>
<td>
<h1>Rajesh Kumar</h1>
<p>
<em>Lead Software Engineer at <strong>Basware</strong>.</em>
</p>
<a href="">Contact me.</a>

<p>Full Stack Developer with over 9 years of experience in develpoing enterprise level applications.</p>

</td>
</tr>
</table>
<hr />

<h3>Experience</h3>
<table>
<thead>
<tr>
<th>
Dates
</th>
<th>
Work
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
2020-Till Date
</td>
<td>
Lead Software Engineer
</td>
</tr>
</tbody>
</table>

<hr />
<h3>Skills </h3>
<section id="skills">
<table>
<tr>
<td>c#</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>TypeScript</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>c#</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>c#</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<table>
<tr>
<td>c#</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>TypeScript</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>c#</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>c#</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</section>
<hr />

</body>
</html>

0 comments on commit 5dd96e2

Please sign in to comment.