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

Project Ideas For Software Engineering Students

Pintos : Series : Part3 : Project 1 : Alarm Clock

A Survey of the Final Year University Students

Software Engineering Past Papers

Data Engineering Tools

NoSQL database

5+ useful mobile applications for freshmen

Github : Part 1 : Introduction

Simple Web Page : Step by Step

Relational Data Model