Advertisement
Guest User

productgallery

a guest
Jul 25th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.19 KB | None | 0 0
  1. <?php
  2. echo "<!DOCTYPE HTML>\n";
  3. echo "<HTML lang=\"en\">\n";
  4. echo "  <head>\n";
  5. echo "    <title>Product Gallery | PT. SALAHUDIN AUTOPARTS INDONESIA</title>\n";
  6. echo "  <link href='pic/sai12.png' rel='shortcut icon'>\n";
  7. echo "  <div align=\"center\"><img src=\"pic/sai2.png\" alt=\"\" title=\"PT. SAI\" align=\"center\" /> </div>\n";
  8. echo "  <div align=\"center\"><p style=\"background-color:#4ABE32;\"><span style=\"font-family: 'Coolvetica Rg', Calibri, Calibri; font-weight: normal; font-style: normal; text-decoration: none; font-size: 17pt; color: #FFFFFF;\">| <a href=\"index.php\" target=\"_self\" title=\"Home\">HOME</a> | <a href=\"sign_in_SAI.php\" target=\"_self\" title=\"Sign In\">SIGN IN</a> | <a href=\"product_gallery_SAI.php\" target=\"_self\" title=\"Our Gallery\">PRODUCT GALLERY</a> | <a href=\"contact_us_SAI.php\" target=\"_self\" title=\"Contact Us\">CONTACT US</a> | <a href=\"job_vacancy_SAI.php\" target=\"_self\" title=\"Job Vacancy\">JOB VACANCY</a> |</span></div></p>\n";
  9. echo "\n";
  10. echo "  <style>\n";
  11. echo "  .gal {\n";
  12. echo "  font-family:calibri;\n";
  13. echo "  float:none; \n";
  14. echo "  margin:auto;\n";
  15. echo "  padding:10px;\n";
  16. echo "  max-width:750px;\n";
  17. echo "  height:auto;\n";
  18. echo "  border:2px solid green;\n";
  19. echo "  }\n";
  20. echo "</style>\n";
  21. echo "</head>\n";
  22. echo "  <body style=\"background-color:#8DFF7D\">\n";
  23. echo "          <div align=\"center\"><p style=\"background-color:green\"><span style=\"font-family: 'Coolvetica Rg', 'GeoSlab703 Md BT', Calibri; font-weight: normal; font-style: normal; text-decoration: none; font-size: 18pt; color: #66E566;\">OUR PRODUCT GALLERY</span></p></div>\n";
  24. echo "      <div class=\"gal\">\n";
  25. echo "      <div align=\"center\"><h2 style=\"font-size:20pt; background-color:green;color:white;\">Motorcycle Gear</h2></div>\n";
  26. echo "      <p style=\"font-size:14pt;\">We are producing the Motorcycle Gear for any type of Motorcycle. Which are Honda, Suzuki, Yamaha, Kawasaki, and many more. So these are the pictures of our product :</p>\n";
  27. echo "      <div align=\"center\"><img src=\"pic/gear motor1.jpg\" width=\"500\" height=\"500\" alt=\"\" title=\"gear motor\" /></div>\n";
  28. echo "      </div>\n";
  29. echo "      <div class=\"gal\">\n";
  30. echo "      <div align=\"center\"><h2 style=\"font-size:20pt; background-color:green;color:white;\">Bicycle Gear & Shifting</h2></div>\n";
  31. echo "      <p style=\"font-size:14pt;\">We are producing the Bicycle Gear & Shifting for any type of Bicycle. Which are United, Polygon, Wim Cycle, Thrill, Specialized and many more. So these are the pictures of our product :</p>\n";
  32. echo "      <div align=\"center\"><img src=\"pic/gear sepeda1.jpg\" width=\"500\" height=\"350\" alt=\"\" title=\"cycle gear\" /></div>\n";
  33. echo "      </div>\n";
  34. echo "      <div class=\"gal\">\n";
  35. echo "      <div align=\"center\"><h2 style=\"font-size:20pt; background-color:green;color:white;\">Chain</h2></div>\n";
  36. echo "      <p style=\"font-size:14pt;\">We are also producing The Chain for Motorcycle and Bicycle. These are the pictures of our product:</p>\n";
  37. echo "      <div align=\"center\"><img src=\"pic/rante.jpg\" width=\"449\" height=\"296\" alt=\"\" title=\"chain\" /></div>\n";
  38. echo "      <div align=\"center\"><img src=\"pic/rante2.jpg\" width=\"449\" height=\"449\" alt=\"\" title=\"chain 2\" /></div>\n";
  39. echo "      </div>\n";
  40. echo "\n";
  41. echo "      <div align=\"center\"><p style=\"background-color:#4ABE32;\"><span style=\"font-family: 'Coolvetica Rg', Calibri, Calibri; font-weight: normal; font-style: normal; text-decoration: none; font-size: 10pt; color: #FFFFFF;\">| <a href=\"index.php\" target=\"_self\" title=\"Home\">HOME</a> | <a href=\"sign_in_SAI.php\" target=\"_self\" title=\"Sign In\">SIGN IN</a> | <a href=\"organization_SAI.php\" target=\"_self\" title=\"Our Organization\">ORGANIZATION</a> | <a href=\"product_gallery_SAI.php\" target=\"_self\" title=\"Our Gallery\">PRODUCT GALLERY</a> | <a href=\"contact_us_SAI.php\" target=\"_self\" title=\"Contact Us\">CONTACT US</a> | <a href=\"job_vacancy_SAI.php\" target=\"_self\" title=\"Job Vacancy\">JOB VACANCY</a> |</span></div></p>\n";
  42. echo "  </body>\n";
  43. echo "  <footer><div align=\"center\"><b>Copyright - PT. Salahudin Autoparts Indonesia - 2017</b></div></footer>\n";
  44. echo "</HTML>\n";
  45. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement