Harry Potter's Resume


"An excellent piece of resume is required, for an excellent Job" ~A wise Person

Creating your own resume is a tedious task, you need to find different softwares for this. But Web engineering is here to make your task easier. 

Below is the code for "Harry Potter's" resume. You can reuse it by inserting your own profile in it...

<!DOCTYPE html>
<html>
 <head><title>The Resume</title></head>
 
 <body>
  <table style="border: 9px solid black; ">
<tr >
<td style="background: black" width="100px"  rowspan="70"></td>

<td style="font-size:100px; font-family:Georgia; text-align:center "><img src="2001-harry-potter-and-the-sorcerer-s-stone-promotional-shoot-hq-harry-potter-11097228-1600-1960.jpg" border="5px solid black" >&nbsp;Harry Potter&nbsp;</td>

</tr>

<tr height="60px"></tr>
<tr ><td colspan="4"><hr size="3px" color="black"/></td></tr>
<tr><td style="padding-left:20px; color: red"><h1>EDUCATION</h1></td></tr>
<tr><td style="padding-left:50px; font-size:20px">Hogwarts School of Witchcraft and Wizardry </td></tr>
<tr><td style="padding-left:50px; font-size:20px">&bull;Software Engineering ~2k16</td></tr>

<tr height="60px"></tr>
<tr ><td colspan="4"><hr size="3px" color="black"/></td></tr>
<tr><td style="padding-left:20px; color: red"><h1>EXPERIENCE</h1></td></tr>
<tr><td style="padding-left:50px; font-size:20px">Seeker in Quidditch</td></tr>

<tr height="60px"></tr>
<tr ><td colspan="4"><hr size="3px" color="black"/></td></tr>
<tr><td style="padding-left:20px; color: red"><h1>SKILLS</h1></td></tr>
<tr><td style="padding-left:50px; font-size:20px">&bull;Team Leader</td></tr>
<tr><td style="padding-left:50px; font-size:20px">&bull;Motivator</td></tr>
<tr><td style="padding-left:50px; font-size:20px">&bull;other things you can think of or not</td></tr>

<tr height="60px"></tr>
<tr ><td colspan="4"><hr size="3px" color="black"/></td></tr>
<tr><td style="padding-left:20px; color: red"><h1>Job Related Skills</h1></td></tr>
<tr><td style="padding-left:50px; font-size:20px">Made a software for Quidditch</td></tr>
<tr><td style="padding-left:60px; font-size:20px">&bull;Can detect when someone's cheating</td></tr>

<tr height="60px"></tr>
<tr ><td colspan="4"><hr size="3px" color="black"/></td></tr>
<tr><td style="padding-left:20px; color: red"><h1>REFREES</h1></td></tr>
<tr><td style="padding-left:50px; font-size:20px">Professor Albus Dumbledore</td></tr>

</table>

</body>

</html>


The output:




The output may look distorted to you, but copy and paste the above code in any text editor. Save the file with ".html" extension. Double click the icon of file. Now you can see the output on your web browser.


Comments

Popular posts from this blog

Good Pieces of Advice for Freshers

PHP chess board : how to make ?

Applications of Data Engineering

You-Tube Channel

See The Pattern : Similarity

Relational Data Model

HONET-ICT 2018 (15th International Conference)

Guess Number GAME : HTML

Palindrome : php