CSS Report1
CSS Report1
Certificate of Completion
This is to certify that Mr./Ms. KADAM CHAITANYA SHIVARAM.
JAVASCRIPT
Micro-Project Report
Project Title:
Guided by
2
RESUME BUILDING USING JAVASCRIPT
Online resumes
The Internet now plays an essential role in how people search for jobs, as
well as how employers and companies find suitable candidates. According to
some resume-writing professionals, traditional resumes, such as documented
resumes or functional resumes, are outdated.
Employers satisfy with the benefits online resumes offer, including having
admission to a host of possible applicants based on specific search criteria
and limiting their search to applications that possess the exact skills and
qualities they are looking for.
3
Instantly available
However, the primary benefit of online resumes is that they are instant;
sending a resume through the mail is likely to take days, and if a company
requires to hire someone fast, or is looking for temporary or freelance work,
they're unlikely to go to the problem to post advertising, wait for resumes to
arrive, and then sort through them.
Companies will instead be looking for a quick solution, and having an online
resume instantly opens up these avenues to you.
Maintaining your resume online also lets you immediately update your
resume with your most recent achievements, even notifying potential
employers of this update if they are considering your resume.
Because of this, it's essential to check your resume carefully, and our
resume editing experts are more than happy to provide some extra
help to revamp and enhance your resume, bringing you one step
closer to landing your dream job.
4
3.0 Benefits of the Micro-Project :
JavaScript runs at the client end through the user's browser without
sending messages back and forth to the server. It is widely used by web
developers to do things such as build dynamic web pages, respond to
events, create interactive forms, validate data that the visitor enters into a
form, control the browser, etc. This course helps students to create highly
interactive Resume using these features.
5
6.0 Actual Resources Use :
Name of resource
Sr. no. Specifications Quantity
material
<!DOCTYPE html>
<html>
<title>Resume Builder</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-
awesome/4.7.0/css/font-awesome.min.css">
<style>
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
</style>
<body class="w3-light-grey">
<!-- Page Container -->
<div class="w3-content w3-margin-top" style="max-width:1400px;">
<!-- The Grid -->
6
<div class="w3-row-padding">
<!-- Left Column -->
<div class="w3-third">
<div class="w3-white w3-text-grey w3-card-4">
<div class="w3-display-container">
<img src="download.jpeg" style="width:100%"
alt="Avatar">
<div class="w3-display-topleft w3-
container w3-text-black">
7
<b><i class="fa fa-asterisk fa-fw w3-margin-
right w3-text-teal">
</i>Skills</b></p>
<p>C</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
<div class="w3-container w3-center w3-round-xlarge
w3-teal" style="width:90%">90%
</div>
</div>
<p>C++</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
8
</div>
<p>Marathi</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-teal" style="height:24px;width:100%">
</div>
</div>
<br>
</div>
</div><br>
<!-- End Left Column -->
</div>
<!-- Right Column -->
<div class="w3-twothird">
<div class="w3-container w3-card w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16">
<i class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-
teal"></i>Work Experience</h2>
<div class="w3-container">
<h5 class="w3-opacity"><b>Supervisor At XYZ PVT.LTD</b></h5>
<h6 class="w3-text-teal">
<i class="fa fa-calendar fa-fw w3-margin-right">
</i>Jan 2026 - <span class="w3-tag w3-teal w3-
round">Current</span></h6>
<p>Setting goals for performance and deadlines in ways that comply
with company’s plans and vision</p>
<hr>
</div>
<div class="w3-container">
<h5 class="w3-opacity"><b>Web Developer</b></h5>
<h6 class="w3-text-teal">
<i class="fa fa-calendar fa-fw w3-margin-right">
9
</i>Mar 2024 - Dec 2025</h6>
10
<h6 class="w3-text-teal">
<i class="fa fa-calendar fa-fw w3-margin-right"></i>2020-2023</h6>
<p>Bachelor Degree</p><br>
</div>
</div>
<!-- End Right Column -->
</div>
<!-- End Grid -->
</div>
<!-- End Page Container -->
</div>
<footer class="w3-container w3-teal w3-center w3-margin-top">
<p>Find me on social media.</p>
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
<p>Powered by <a href="" target="_blank">Group No :12</a></p>
</footer>
</body>
</html>
11
8.0 OUTPUT :
12
9.0 Skill developed by this Micro-Project :
Teamwork.
Communication Skill.
13
14