ÿþ<!DOCTYPE html> <html lang="en"> <head> <title>Gallery One</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <link rel="stylesheet" href="css/style.css" /> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <style type="text/css"> body { background: url(images/logo/legionlogosbg.gif); background-attachment: fixed; } article, header, footer { width:880px; } </style> </head> <body> <nav role="navigation"> <img src="images/logo/usa.gif" style="float:left" width="68" height="50" alt="[U.S. Flag]" /> <img src="images/logo/ribbon200.gif" style="float:right" width="31" height="53" alt="[Remembrance Ribbon]" /> <br /> <a href="index.html" class="cssbutton"><small>Home</small></a> <a href="featuredmember.htm" class="cssbutton"><small>Member Of The Week</small></a> <a href="fact.htm" class="cssbutton"><small>Interesting Fact</small></a> <a href="clubinformation.htm" class="cssbutton"><small>Club Information</small></a> <a href="gallerytwo.htm" class="cssbutton"><small>Gallery Two</small></a> <a href="humor.htm" class="cssbutton"><small>Humor</small></a> <a href="sitedirectory.htm" class="cssbutton"><small>Site Directory</small></a> <br /> <br /> <small> <em> "The things that the flag stands for were created by the experiences of a great people. Everything that it stands for was written by their lives. The flag is the embodiment, not of sentiment, but of history." </em> <br /> ~ Woodrow Wilson ~ </small> </nav> <header> <h3> Gallery One </h3> "Here are this week's. Last week's are on Gallery Two." <br /> <br /> <a href="gallerytwo.htm" class="cssbutton">Gallery Two</a> <br /> <br /> <em> "Click on photo to enlarge." </em> </header> <article> <div class="container"> <ul id="gallery"> <li tabindex="1"><div title=""><img alt="" src="images/updates/g11.jpg"></div></li> <li tabindex="2"><div title=""><img alt="" src="images/updates/g12.jpg"></div></li> <li tabindex="3"><div title=""><img alt="" src="images/updates/g13.jpg"></div></li> <li tabindex="4"><div title=""><img alt="" src="images/updates/g14.jpg"></div></li> <li tabindex="5"><div title=""><img alt="" src="images/updates/g15.jpg"></div></li> <li tabindex="6"><div title=""><img alt="" src="images/updates/g16.jpg"></div></li> <li tabindex="7"><div title=""><img alt="" src="images/updates/g17.jpg"></div></li> <li tabindex="8"><div title=""><img alt="" src="images/updates/g18.jpg"></div></li> <li tabindex="9"><div title=""><img alt="" src="images/updates/g19.jpg"></div></li> <li tabindex="10"><div title=""><img alt="" src="images/updates/g110.jpg"></div></li> </ul> </div> </article> <footer> <a href="index.html">Home</a> | <a href="clubinformation.htm">Club Information</a> | <a href="gallerytwo.htm">Gallery Two</a> | <a href="featuredmember.htm">Member Of The Week</a> | <a href="humor.htm">Duffel Bag</a> | <a href="fact.htm">Interesting Fact</a> | <a href="sitedirectory.htm">Site Directory</a> </footer> </body> </html>