Skip to content
Open
Show file tree
Hide file tree
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
156 changes: 156 additions & 0 deletions Sahil_resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-widthinitial-scale=1.0">
<title>CV COLLEGE</title>
<link rel="stylesheet" href="cv.css">
<style>
.full {
background-color: aquamarine;
display: inline-block;
height: 650px;
width: 480px;
padding: 40px;
border: 2px solid black;
box-shadow: 2px 2px 7px 3px black;

}

.right {
background-color: bisque;
display: inline-block;
padding: 50px;
border: 2px solid black;
box-shadow: 2px 2px 7px 3px black;
}

* {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

table,
th,
td {
background-color: rgb(188, 113, 113);
border: 2px solid black;
border-collapse: collapse;
}
</style>
</head>

<body>
<div class="full">
<div class="left">
<center>
<div class="image">
<img src="C:\Users\Sahil Gupta\OneDrive\Desktop\resume\Sahil_resume.html"
alt="error" style="width:100px;height:100px;">
</div>
</center>

<div class="Contact">
<center>
<h2>Contact</h2>
</center>
<center>
<p><b> Linkdin :</b> <a href ="https://www.linkedin.com/in/sahil-gupta-912992229"> Sahil Gupta</a></p>
<p><b>Email id:</b>sahilgupta3023@gmail.com</p>
<p><b>Mobile no :</b>9643707376</p>
</center>
</div>
<div class="Skills">
<h2>Skills</h2>
<table width = 80%>
<tr>
<td> C </td>
<td> ★★★★ </td>
</tr>
<tr>
<td> Python </td>
<td> ★★★★★★</td>
</tr>
<tr>
<td> C++ </td>
<td> ★★★★★</td>
</tr>
<tr>
<td> HTML </td>
<td> ★★★★★</td>
</tr>
<tr>
<td> CSS </td>
<td> ★★★</td>
</tr>

</table>
</div>
<div class="Language">
<h2>Language</h2>
<ul style="list-style-type:square">
<li>English</li>
<li>Hindi</li>
</ul>
</div>
<div class="Hobbies">
<h2>Hobbies</h2>
<ul style="list-style-type: square">
<li>Gaming</li>
<li>Listening to podcast</li>
</ul>
</div>
</div>
</div>
<div class="right">
<div class="Summary">
<h2>Summary</h2>
<p> Currently pursuing B. tech in Artificial intelligence and Data science
from ADGITM also known as NIEC. <br><br>

To secure a challenging position in a
reputable organization
to expand my learning knowledge and skill
</p>
</div>
<div class="Experience">
<h2>Experience</h2>
<P>NULL</P>
<div class="Education">
<h2>Education</h2>
<table width = 80%>
<tr>
<th>School/College </th>
<th>Passing year </th>
<th>percentage/cgpa</th>
</tr>
<tr>
<td>Kulachi Hasraj Model School (10th standard): </td>
<td>2019</td>
<td>9.3</td>
</tr>
<tr>
<td>Kulachi Hasraj Model School (12th standard): </td>
<td>2021</td>
<td>9.5</td>
</tr>
<tr>
<td>ADGITM :</td>
<td>2025</td>
<td>9.86 (1st year)</td>
</tr>
</table>
</div>
<div class="project">
<h2><b>Project</b></h2>
<p>I made a text file encryptor and decryptor in python
using various method to encrypt and used my sql connectivity.
</p>
</div>
</div>
</div>
</body>

</html>
</body>
Binary file added Screenshot 2022-10-26 121447.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cv.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.