Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
85 lines (60 sloc)
3.54 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Created by Troy Wolf | http://www.troywolf.com --> | |
| <html> | |
| <head> | |
| <title>Welcome</title> | |
| </head> | |
| <body bgcolor="#fdfdf5" marginheight="0" marginwidth="0" leftMargin="5" topMargin="0" rightMargin="0"> | |
| <table width="600" align="center" border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td width="130" align="center" valign="top"> | |
| <img src="images/1pixel.gif" width=1 height=5 border=0 alt=""><br> | |
| <a href="index.html"><img src="images/logo_small.gif" width=105 height=103 border=0 alt="Outdoor Connection"></a><br> | |
| <img src="images/1pixel.gif" width=1 height=5 border=0 alt=""><br> | |
| <a href="oc_welcome.html"><img src="images/home02.gif" width=123 height=42 border=0 alt="return to Outdoor Connection home"></a><br> | |
| <a href="oc_hunting.html"><img src="images/hunting02.gif" width=123 height=42 border=0 alt="hunting trips"></a><br> | |
| <a href="oc_fishing.html"><img src="images/fishing02.gif" width=123 height=42 border=0 alt="fishing trips"></a><br> | |
| <a href="oc_articles.html"><img src="images/articles02.gif" width=123 height=42 border=0 alt="first hand reports about our destinations"></a><br> | |
| <a href="agents.html"><img src="images/directory02.gif" width=123 height=42 border=0 alt="find an Outdoor Connection agent near you"></a><br> | |
| <a href="oc_regs.html"><img src="images/regulations02.gif" width=123 height=42 border=0 alt="government hunting & fishing regulations"></a><br> | |
| <a href="oc_contact.html"><img src="images/contact02.gif" width=123 height=42 border=0 alt="contact us"></a><br> | |
| <a href="oc_franchise.html"><img src="images/franchise02.gif" width=123 height=42 border=0 alt="you can own an Outdoor Connection franchise"></a></td> | |
| <td valign="top" align="center"> | |
| <table width="100%" align="center" border=0 cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td colspan="2" height="75" align="center"><img src="images/oc_title.gif" width=460 height=54 border=0 alt=""></td></tr> | |
| <tr> | |
| <td width="25"> </td> | |
| <td width="455" valign="top"> | |
| <table> | |
| <tr> | |
| <td height="110" width="400" colspan="3" align="center"> | |
| <img src="images/lake2.jpg" width=400 height=108 border=0 alt="Welcome to Outdoor Connection"></td></tr> | |
| <tr> | |
| <td> | |
| <!-- begin test material --> | |
| <table width="100%" cellspacing=0 cellpadding=3 border=0> | |
| <tr> | |
| <td valign="top"><font face="verdana,arial" color="#495f60" size=2> | |
| Get ready for the outdoor adventure of a lifetime! | |
| We specialize in customized fishing and hunting trips at lodges throughout North and Central America.<p> | |
| <font size="3" color="black">Customized For Your Needs</font><br> | |
| Our franchisees arrange hassle-free outdoor adventures. Whether you're planning a corporate strategy retreat, a sales meeting or a gathering of friends, we can help you tailor a memorable, exciting get-away.<p> | |
| For more information, contact your local <a href="oc_contact.html">Outdoor Connection Agent</a>. It's your first step toward a once-in-a-lifetime outing! | |
| </font></td> | |
| <td width="130" valign="top" bgcolor="#f5f5d5"><font face="verdana,arial" color="black" size=1> | |
| Because Outdoor Connection represents lodges and outfitters throughout North and Central America, we've got a wide variety of resources to meet your needs. And our services are provided at no additional cost to you. Just tell us what kind of experience you want and we'll recommend several lodges, whether you're after something specific like King Salmon or Big Horn Sheep, or just a sunny spot with good fishing.<p> | |
| </font></td> | |
| </tr> | |
| <tr> | |
| </tr> | |
| </table> | |
| <font face="verdana,arial" color="#495f60" size=3><b> | |
| </b></font></td></tr> | |
| </table> | |
| </font> | |
| </td></tr> | |
| </table> | |
| </td></tr> | |
| </table> | |
| </body> | |
| </html> |