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.
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Air-one Services</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="author" content="J.Infield" /> <meta name="description" content="Quality Commercial, Residential, and Industrial HVAC and Plumbing Services" /> <meta name="keywords" content="" /> <link rel="stylesheet" type="text/css" href="stylesheets/yui-3.css" /> <link rel="stylesheet" type="text/css" href="stylesheets/soon.css" /> <script type="text/javascript" src="javascripts/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="javascripts/jquery.color.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $("p > span").hover(function() { $(this).stop().animate({ color: "#ce0000" }, 600); },function() { $(this).stop().animate({ color: "#83cf4b" }, 600); }); }); </script> </head> <body> <div id="container" class="yui-d1"> <img alt="Air-one Logo" src="images/Air-One.jpg" /> <p>Check back soon... We're making changes</p> <p>Meanwhile, contact us at:</p> <p><span>(901) 762-0303</span> -or- <span>(888) 314-1263</span></p> </div> <!-- id="container" --> </body> </html> <!-- © Copyright 2010 J.Infield. All Rights Reserved. -->
|