CINXE.COM
MyTSHA
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="NEbncVWGFtxYsKKhdCJsbHPMBADBxTaxc2bGEIOs"> <title>MyTSHA</title> <!-- custom meta --> <!-- General --> <meta name="title" content="Welcome to the TSHA Digital Library" /> <meta name="description" content="The TSHA Digital Library includes more than 100 volumes of the Southwestern Historical Quarterly journal, 60 editions of the biennial Texas Almanac, several digital copies of out-of-print titles from TSHA Press, and more!" /> <meta name="application-name" content="Texas State Historical Association" /> <meta name="copyright" content="Texas State Historical Association" /> <meta name="owner" content="Texas State Historical Association" /> <meta name="author" content="Texas State Historical Association" /> <meta name="url" content="https://www.mytsha.com" /> <!-- Open Graph --> <meta property="og:title" content="Welcome to the TSHA Digital Library" /> <meta property="og:description" content="The TSHA Digital Library includes more than 100 volumes of the Southwestern Historical Quarterly journal, 60 editions of the biennial Texas Almanac, several digital copies of out-of-print titles from TSHA Press, and more!" /> <meta property="og:image" content="https://www.mytsha.com/images/logo--digital-library.png" /> <meta property="og:site_name" content="Texas State Historical Association" /> <meta property="og:url" content="https://www.mytsha.com" /> <meta property="og:type" content="website" /> <!-- Twitter --> <meta name="twitter:title" content="Welcome to the TSHA Digital Library" /> <meta name="twitter:description" content="The TSHA Digital Library includes more than 100 volumes of the Southwestern Historical Quarterly journal, 60 editions of the biennial Texas Almanac, several digital copies of out-of-print titles from TSHA Press, and more!" /> <meta name="twitter:image:src" content="https://www.mytsha.com/images/logo--digital-library.png" /> <meta name="twitter:site" content="@TxStHistAssoc" /> <meta name="twitter:creator" content="@TxStHistAssoc" /> <meta name="twitter:card" content="summary_large_image" /> <!-- Schema.org --> <meta itemprop="name" content="Welcome to the TSHA Digital Library" /> <meta itemprop="description" content="The TSHA Digital Library includes more than 100 volumes of the Southwestern Historical Quarterly journal, 60 editions of the biennial Texas Almanac, several digital copies of out-of-print titles from TSHA Press, and more!" /> <meta itemprop="image" content="https://www.mytsha.com/images/logo--digital-library.png" /> <!-- Fonts --> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Arvo:wght@400;600;700&display=swap"> <!-- book reader --> <link rel="stylesheet" type="text/css" href="https://www.mytsha.com/bookreader/BookReader.css"> <link rel="stylesheet" type="text/css" href="https://www.mytsha.com/bookreader/BookReaderDemo.css"> <!-- Styles --> <link rel="stylesheet" href="/css/app.css?id=88100ed592fa10cf55ea"> <style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style> <!-- Scripts --> <script src="/js/app.js?id=c89f515893076e578cdd" defer></script> <!-- begin: google analytics --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-D2HBFWW8L4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-D2HBFWW8L4'); </script> <!-- end: google analytics --> </head> <body class="font-sans antialiased"> <div x-data="{"show":true,"style":"success","message":null}" :class="{ 'bg-indigo-500': style == 'success', 'bg-red-700': style == 'danger', 'bg-gray-500': style != 'success' && style != 'danger' }" style="display: none;" x-show="show && message" x-init=" document.addEventListener('banner-message', event => { style = event.detail.style; message = event.detail.message; show = true; }); "> <div class="max-w-screen-xl mx-auto py-2 px-3 sm:px-6 lg:px-8"> <div class="flex items-center justify-between flex-wrap"> <div class="w-0 flex-1 flex items-center min-w-0"> <span class="flex p-2 rounded-lg" :class="{ 'bg-indigo-600': style == 'success', 'bg-red-600': style == 'danger' }"> <svg x-show="style == 'success'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" /> </svg> <svg x-show="style == 'danger'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> </svg> <svg x-show="style != 'success' && style != 'danger'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> </svg> </span> <p class="ml-3 font-medium text-sm text-white truncate" x-text="message"></p> </div> <div class="flex-shrink-0 sm:ml-3"> <button type="button" class="-mr-1 flex p-2 rounded-md focus:outline-none sm:-mr-2 transition" :class="{ 'hover:bg-indigo-600 focus:bg-indigo-600': style == 'success', 'hover:bg-red-600 focus:bg-red-600': style == 'danger' }" aria-label="Dismiss" x-on:click="show = false"> <svg class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> </div> </div> </div> <div class="min-h-screen bg-gray-100" style="background: repeating-linear-gradient( 145deg, #eee, #eee 1px, #f5f8fa 2px, #f5f8fa 8px );"> <div wire:id="IRjm4btu3H4j4XazrzRp" wire:initial-data="{"fingerprint":{"id":"IRjm4btu3H4j4XazrzRp","name":"navigation-menu","locale":"en","path":"\/","method":"GET","v":"acj"},"effects":{"listeners":["refresh-navigation-menu"]},"serverMemo":{"children":[],"errors":[],"htmlHash":"2fad973f","data":[],"dataMeta":[],"checksum":"a20998e369e3a9e0fc86f7119c0d8fc39766403216b4b6e0d8c5980e12c26b61"}}"> <nav x-data="{ open: false }" class="bg-white border-b"> <!-- Primary Navigation Menu --> <div class="navigation-links mx-auto px-4 sm:px-6 xl:px-8"> <div class="flex justify-between h-16"> <div class="flex"> <!-- Logo --> <div class="flex-shrink-0 flex items-center"> <a href="https://www.mytsha.com"> <svg version="1.2" baseProfile="tiny-ps" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 133" width="48" height="48"><title>logo-tsha-texas-state-historical-association</title><defs><image width="140" height="133" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACFCAMAAAC+EeDEAAAAAXNSR0IB2cksfwAAAs1QTFRFAAAA0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAw0CAwXvNKRAAAAO90Uk5TAB89Zo7H7QX/wRv+YY3pAxj9OVyEu+UCFjSHAb7iBhn8gQC43QT6Lld7stQS+CpScqvOEPQkTmuiySVPbaPMDfUhSGidxArzHUJif+bsvREaSTNbtvtduvlVmNATUZLN8Uo8XnNqMSaxpQlvOn6mTa/wkdYL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"/></defs><style>tspan { white-space:pre }</style><use href="#img1" x="0" y="0" /></svg> </a> </div> <!-- Navigation Links --> <div class="hidden space-x-8 sm:-my-px sm:ml-4 sm:flex"> <a class="inline-flex items-center px-1 pt-1 border-b-2 border-indigo-400 text-sm font-medium leading-5 text-gray-900 focus:outline-none focus:border-indigo-700 transition" href="https://www.mytsha.com"> Digital Library </a> <a class="inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium leading-5 text-gray-500 hover:text-gray-700 hover:border-gray-300 focus:outline-none focus:text-gray-700 focus:border-gray-300 transition" href="https://www.mytsha.com/digital-library/collections/shq"> <abbr title="Southwestern Historical Quarterly" style="text-decoration: none;"> SHQ </abbr> </a> <a class="inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium leading-5 text-gray-500 hover:text-gray-700 hover:border-gray-300 focus:outline-none focus:text-gray-700 focus:border-gray-300 transition" href="https://www.mytsha.com/digital-library/collections/texas-talks"> Texas Talks </a> </div> </div> <div class="hidden sm:flex sm:items-center sm:ml-6"> <a href="https://tsha.wildapricot.org/members-only" class="hidden sm:flex inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium leading-5 text-gray-500 hover:text-gray-700 hover:border-gray-300 focus:outline-none focus:text-gray-700 focus:border-gray-300 transition"> Member Login </a> </div> <!-- Hamburger --> <div class="-mr-2 flex items-center sm:hidden"> <button @click="open = ! open" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition"> <svg class="h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24"> <path :class="{'hidden': open, 'inline-flex': ! open }" class="inline-flex" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /> <path :class="{'hidden': ! open, 'inline-flex': open }" class="hidden" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> </div> </div> <!-- Responsive Navigation Menu --> <div :class="{'block': open, 'hidden': ! open}" class="hidden sm:hidden"> <div class="pt-2 pb-3 space-y-1"> <a class="block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition" href="https://www.mytsha.com"> Digital Library </a> <a class="block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition" href="https://www.mytsha.com/digital-library/collections/shq"> <abbr title="Southwestern Historical Quarterly" style="text-decoration: none;"> SHQ </abbr> </a> <a class="block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition" href="https://www.mytsha.com/digital-library/collections/texas-talks"> Texas Talks </a> <a href="https://tsha.wildapricot.org/members-only" class="block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition"> Member Login </a> </div> </div> </nav> </div> <!-- Livewire Component wire-end:IRjm4btu3H4j4XazrzRp --> <!-- Page Heading --> <!-- Page Content --> <main> <!-- show status if set --> <!-- meta --> <div class="lg:flex mb-9"> <!-- primary --> <div> <!-- digital library --> <div class="py-12"> <div class="bg-white overflow-hidden shadow-low sm:rounded-lg max-w-8xl"> <section class="p-6 sm:px-20 lg:px-3 xl:px-20 my-5 bg-white"> <div> <img alt="Digital Library logo" src="https://www.mytsha.com/images/logo--digital-library.png" class="w-full max-w-sm sm:max-w-md"> </div> <p class="my-9 text-gray-900"> The TSHA Digital Library includes more than 100 volumes of the Southwestern Historical Quarterly journal, 60 editions of the biennial Texas Almanac, several digital copies of out-of-print titles from TSHA Press, and more! </p> <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-x-5 gap-y-5"> <div class="max-w-sm bg-white rounded-sm border border-gray-200"> <a href="https://www.mytsha.com/digital-library/collections/ebooks"> <img class="rounded-t-sm" src="https://www.mytsha.com/images/category/section--ebooks.jpg" alt="card image"> </a> <div class="p-5"> <h5 class="mb-3 text-xl font-bold tracking-tight text-gray-900"> <a href="https://www.mytsha.com/digital-library/collections/ebooks"> TSHA eBooks </a> </h5> <div class="mb-3 font-normal text-gray-700"> TSHA develops eBooks that focus on special topics, commemorate the contributions of groups of people that shape Texas history or highlight trending area of research on Texas history. </div> </div> </div> <div class="max-w-sm bg-white rounded-sm border border-gray-200"> <a href="https://www.mytsha.com/digital-library/collections/texas-almanac-archive"> <img class="rounded-t-sm" src="https://www.mytsha.com/images/category/section--almanac.jpg" alt="card image"> </a> <div class="p-5"> <h5 class="mb-3 text-xl font-bold tracking-tight text-gray-900"> <a href="https://www.mytsha.com/digital-library/collections/texas-almanac-archive"> Texas Almanac Archive </a> </h5> <div class="mb-3 font-normal text-gray-700"> The Texas Almanac is revised with the latest information for every edition, including the 254 county maps and our population estimates for every Texas town. Inside you鈥檒l find all of the latest facts and features of this great state, as well as timely feature articles. </div> </div> </div> <div class="max-w-sm bg-white rounded-sm border border-gray-200"> <a href="https://www.mytsha.com/digital-library/collections/tsha-press"> <img class="rounded-t-sm" src="https://www.mytsha.com/images/category/section--tsha-press.jpg" alt="card image"> </a> <div class="p-5"> <h5 class="mb-3 text-xl font-bold tracking-tight text-gray-900"> <a href="https://www.mytsha.com/digital-library/collections/tsha-press"> TSHA Press </a> </h5> <div class="mb-3 font-normal text-gray-700"> TSHA Press is the state鈥檚 longest-running publisher of books on Texas history, in existence since 1918. Through the years, we have established a reputation as a publisher of high-quality, award-winning books on topics as varied as exploration, biography, architecture, historic sites, football, labor and suburbanization. </div> </div> </div> <div class="max-w-sm bg-white rounded-sm border border-gray-200"> <a href="https://www.mytsha.com/digital-library/collections/shq"> <img class="rounded-t-sm" src="https://www.mytsha.com/images/category/section--shq.jpg" alt="card image"> </a> <div class="p-5"> <h5 class="mb-3 text-xl font-bold tracking-tight text-gray-900"> <a href="https://www.mytsha.com/digital-library/collections/shq"> Southwestern Historical Quarterly (SHQ) </a> </h5> <div class="mb-3 font-normal text-gray-700"> Published since our founding in 1897, the <em>Southwestern Historical Quarterly</em> is the premier journal on the history of Texas and the Southwest. </div> </div> </div> <div class="max-w-sm bg-white rounded-sm border border-gray-200"> <a href="https://www.mytsha.com/digital-library/collections/education-journals"> <img class="rounded-t-sm" src="https://www.mytsha.com/images/category/section--education.jpg" alt="card image"> </a> <div class="p-5"> <h5 class="mb-3 text-xl font-bold tracking-tight text-gray-900"> <a href="https://www.mytsha.com/digital-library/collections/education-journals"> Texas Historian </a> </h5> <div class="mb-3 font-normal text-gray-700"> The Texas Historian is dedicated to publishing the work of secondary students in Texas. First issued in 1941 under the title Junior Historian, it was founded on the belief that Texas boys and girls are competent to collect and document the history of their communities and to produce writing worthy of publication. </div> </div> </div> <div class="max-w-sm bg-white rounded-sm border border-gray-200"> <a href="https://www.mytsha.com/digital-library/collections/tsha-annual-meeting-programs"> <img class="rounded-t-sm" src="https://www.mytsha.com/images/category/section--annual-meeting.jpg" alt="card image"> </a> <div class="p-5"> <h5 class="mb-3 text-xl font-bold tracking-tight text-gray-900"> <a href="https://www.mytsha.com/digital-library/collections/tsha-annual-meeting-programs"> Annual Meeting Programs </a> </h5> <div class="mb-3 font-normal text-gray-700"> TSHA's Annual Meeting has, for 126 years, brought together academics, students and history enthusiasts to learn, share and celebrate the storied history of Texas. Annual Meeting Programs are a piece of history themselves, as they chronicle the important research and ideas of their respective years. </div> </div> </div> <div class="max-w-sm bg-white rounded-sm border border-gray-200"> <a href="https://www.mytsha.com/digital-library/collections/riding-line-newsletter-archive"> <img class="rounded-t-sm" src="https://www.mytsha.com/images/category/section--riding-line.jpg" alt="card image"> </a> <div class="p-5"> <h5 class="mb-3 text-xl font-bold tracking-tight text-gray-900"> <a href="https://www.mytsha.com/digital-library/collections/riding-line-newsletter-archive"> Riding Line Newsletter Archive </a> </h5> <div class="mb-3 font-normal text-gray-700"> Discontinued in 2020, the Riding Line was a print newsletter featuring news and updates regarding TSHA's staff, board, fellows and scholars as well as news of events of interest to Members and friends. </div> </div> </div> <div class="max-w-sm bg-white rounded-sm border border-gray-200"> <a href="https://www.mytsha.com/digital-library/collections/touchstone"> <img class="rounded-t-sm" src="https://www.mytsha.com/images/category/section--touchstone.jpg" alt="card image"> </a> <div class="p-5"> <h5 class="mb-3 text-xl font-bold tracking-tight text-gray-900"> <a href="https://www.mytsha.com/digital-library/collections/touchstone"> Touchstone </a> </h5> <div class="mb-3 font-normal text-gray-700"> Touchstone is the undergraduate research journal of the Walter Prescott Webb Historical Society, our college-level educational program. </div> </div> </div> </div> </section> </div> </div> </div> <!-- sidebar --> <div class=""> <div class="py-12 sm:px-6 lg:px-8" style="min-width: 25rem; max-width: 60ch;"> <!-- social sharing icons --> <div id="social-sharing-icons" class="mb-5"> <!-- facebook --> <a class="sharing-button-wrapper no-label mb-2" href="https://facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.mytsha.com" target="_blank" rel="noopener" aria-label="Facebook"><div class="sharing-button sharing-button--facebook sharing-button--medium"><div aria-hidden="true" class="sharing-icon sharing-icon--solid"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z"/></svg></div></div></a> <!-- twitter --> <a class="sharing-button-wrapper no-label mb-2" href="https://twitter.com/intent/tweet/?text=Welcome+to+the+TSHA+Digital+Library&url=https%3A%2F%2Fwww.mytsha.com" target="_blank" rel="noopener" aria-label="Twitter"><div class="sharing-button sharing-button--twitter sharing-button--medium"><div aria-hidden="true" class="sharing-icon sharing-icon--solid"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z"/></svg></div></div></a> <!-- reddit --> <a class="sharing-button-wrapper no-label mb-2" href="https://reddit.com/submit/?url=https%3A%2F%2Fwww.mytsha.com&resubmit=true&title=Welcome+to+the+TSHA+Digital+Library" target="_blank" rel="noopener" aria-label="Reddit"><div class="sharing-button sharing-button--reddit sharing-button--medium"><div aria-hidden="true" class="sharing-icon sharing-icon--solid"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 11.5c0-1.65-1.35-3-3-3-.96 0-1.86.48-2.42 1.24-1.64-1-3.75-1.64-6.07-1.72.08-1.1.4-3.05 1.52-3.7.72-.4 1.73-.24 3 .5C17.2 6.3 18.46 7.5 20 7.5c1.65 0 3-1.35 3-3s-1.35-3-3-3c-1.38 0-2.54.94-2.88 2.22-1.43-.72-2.64-.8-3.6-.25-1.64.94-1.95 3.47-2 4.55-2.33.08-4.45.7-6.1 1.72C4.86 8.98 3.96 8.5 3 8.5c-1.65 0-3 1.35-3 3 0 1.32.84 2.44 2.05 2.84-.03.22-.05.44-.05.66 0 3.86 4.5 7 10 7s10-3.14 10-7c0-.22-.02-.44-.05-.66 1.2-.4 2.05-1.54 2.05-2.84zM2.3 13.37C1.5 13.07 1 12.35 1 11.5c0-1.1.9-2 2-2 .64 0 1.22.32 1.6.82-1.1.85-1.92 1.9-2.3 3.05zm3.7.13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm9.8 4.8c-1.08.63-2.42.96-3.8.96-1.4 0-2.74-.34-3.8-.95-.24-.13-.32-.44-.2-.68.15-.24.46-.32.7-.18 1.83 1.06 4.76 1.06 6.6 0 .23-.13.53-.05.67.2.14.23.06.54-.18.67zm.2-2.8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.7-2.13c-.38-1.16-1.2-2.2-2.3-3.05.38-.5.97-.82 1.6-.82 1.1 0 2 .9 2 2 0 .84-.53 1.57-1.3 1.87z"/></svg></div></div></a> <!-- pinterest --> <a class="sharing-button-wrapper no-label mb-2" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.mytsha.com&media=https%3A%2F%2Fwww.mytsha.com&description=Welcome+to+the+TSHA+Digital+Library" target="_blank" rel="noopener" aria-label="Pinterest"><div class="sharing-button sharing-button--pinterest sharing-button--medium"><div aria-hidden="true" class="sharing-icon sharing-icon--solid"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.14.5C5.86.5 2.7 5 2.7 8.75c0 2.27.86 4.3 2.7 5.05.3.12.57 0 .66-.33l.27-1.06c.1-.32.06-.44-.2-.73-.52-.62-.86-1.44-.86-2.6 0-3.33 2.5-6.32 6.5-6.32 3.55 0 5.5 2.17 5.5 5.07 0 3.8-1.7 7.02-4.2 7.02-1.37 0-2.4-1.14-2.07-2.54.4-1.68 1.16-3.48 1.16-4.7 0-1.07-.58-1.98-1.78-1.98-1.4 0-2.55 1.47-2.55 3.42 0 1.25.43 2.1.43 2.1l-1.7 7.2c-.5 2.13-.08 4.75-.04 5 .02.17.22.2.3.1.14-.18 1.82-2.26 2.4-4.33.16-.58.93-3.63.93-3.63.45.88 1.8 1.65 3.22 1.65 4.25 0 7.13-3.87 7.13-9.05C20.5 4.15 17.18.5 12.14.5z"/></svg></div></div></a> </div> <!-- eBay auction nudge --> <div class="bg-white border border-gray-200 rounded-lg shadow-low"> <a href="http://stores.ebay.com/TSHA-Texana-Auction/"> <img class="rounded-t-lg object-cover shadow-low" src="https://www.mytsha.com/images/promo--ebay-auction.jpg" alt="card header image" /> </a> <div class="p-5"> <a href="http://stores.ebay.com/TSHA-Texana-Auction/"> <h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900"> TSHA鈥檚 eBay Auction </h5> </a> <div class=""> <a href="http://stores.ebay.com/TSHA-Texana-Auction/"> Place your bids now! </a> <script defer type="text/javascript" src="//www.auctionnudge.com/feed/item/js/theme/simple_list/img_size/320/blank/1/lang/english/SellerID/tsha-1897/siteid/0/MaxEntries/20"></script><div id="auction-nudge-items" class="auction-nudge"></div> </div> <hr> <p class="text-sm mt-7 mb-5 font-normal text-gray-700"> We are a 501(c)3 non-profit organization, all proceeds support our many programs and publications. </p> </div> </div> </div> </div> </div> </main> <footer> <div class="bg-white p-5 lg:p-10"> <div class="flex justify-around items-center"> <a href="https://www.mytsha.com/faq" class="ml-1 underline font-serif text-sm font-medium"> Frequently Asked Questions (FAQ) </a> <a href="https://www.tshaonline.org/about/contact" class="ml-1 underline font-serif text-sm font-medium"> Contact Us </a> </div> </div> <div class="bg-gray-900 text-white p-5 lg:p-10"> <div class="flex justify-center sm:items-center sm:justify-between"> <div class="text-center text-sm text-white sm:text-left"> <div class="flex items-center"> <svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor" class="-mt-px w-5 h-5 text-white"> <path d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path> </svg> <a href="https://www.legacyoftexas.com" class="ml-1 underline"> Shop </a> <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="ml-4 -mt-px w-5 h-5 text-white"> <path d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path> </svg> <a href="https://tsha.wildapricot.org" class="ml-1 underline"> Become a TSHA member </a> <span class="ml-1"> or </span> <a href="https://tsha.wildapricot.org/donate" class="ml-1 underline"> Donate to our 501(c)3 non-profit organization </a> </div> </div> <div class="ml-4 text-center text-sm text-white sm:text-right sm:ml-0"> © 2022 | Site built & maintained by <a class="underline" href="https://www.tshaonline.org">Texas State Historical Association</a> </div> </div> </div> </footer> </div> <script src="/livewire/livewire.js?id=90730a3b0e7144480175" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'NEbncVWGFtxYsKKhdCJsbHPMBADBxTaxc2bGEIOs';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script> </body> </html>