Skip to content
Open

cv #5

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
88 changes: 88 additions & 0 deletions cv.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<html>
<head>
<title>
My CV
</title>
<style>
table{
border:2px black solid;
}
td{
border:1px black dotted;
}
h3{
color:Blue;
}
</style>

</head>
<body>
<div>
<div style="margin-left:10px;">
<h1><b>YASH AGRAHARI</b></h1>
<p style="color:Blue">Contact: 1802913187<br>
Email-yash.1822it1164@kiet.edu</p>
<p>
An urbane, stoical and convivial personality. I believe in the equanimity and positive thinking.
</p>
</div>
<div style="margin:auto;">
<h3 align="center">Educational Details</h3>
<table style="margin:auto;">
<tr>
<th>S.no</th>
<th>Degree</th>
<th>Passing Year</th>
<th>Institute</th>
<th>Marks</th>
</tr>
<tr>
<td>1</td>
<td>B.tech</td>
Yash Agrahari 1802913187
<td>2022</td>
<td>Kiet Ghaziabad</td>
<td>75%</td>
</tr>
<tr>
<td>2</td>
<td>12th</td>
<td>2018</td>
<td>DAV Public School</td>
<td>85%</td>
</tr>
<tr>
<td>3</td>
<td>10th</td>
<td>2016</td>
<td>DAV Public School</td>
<td>75%</td>
</tr>
</table>
<h3>Key Skills</h3>
<ul>
<li>Python Programming</li>
<li>C Programming</li>
<li>JavaScript,CSS and HTML</li>
</ul>
<h3>Certificates And Achievements</h3>
<ul>
<li>Certificate of specialization-programming in python(Coursera)</li>
<li>Interactivity with JS(Coursera)</li>
<li>Crach course in Python(coursera)</li>
<li>Using Operating system with python</li>
</ul>
<h3>Interests</h3>
<p>
Always interested in new technology and the rapid technological changes that occurig day
by day.<br>
A dilettante photographer and a tyro in playing various musical instruments.
</p>
<h4>Department Link</h4>
<a href="https://www.kiet.edu/home/access_depart_data/MTM=">It Deptt. KIET</a>
<h4>Institute Link</h4>
<a href="https://www.kiet.edu/">KIET Ghaziabad</a>
</div>
</div>
</body>
</html>