-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a37cdd1
commit 0f6d30e
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Anant Kumar Pandey CV</title> | ||
<link rel="stylesheet" href="styles/style.css" | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Anant Kumar Pandey</h1> | ||
<h2>Web Developer | JS</h2> | ||
</header> | ||
<main> | ||
<p>Front-end developer with extensive experience building functional, responsive, | ||
and stylish websites as an open-source volunteer. Also completed Deborah Kurata's | ||
"How to Become a Web Developer" series of courses to augment my knowledge.</p> | ||
<p>Excited to pursue an entry-level position applying my skills to developing | ||
state-of-the-art websites for customers. Looking forward to working with a | ||
team of developers to meet customer needs.</p> | ||
</main> | ||
<footer> | ||
<p> | ||
Anant Kumar Pandey Page 1 | ||
</p> | ||
</footer> | ||
</body> | ||
</html> |