Advertisement
HTML

specials.html

Mar 7th, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>The One And Only Oviedo Auto Repair!</title>
  5. <meta charset="utf-8">
  6. <meta name="author" content="Jacob Howard">
  7. <meta name="description" content="The official website for the one and only Oviedo Auto Repair in Florida!">
  8. <meta name="keywords" content="html, css, oviedo, auto repair, body shop, auto shop, oviedo auto repair">
  9. <link rel="icon" href="favicon.ico">
  10. <link rel="stylesheet" href="style.css">
  11. </head>
  12. <body>
  13. <div id="wrapper">
  14. <div id="all">
  15. <div id="top">
  16. <header><a href="index.html"><img src="img/logo.png" alt="Oviedo Auto Repair logo"></a></header>
  17. <nav>
  18. <ul>
  19. <li><a href="index.html"><button>Home</button></a></li>
  20. <li><a href="findus.html"><button>Find Us</button></a></li>
  21. <li><a href="specials.html"><button class="current">Specials</button></a></li>
  22. <li><a href="repairservices.html"><button>Repair Services</button></a></li>
  23. <li><a href="uhaul.html"><button>U-HAUL</button></a></li>
  24. <li><a href="about.html"><button>About Us</button></a></li>
  25. </ul>
  26. </nav>
  27. </div><br>
  28. <main>
  29. <h2>Specials</h2>
  30. Below are our current special coupons.
  31. <div id="specials">
  32. <img src="img/specials-ac.jpg" alt="Air Conditioning Special"><img src="img/specials-oil.jpg" alt="Oil Service Special"><br>
  33. <img src="img/specials-multipoint.jpg" alt="Multi-point Vehicle Maintenance Inspection"><img src="img/specials-student.jpg" alt="Student Discount Promotion">
  34. </main><br>
  35. <footer>
  36. <a href="index.html">Home</a> &boxv;
  37. <a href="findus.html">Find Us</a> &boxv;
  38. <a href="specials.html">Specials</a> &boxv;
  39. <a href="repairservices.html">Repair Services</a> &boxv;
  40. <a href="uhaul.html">U-HAUL</a> &boxv;
  41. <a href="about.html">About Us</a>
  42. <span id="desinfo">OviedoAutoRepair.com &boxv; &copy;  2018 <a href="mailto:waterjake12@gmail.com">Jacob Howard</a></span>
  43. </footer>
  44. </div>
  45. </div>
  46. </body>
  47. <!-- Copyright (c) 2018 Jacob Howard -->
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement