Advertisement
Guest User

footer.php

a guest
Mar 9th, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.02 KB | None | 0 0
  1.     <!DOCTYPE HTML>
  2.     <html>
  3.             <head>
  4.                 <title></title>
  5.                 <link rel="stylesheet" type="text/css" href="footer.css">
  6.             </head>
  7.             <body>
  8.                 <div class="wrapper">
  9.                     <div class="left-sidebar">
  10.                         <h1>OUR MISSION</h1>
  11.                         <table>
  12.                             <tr>
  13.                                 <th>Mind vs Mission</th>
  14.                                 <th>Power Of Mission</th>
  15.                                 <th>Object Of Mission</th>
  16.                             </tr>
  17.                             <tr>
  18.                                 <td><img src="images/icon/table_row_decoration.png"></td>
  19.                                 <td><img src="images/icon/table_row_decoration.png"></td>
  20.                                 <td><img src="images/icon/table_row_decoration.png"></td>
  21.                             </tr>
  22.                             <tr>
  23.                                 <td>
  24.                                     <p>Outstanding people have one thing in common: An absolute sense of mission.</p>
  25.                                 </td>
  26.                                 <td>
  27.                                     <p>Outstanding people have one &nbsp; &nbsp; thing in common: An absolute sense of mission.</p>
  28.                                 </td>
  29.                                 <td>
  30.                                     <p>Outstanding people have one thing in common: An absolute sense of mission.</p>
  31.                                 </td>
  32.                             </tr>
  33.                         </table>
  34.                     </div>
  35.  
  36.                     <div class="right-sidebar">
  37.                         <h1>JOIN US</h1>
  38.                         <div class="sub-right-sidebar">
  39.                             <p>Like and follow us on facebook and twitter. Join our net</p>
  40.                             <a href="http://facebook.com/shahidujzamaan.shahid" target="_blank"> <img src="images/icon/facebook.ico" width="50" height="50"> <b>facebook</b> </a> &nbsp; &nbsp; &nbsp;
  41.                             <a href="https://plus.google.com/101427109050802002003" target="_blank"> <img src="images/icon/Googleplus.ico" width="50" height="50"> <b>google+</b> </a>
  42.                         </div>
  43.                         <div class="subscribe">
  44.                             <p>JOIN OUR NEWSLETTER</p>
  45.                             <form action="" method="post">
  46.                                 <table class='tbl'>
  47.                                     <tr>
  48.                                         <td><input type="text" name="email" placeholder="email address"></td>
  49.                                         <td><input type="submit" name="form1" value="JOIN"></td>
  50.                                     </tr>
  51.                                 </table>
  52.                             </form>
  53.                         </div>
  54.                     </div>
  55.                 </div>
  56.                 <div class="sub-footer">
  57.                         <i>Copyright &copy; ourmission 2015</i>
  58.                 </div>
  59.             </body>
  60.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement