Created
April 11, 2020 20:47
-
-
Save ThePratikSah/4fc1405fece3a19761270ba0e70d1b28 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>My Resume</title> | |
</head> | |
<body> | |
<!-- your name --> | |
<h1>Pratik Sah</h1> | |
<!-- short desc --> | |
<p>Hi, this is Pratik Sah, your HTML5 instructor. It is a long established fact that a reader<br />will be | |
distracted by the readable content of a page when looking at its layout. <br>The point of using Lorem Ipsum is | |
that it has a more-or-less normal distribution.</p> | |
<!-- education --> | |
<h2>Education</h2> | |
<ul> | |
<li> | |
<p> | |
<strong>Vidya Vihar Institute of Technology</strong> - | |
<em><b>B. Tech</b></em> | |
<p>2016 - 2020</p> | |
<p>Affiliated to Aryabhatta Knowledge University, Patna</p> | |
</p> | |
</li> | |
<hr> | |
<li> | |
<p> | |
<strong>Government Intermediate College</strong> - | |
<em><b>Intermediate</b></em> | |
<p>2014 - 2016</p> | |
<p>Affiliated to Bihar State Educational Board, Patna</p> | |
</p> | |
</li> | |
<hr> | |
<li> | |
<p> | |
<strong>Sainik School Nagrota, J & K</strong> - | |
<em><b>Matriculation</b></em> | |
<p>2014</p> | |
<p>Affiliated to Central Board of Secondary Education, New Delhi</p> | |
</p> | |
</li> | |
<hr> | |
</ul> | |
<!-- skills --> | |
<h2>Skills</h2> | |
<ol> | |
<li> | |
<p> | |
<strong>Programming Language</strong> | |
</p> | |
<em>Python, C, Swift 5, Javascript</em> | |
</li> | |
<hr> | |
<li> | |
<p> | |
<strong>Web Technologies</strong> | |
</p> | |
<em>Flask, PHP, React JS, HTML5, CSS3</em> | |
</li> | |
<hr> | |
<li> | |
<p> | |
<strong>Data Management</strong> | |
</p> | |
<em>MySQL, SQLite3, MongoDB</em> | |
</li> | |
<hr> | |
</ol> | |
<!-- hobbies --> | |
<h3>Hobbies</h3> | |
<em>Painting, Playing Chess, Singing</em> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment