Mock-up of web-design choices for local company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

35 lines
1.4 KiB

15 years ago
15 years ago
15 years ago
15 years ago
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>Air-one Services</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="author" content="J.Infield" />
  8. <meta name="description"
  9. content="Quality Commercial, Residential, and Industrial HVAC and Plumbing Services" />
  10. <meta name="keywords" content="" />
  11. <link rel="stylesheet" type="text/css" href="stylesheets/yui-3.css" />
  12. <link rel="stylesheet" type="text/css" href="stylesheets/soon.css" />
  13. <script type="text/javascript" src="javascripts/jquery-1.4.2.min.js"></script>
  14. <script type="text/javascript" src="javascripts/jquery.color.min.js"></script>
  15. <script type="text/javascript">
  16. $(document).ready(function() {
  17. $("p > span").hover(function() {
  18. $(this).stop().animate({ color: "#fff" }, 600);
  19. },function() {
  20. $(this).stop().animate({ color: "#00f300" }, 600);
  21. });
  22. });
  23. </script>
  24. </head>
  25. <body>
  26. <div id="container" style="margin: auto; width: 600px;">
  27. <img alt="Air-one Logo" src="images/Air-One.png" />
  28. <p>Check back soon... We're making changes</p>
  29. <p>Meanwhile, contact us at:</p>
  30. <p><span>(901) 762-0303</span> -or- <span>(888) 314-1263</span></p>
  31. </div>
  32. <!-- id="container" -->
  33. </body>
  34. </html>
  35. <!-- © Copyright 2010 J.Infield. All Rights Reserved. -->