CINXE.COM
Voter Portal
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="google" content="notranslate" /> <title>Voter Portal</title> <link rel="icon" href="/favicon.ico?v=1" type="image/x-icon" /> <link href="/bundles/css?v=Pm2djU45Xnu-QJRMa4vrRMSWbBLJKDU0G-O_2zMslOw1" rel="stylesheet"/> <script src="/bundles/jquery?v=u_bla7XJACqiDThZKJug83JzLXZK3WNFnRWkQKwrQ1U1"></script> <script src="/bundles/sos?v=vebXYrA6Ebu1d6Iz9mArU1Dr3b87w7MXnCnwlouxs-Q1"></script> <script src="/bundles/bootstrap?v=ktj6IfoHi0sIouSa38PI9hqYmXwRf4uuZtbbWxsvIO81"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-SY4F1KM3M7"></script> <script type="text/javascript" src="/AnalyticsGTagSetup" id="analyticsGTagSetup"></script> </head> <body> <div class="container"> <div class="row row-masthead swamp-banner" style="position: relative; padding: 0"> <div class="col-xs-12" style="height: 100%"> <a href="https://voterportal.sos.la.gov/" title="Voter Portal"> <img src="/Images/banner-geaux-vote.png" class="geaux-image hidden-xs hidden-sm" alt="" /> <img src="/Images/banner-geaux-vote-small.png" class="geaux-image hidden-md hidden-lg" alt="" /> </a> <img src="/Images/sos-seal.png" class="seal-image hidden-xs hidden-sm" alt="" /> <a href="https://www.sos.la.gov/ElectionsAndVoting/Pages/default.aspx" title="Louisiana Secretary of State"> <img src="/Images/label-medium.png" class="label-image" alt="Louisiana Secretary of State" /> </a> </div> </div> <div class="row row-top-menu"> </div> <style> #PopDown { display: none; border-color: #69d; margin-bottom: 3px; border-top-right-radius: 0; border-top-left-radius: 0; border-top: none; padding: 5px; } </style> <script type="text/javascript" nonce="cc1UqJWTDneJ432p4pKtNeURGHg="> var isMobile = false; $(document).ready(function() { isMobile = isMobile || (window.innerWidth < 720); if (isMobile && document.cookie.indexOf('sosmbloption=cancelled') == -1) { $('.row-top-menu').after($('#PopDown').detach()); $('#PopDown').slideDown(); $('#NoMobile').on('click', function() { $('#PopDown').slideUp(); document.cookie = 'sosmbloption=cancelled;expires=Fri, 31 Dec 2049 23:59:59 GMT;path=/'; }); $('#YesMobile').on('click', function() { document.location = '/MobileLanding'; }); } }); </script> <div id="PopDown" class="alert alert-info"> <div style="float: right;" class="btn-group-sm"> <input type="button" id="YesMobile" class="btn btn-primary btn-info" value="Yes" /> <input type="button" id="NoMobile" class="btn btn-primary btn-info" value="No Thanks" title="Don't show again" /> </div> <div style="margin-right: 9em;"><span>Would you like to see options for viewing this information on a mobile device?</span></div> <div class="clearfix"></div> </div> <div class="content"> <div class="row"> <div class="col-lg-12 col-sm-12"> <h1>Find Voter or Parish Specific Information</h1> </div> </div> <div class="row"> <div class="col-sm-12 col-md-6"> <div class="voter-portal-link-button"> <a href="/Home/VoterLogin"> <img class="icon" src="images/menu_person.png" /> <span>Search By Voter</span> <div class="link-button-arrow"></div> </a> </div> <div class="smaller-phone hidden-xs"> Searching by voter yields the most specific information about a registered voter in Louisiana. </div> </div> <div class="col-sm-12 col-md-6"> <div class="voter-portal-link-button"> <a href="/Home/ParishLogin"> <img class="icon" src="images/menu_state.png" /> <span>Search By Parish</span> <div class="link-button-arrow"></div> </a> </div> <div class="smaller-phone hidden-xs"> Searching by parish provides general voting and elections information for a parish. </div> </div> </div> <div class="row"> <div class="col-md-6 col-xs-12"> <div class="voter-portal-link-button"> <a href="/Graphical"> <img class="icon" src="images/web.png" /> <span>View Election Results</span> <div class="link-button-arrow"></div> </a> </div> </div> </div> <br /> <hr /> <p> This secure web application can be used to find voter registration and elections information. A <a href="/Home/AddressLogin">search by address</a> option is also available if desired. Searching by address provides information about all voters at an address. </p> </div> <div class="row row-mobile-available"> <div class="col-md-12"> A mobile version of this website is available as well as iPhone and Android apps. See <a href="/MobileLanding">mobile viewing options</a> for more information. </div> </div> <div class="row row-footer"> <div class="col-md-12"> Copyright 漏 2024 Louisiana Department of State. <br class="visible-xs visible-sm" /><a href="/Disclaimer">Read our disclaimer</a>. </div> </div> </div> <script type="text/javascript" src="/AnalyticsScript" id="analyticsScript" data-page-generation-time="2" data-suppress="true" ></script> <!-- IBM Watson help -- BEGIN --> <style> /* Animation to slide the chat launcher closed */ @keyframes slideClosed { 60% { color: #00356E; } /* Blend text to background to hide it by the time we get to 60% of collapse */ to { width: 66px; color: #00356E; } } /* Chat launcher button */ button.chatLauncher { padding: 28px; border-radius: 16px; animation-duration: 0.5s; /* This animation duration is for the hover/focus style */ transition-duration: 0.5s; position: fixed; height: 60px; bottom: 32px; right: 32px; z-index: 9999; border: none; padding: 7px; margin: 0; background: #00356E; color: #00356E; /* Text color matches background unless .open style applied */ line-height: 1.4; font-size: 14px; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; width: 66px; display: none; /* Hide until script is loaded and the .loaded style is applied */ } .launcherIcon { height: 40px; width: 40px; padding: 5px; position: absolute; right: 6px; top: 0; background-color: #00356E; /* Text will "slide under" this during animation */ color: white !important; /* Override the text colors applied to the button during animations; this always shows */ } /* Applied when script is fully loaded from watson.js */ button.chatLauncher.loaded { display: block; } /* Show the launcher button in "open" mode and animate it to a smaller closed version after a delay */ button.chatLauncher.open { color: white; /* Show the button text */ width: 350px; /* Start with open width */ animation-name: slideClosed; animation-duration: 0.25s; animation-delay: 6s; animation-fill-mode: forwards; } /* On hover / focus show a highlight affect */ button.chatLauncher:hover, button.chatLauncher:focus { background: #00254F; } /* Override for very small devices */ @media (max-width: 392px) { button.chatLauncher { right: 15px; bottom: 15px; } button.chatLauncher.open { width: 320px; } } </style> <button type="button" class="chatLauncher open" title="Virtual assistant can answer questions about voting in Louisiana"> <div style="padding:0 10px 0 10px; position: relative;"> <div style="overflow: clip;text-overflow: clip;white-space: nowrap; text-align: left;"> Voting questions?<br> Chat with our <strong>virtual assistant</strong> </div> <div class="launcherIcon"> <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="32" height="32" viewBox="0 0 32 32" aria-hidden="true" class="WACLauncher__svg"><path d="M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z"></path><path d="M8 10H24V12H8zM8 16H18V18H8z"></path></svg> </div> </div> </button> <script src="/bundles/watson?v=JJt5Iom3iT9g2QrwF7Aku7DgBMXs_7xCmPBQtNZx8_E1"></script> <!-- This is an API call and not a script file, and can't be in a bundle --> <script src="/Home/SetupWebChat" type="text/javascript"></script> <!-- IBM Watson help -- END --> <div class="device-xs visible-xs"></div> <div class="device-sm visible-sm"></div> <div class="device-md visible-md"></div> <div class="device-lg visible-lg"></div> </body> </html>