0% found this document useful (0 votes)
16 views4 pages

Webtech P 1

The document is a resume for a web developer. It includes contact information, skills, languages, hobbies, work experience as a senior and junior web developer, education including a degree from Kashi Institute of Technology, projects developed using HTML, CSS and React, and a summary highlighting skills in understanding requirements, designing documents, working knowledge of Oracle, flexibility, communication, problem solving and ability to meet deadlines.

Uploaded by

rohit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views4 pages

Webtech P 1

The document is a resume for a web developer. It includes contact information, skills, languages, hobbies, work experience as a senior and junior web developer, education including a degree from Kashi Institute of Technology, projects developed using HTML, CSS and React, and a summary highlighting skills in understanding requirements, designing documents, working knowledge of Oracle, flexibility, communication, problem solving and ability to meet deadlines.

Uploaded by

rohit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

<html lang="en">

<head>

<style>

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: rgb(253, 254, 255);
display: flex;
justify-content: center;
align-items: center;
}
.full {
width: 50%;
max-width: 1000px;
min-height: 100px;
background-color: rgb(245, 239, 231);
margin: 0px;
display: grid;
grid-template-columns: 2fr 4fr;
}
.left {

position: initial;
background-color: rgb(126, 219, 231);
padding: 20px;

}
.right {
position: initial;
background-color: rgb(162, 202, 206);
padding: 20px;

}
.image {
position: sticky;
top: 0;

}
.Contact, .Skills, .Language, .Hobbies, .title,
.Summary, .Experience, .Education, .project {
margin-bottom: 30px;
}
.h2 {
background-color: rgb(4, 96, 150);
}

</style>

</head>

<body>
<div class="full">
<div class="left">
<div class="image">
<img src="kit.png" alt="gfg-logo"
style="width:100px;height:100px;">
</div>

<div class="Contact">
<h2>Contact</h2>
<p><b>Email id:</b>[email protected]</p>
<p><b>Mobile no :</b>1234567890</p>
</div>
<div class="Skills">
<h2>Skills</h2>
<ul>
<li><b>Programming Languages :
C, Python, Java, C++</b></li>
<li><b>Frontend : HTML5, CSS3,
JavaScript, React</b></li>
<li><b>Backend : Php</b></li>
</ul>
</div>
<div class="Language">
<h2>Language</h2>
<ul>
<li>English</li>
<li>Hindi</li>
</ul>
</div>
<div class="Hobbies">
<h2>Hobbies</h2>
<ul>
<li>Blog writing on the internet.</li>
<li>Web Searching.</li>
<li>Table Tennis.</li>
</ul>
</div>
</div>
<div class="right">
<div class="name">
<h1>Kashi Institute Students</h1>
</div>
<div class="title">
<p>Web Developer</p>
</div>
<div class="Experience">
<h2>Objective</h2>

<p>Motivated software engineering graduate from the


Kashi Institute of Technology with 6 months experience in software development.</p>
<p>Seeking to use proven skills in JavaScript and
project management via JIRA to meet business needs at GFC Inc.</p>

</div>
<div class="Experience">
<h2>Experience</h2>
<h3>Abc webdev pvt ltd - Senior Web Developer</h3>
<p>January 2022 to Present</p>
<ul>
<li>Actively engaged in web creative
design and development.</li>
<li>Designing project & planning</li>
</ul>
<h3>Xyz webdev pvt ltd - junior web developer</h3>
<p>August 2021 to December 2021</p>
<ul>
<li>Actively engaged in web creative
design and development.</li>
<li>Designing project & planning</li>
<li>Working on designing</li>
</ul>
</div>
<div class="Education">
<h2>Education</h2>
<table>
<tr>
<th>University/college </th>
<th>Passing year </th>
<th>percentage/cgpa</th>
</tr>
<tr>
<td>xyz</td>
<td>2020</td>
<td>8.9</td>
</tr>
<tr>
<td>pqr</td>
<td>2018</td>
<td>89%</td>
</tr>
</table>
</div>
<div class="project">
<ul>
<li>
<h2>Project1</h2>
<p>This project is based on html
& used React</p>
</li>
<li>
<h2>Project2</h2>
<p>This project is based on html
& used React</p>
</li>
</ul>
</div>
<div class="Summary">
<h2>Summary</h2>
<p>Skilled in understanding Business requirements
and Designed documents.
</p>
<p> Extensively Good Working Knowledge on
Oracle.
</p>
<p> High degree of flexibility and ability to
adapt to change in direction.
</p>
<p> Excellent interpersonal, communication
and documentation skills.
</p>
<p>Excellent problem solving skills with
strong technical background and ability to meet deadlines and work under
pressure.</p>
</div>
</div>
</div>
</body>

</html>

You might also like