Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create cv.html #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 87 additions & 0 deletions cv.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
<meta charset="utf-8">
<title>Samkit's Personal Site</title>
</head>

<body>
<table cellspacing="20">
<td><img src="images/sammy1.png" alt="Samkit Jain profile picture"></td>
<td><h1>Samkit Jain</h1>
<p><em>Android App developer Intern at <strong><a href="https://www.one17.in/">One17 technologies</a></strong>.</em></p>
<p>I am a student having a crush on app development.</p></td>
</table>

<hr>
<h3>Education</h3>
<ul>
<li>KV No. 1 AFS Pathankot</li>
<li>KV Dogra Lines Merut Cantt.</li>
</ul>
<hr>
<h3>Institutions</h3>
<table cellspacing="10">
<thead>
<th>Duration</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2019-2023</td>
<td>Btech From AKGEC Ghaziabad</td>
</tr>
<tr>
<td>2017-2018</td>
<td>Completed Class 12th</td>
</tr>
<tr>
<td>2015-2016</td>
<td>Completed Class 10th</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table cellspacing="10">
<tr>
<td>Flutter</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>SQL</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>

</body>

</html>