SabirSazzad

My CV (Next page)

Mar 17th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.75 KB | None | 0 0
  1. <html>
  2.         <title> Cv part 2 </title>
  3.         <head>
  4.             <style>
  5.             #maindiv{
  6.                 height: 600px;
  7.                 width: 100%;
  8.                 background-color:lightblue;
  9.             }
  10.             #t1{
  11.                 height: 60px;
  12.                 width: 100%;
  13.                 background-color:gray;
  14.                 }
  15.             #t2{
  16.                 height: 250px;
  17.                 width: 100%;
  18.                 background-color:lightblue;
  19.                 }
  20.             #t3{
  21.                 height: 60px;
  22.                 width: 100%;
  23.                 background-color:gray;
  24.                 }
  25.             #t4{
  26.                 height: 250px;
  27.                 width: 100%;
  28.                 background-color:lightblue;
  29.                 }
  30.             </style>
  31.         </head>
  32.         <body>
  33.             <div id="maindiv">
  34.                 <div id="t1"> <h2><font color="yellow"> Educational Background <font> </h2> </div>
  35.                 <div id="t2">
  36.                     <table>
  37.                         <tr>
  38.                             <td> <b> School Name: </b> </td>
  39.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  40.                             <td> Dinajpur Zilla School </td>
  41.                         </tr>
  42.                         <tr>
  43.                             <td> <b> College Name: </b> </td>
  44.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  45.                             <td> Dinajpur Govt College </td>
  46.                         </tr>
  47.                         <tr>
  48.                             <td> <b> SSC Passing Year: </b> </td>
  49.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  50.                             <td> 2013 </td>
  51.                         </tr>
  52.                         <tr>
  53.                             <td> <b> HSC Passing year: </b> </td>
  54.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  55.                             <td> 2015 </td>
  56.                         </tr>
  57.                         <tr>
  58.                             <td> <b> SSC Grade: </b> </td>
  59.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  60.                             <td> GPA 5.00 </td>
  61.                             <td> <a href="SSC information.html"><b> Detail>> </b> </a> </td>
  62.                         </tr>
  63.                         <tr>
  64.                             <td> <b> HSC Grade: </b> </td>
  65.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  66.                             <td> GPA 4.75 </td>
  67.                             <td> <a href="HSC information.html"><b> Detail>> </b> </a> </td>
  68.                         </tr>
  69.                         <tr>
  70.                             <td> <b> University Name: </b> </td>
  71.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  72.                             <td> American International University Bangladesh </td>
  73.                         </tr>
  74.                         <tr>
  75.                             <td> <b> Department: </b> </td>
  76.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  77.                             <td> Computer Science & Engineering </td>
  78.                         </tr>
  79.                     </table>
  80.                 </div>
  81.                
  82.                 <div id="t3"> <h2><font color="yellow"> Work Skill <font> </h2> </div>
  83.                 <div id="t4">
  84.                     <table>
  85.                         <tr>
  86.                             <td> <b> Programming Language: </b> </td>
  87.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  88.                             <td> C </td>
  89.                         </tr>
  90.                         <tr>
  91.                             <td> <b> Web Page Design: </b> </td>
  92.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  93.                             <td> HTML, CSS & JavaScript </td>
  94.                         </tr>
  95.                         <tr>
  96.                             <td> <b> MicroSoft Office: </b> </td>
  97.                             <td> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </td>
  98.                             <td> Power Point, Microsoft Word Documment & Microsoft Exell </td>
  99.                         </tr>
  100.                     </table>
  101.                        
  102.                 </div>
  103.             </div>
  104.         <body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment