ÿþ<!DOCTYPE html> <html lang="en"> <head> <title>Gallery</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="American Legion Post #231, Aurora, Indiana" /> <meta name="keywords" content="veterans, club, information, events" /> <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="clubinformation.htm" class="cssbutton"><small>Club Information</small></a> <a href="honorguard.htm" class="cssbutton"><small>Honor Guard</small></a> <a href="korean.htm" class="cssbutton"><small>Korean War Veterans</small></a> <a href="localva.htm" class="cssbutton"><small>Local Veterans Affairs</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 </h3> <em> "Click on photo to enlarge." </em> </header> <article> <div class="container"> <ul id="gallery"> <li tabindex="1"><div title="Best original prize"><img alt="" src="updates/ag1.jpg"></div></li> <li tabindex="2"><div title="Marian dirty old man"><img alt="" src="updates/ag2.jpg"></div></li> <li tabindex="3"><div title="Same halloween group"><img alt="" src="updates/ag3.jpg"></div></li> <li tabindex="4"><div title="Stephie and Donna"><img alt="" src="updates/ag4.jpg"></div></li> </ul> </div> </article> <footer> <small> <a href="index.html">Home</a> | <a href="clubinformation.htm">Club Information</a> | <a href="honorguard.htm">Honor Guard</a> | <a href="korean.htm">Korean War Veterans</a> | <a href="localva.htm">Local Veterans Affairs</a> | <a href="sitedirectory.htm">Site Directory</a> </small> </footer> </body> </html>