0% found this document useful (0 votes)
21 views6 pages

Uju 2

The document is an HTML template for a CV of Ujjwala Srivastava, a Software Developer. It includes sections for contact information, education, experience, skills, and languages. The CV highlights Ujjwala's qualifications, current employment at Infosys, and proficiency in various programming languages and frameworks.

Uploaded by

arunsangwal4123
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)
21 views6 pages

Uju 2

The document is an HTML template for a CV of Ujjwala Srivastava, a Software Developer. It includes sections for contact information, education, experience, skills, and languages. The CV highlights Ujjwala's qualifications, current employment at Infosys, and proficiency in various programming languages and frameworks.

Uploaded by

arunsangwal4123
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/ 6

1.Design a HTML page to display your CV .

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, ini al-scale=1.0">
< tle>My CV</ tle>

<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {


margin-top: 0;
}
.sec on {
margin-bo om: 20px;
}
.sec on h2 {
border-bo om: 1px solid #ccc;
padding-bo om: 5px;
}
.subsec on {
margin-le : 20px;

}
.subsec on h3 {
margin-top: 10px;
}
.subsec on ul {
margin-top: 5px;
margin-bo om: 10px;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Ujjwala Srivastava </h1>
<p>So ware Developer</p>
</header>

<sec on class="sec on">


<h2>Contact Informa on</h2>
<p>Email: [email protected]</p>
<p>Phone: 8083234530</p>
<p>Address: Geeta Va ka, Gorakhpur, India</p>
</sec on>

<sec on class="sec on">


<h2>Educa on</h2>
<div class="subsec on">
<h3>Bachelor of Science in Informa on Technology </h3>
<p>Harcourt Bu ler Technical University, Kanpur, India</p>

<p>Gradua on Year: 2023</p>


</div>
</sec on>
<sec on class="sec on">
<h2>Experience</h2>
<div class="subsec on">
<h3>So ware Developer</h3>
<p>Infosys, Pune, India</p>
<p>Date: August 1,2023 - Present</p>
<ul>
<li>Designing and crea ng so ware</li>
<li>So ware Tes ng</li>

</ul>
</div>
</sec on>

<sec on class="sec on">


<h2>Skills</h2>
<ul>
<li>Programming Languages: Java, Python, JavaScript</li>
<li>Frameworks: Spring, Django, React</li>
</ul>
</sec on>

<sec on class="sec on">


<h2>Languages</h2>
<ul>
<li>English (Fluent)</li>

<li>Spanish (Basic)</li>
</ul>
</sec on>
</div>
</body>
</html>
Output:
Ujjwala Srivastava
Software Developer

Contact Information
Email: [email protected]

Phone: 8083234530

Address: Geeta Vatika, Gorakhpur, India

Education
Bachelor of Science in Information Technology

Harcourt Buttler Technical University, Kanpur, India

Graduation Year: 2023

Experience
Software Developer

Infosys, Pune, India

Date: August 1,2023 - Present

 Designing and crea ng so ware


 So ware Tes ng

Skills
 Programming Languages: Java, Python, JavaScript
 Frameworks: Spring, Django, React

Languages
 English (Fluent)
 Spanish (Basic)

You might also like