CINXE.COM

1947 NCAA Individual Champions

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="description" content=" The National Wrestling Hall Of Fame "> <meta name="keywords" content="The National Wrestling Hall Of Fame"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="google-site-verification" content="x2fMBE0MRVXSPeoi9_Gd2LwgKBBEgYc-oa7plChri5s" /> <!-- Facebook Meta tags for custom image in link --> <meta property="og:title" content="National Wrestling Hall of Fame"> <meta property="og:image" content="/images/nwhof_generic_logo_color_96x96.png"> <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.12.1/dist/cdn.min.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-33121407-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-33121407-1'); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WJ6WRCS');</script> <!-- End Google Tag Manager --> <title>1947 NCAA Individual Champions</title> <!-- Fonts --> <link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet"> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <link href="/css/main.css?id=11c584242b8f8579a5aba8df1781c868" rel="stylesheet"> <meta name="csrf-token" content="Xwj56DrIuPT0Q1x9Dx8mMLQLOngH6OQtdpPEb3Au" /> </head> <body class="flex flex-col min-h-screen bg-gray-100 font-sans leading-normal tracking-normal"> <nav class="fixed z-50 md:h-24 w-full bg-nwhofGray border-b-2 border-gray-300 text-gray-900"> <div class="container mx-auto h-full"> <div class="flex flex-col md:flex-row p-2 text-xl text-white font-bold sm:justify-between sm:items-center h-full"> <div class="sm:mr-4"> <a href="/"> <img src="/images/nwhof_generic_logo_color_96x96.png" alt="" class="h-20 w-20"> </a> </div> <div class="flex items-center"> <div class="flex flex-col py-1 items-center"> <div> <span class="hidden md:block md:text-md lg:text-4xl uppercase"> National Wrestling Hall Of Fame </span> </div> <div> <div> <div x-data="{ open: false }"> <div class="lg:hidden p-4 flex flex-row items-center justify-between absolute top-0 right-0"> <button class="md:hidden rounded-lg focus:outline-none focus:shadow-outline" @click="open = !open"> <svg fill="currentColor" viewBox="0 0 20 20" class="w-8 h-8"> <path x-show="!open" fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM9 15a1 1 0 011-1h6a1 1 0 110 2h-6a1 1 0 01-1-1z" clip-rule="evenodd"></path> <path x-show="open" fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </button> </div> <nav :class="{ 'flex': open, 'hidden': !open }" class="flex-col flex-grow pb-4 md:pb-0 hidden md:flex md:justify-between md:flex-row"> <div @click.away="open = false" class="relative" x-data="{ open: false }"> <button @click="open = !open" class="flex flex-row items-center w-full px-4 py-2 mt-2 text-sm lg:text-sm font-bold text-left bg-transparent rounded-lg dark-mode:bg-transparent md:w-auto md:inline md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"> <span>Visit</span> <svg fill="currentColor" viewBox="0 0 20 20" :class="{ 'rotate-180': open, 'rotate-0': !open }" class="inline w-4 h-4 mt-1 ml-1 transition-transform duration-200 transform md:-mt-1"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </button> <div x-show="open" x-transition:enter="transition ease-out duration-100" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="z-40 absolute right-0 w-full mt-2 origin-top-right rounded-md shadow-lg md:w-48"> <div class="px-2 py-2 bg-white rounded-md shadow dark-mode:bg-gray-800"> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame">National Wrestling Hall of Fame</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame-dan-gable-museum">National Wrestling Hall of Fame Dan Gable Museum</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/state-chapters">State Chapters</a> </div> </div> </div> <a href="/national-wrestling-hall-of-fame/distinguished_members" class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline lg:text-sm font-bold">Distinguished Members</a> <div @click.away="open = false" class="relative" x-data="{ open: false }"> <button @click="open = !open" class="flex flex-row items-center w-full px-4 py-2 mt-2 text-sm lg:text-sm font-bold text-left bg-transparent rounded-lg dark-mode:bg-transparent md:w-auto md:inline md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"> <span>National Honorees</span> <svg fill="currentColor" viewBox="0 0 20 20" :class="{ 'rotate-180': open, 'rotate-0': !open }" class="inline w-4 h-4 mt-1 ml-1 transition-transform duration-200 transform md:-mt-1"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </button> <div x-show="open" x-transition:enter="transition ease-out duration-100" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="z-40 absolute right-0 w-full mt-2 origin-top-right rounded-md shadow-lg md:w-48"> <div class="px-2 py-2 bg-white rounded-md shadow dark-mode:bg-gray-800"> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame/national_honorees/awards/Outstanding_American">Outstanding Americans</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame/national_honorees/awards/Medal_of_Courage">Medal of Courage</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame/national_honorees/awards/Order_of_Merit">Order of Merit</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame/national_honorees/awards/Meritorious_Official">Meritorious Officials</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame/national_honorees/awards/Dave_Schultz_High_School_Excellence_Award">Dave Schultz High School Excellence Award</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame/national_honorees/awards/Tricia_Saunders_High_School_Excellence_Award">Tricia Saunders High School Excellence Award</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame/national_honorees/awards/State_Chapter_Awards">State Chapter Awards</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/national-wrestling-hall-of-fame/national_honorees/awards/Bob_Dellinger_Media_Award">Bob Dellinger Media Award</a> </div> </div> </div> <div @click.away="open = false" class="relative" x-data="{ open: false }"> <button @click="open = !open" class="flex flex-row items-center w-full px-4 py-2 mt-2 text-sm lg:text-sm font-bold text-left bg-transparent rounded-lg dark-mode:bg-transparent md:w-auto md:inline md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"> <span>About</span> <svg fill="currentColor" viewBox="0 0 20 20" :class="{ 'rotate-180': open, 'rotate-0': !open }" class="inline w-4 h-4 mt-1 ml-1 transition-transform duration-200 transform md:-mt-1"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </button> <div x-show="open" x-transition:enter="transition ease-out duration-100" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="z-40 absolute right-0 w-full mt-2 origin-top-right rounded-md shadow-lg md:w-48"> <div class="px-2 py-2 bg-white rounded-md shadow dark-mode:bg-gray-800"> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/our-team">Our Team</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/board-of-governors">Board of Governors</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="/governor-associates">Governors Associates</a> </div> </div> </div> <a href="/national-wrestling-hall-of-fame/news" class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline lg:text-sm font-bold">News</a> <a href="/national-wrestling-hall-of-fame/events" class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline lg:text-sm font-bold">Events</a> <a href="https://nwhof.org/exhibits/powerbeyond-2024" class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline lg:text-sm font-bold">"Power Beyond"</a> <a href="https://secure.qgiv.com/for/nationalwrestlinghalloffameandmuseum" target="_blank" class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline lg:text-sm font-bold">Support</a> <div @click.away="open = false" class="relative" x-data="{ open: false }"> <button @click="open = !open" class="flex flex-row items-center w-full px-4 py-2 mt-2 text-sm lg:text-sm font-bold text-left bg-transparent rounded-lg dark-mode:bg-transparent md:w-auto md:inline md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"> <span>Shop</span> <svg fill="currentColor" viewBox="0 0 20 20" :class="{ 'rotate-180': open, 'rotate-0': !open }" class="inline w-4 h-4 mt-1 ml-1 transition-transform duration-200 transform md:-mt-1"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </button> <div x-show="open" x-transition:enter="transition ease-out duration-100" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="z-40 absolute right-0 w-full mt-2 origin-top-right rounded-md shadow-lg md:w-48"> <div class="px-2 py-2 bg-white rounded-md shadow dark-mode:bg-gray-800"> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="https://national-wrestling-hall-of-fame-and-dan-gable-museum.myshopify.com/">Shopify</a> <a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg text-gray-900 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" href="https://www.ebay.com/usr/museum10">Ebay</a> </div> </div> </div> </nav> </div> </div> </div> </div> </div> <div class="hidden h-full md:flex flex-col justify-between py-1"> <div class="flex justify-end"> <a href="https://visitor.r20.constantcontact.com/manage/optin?v=001vQa4nuv0FbCtFLpcX6cLDsTdJ658CObycMYc6pEebUJ-4laEr-DBwiNMqB-wom3_ebT_Sl4Fdazpjdq4bmoV34o9XCILqNLlu8N0BI-LwEI%3D" target="_blank" class="md:text-sm float-right mr-4 bg-nwhofGreen text-white hover:bg-nwhofBlue hover:text-white active:bg-nwhofGreen font-bold uppercase text-base px-2 py-1 rounded shadow-md hover:shadow-lg outline-none focus:outline-none mr-1 mb-1 ease-linear transition-all duration-150"> Newsletter </a> <a href="https://interland3.donorperfect.net/weblink/WebLink.aspx?name=E12573&id=1" target="_blank" class="md:text-sm float-right bg-nwhofGreen text-white hover:bg-nwhofBlue hover:text-white active:bg-nwhofGreen font-bold uppercase text-base px-2 py-1 rounded shadow-md hover:shadow-lg outline-none focus:outline-none mr-1 mb-1 ease-linear transition-all duration-150"> Donate </a> </div> <form class="flex items-center justify-center" action="/search" method="GET"> <input type="text" class="h-8 w-32 xl:w-48 text-black text-sm px-2" name="query"> <input class="hidden md:block text-xs md:text-sm float-right bg-nwhofGreen text-white hover:bg-nwhofBlue hover:text-white active:bg-nwhofGreen font-bold uppercase text-base px-2 py-1 rounded shadow-md hover:shadow-lg outline-none focus:outline-none mr-1 ml-1 ease-linear transition-all duration-150" type="submit" value="Search"> </form> </div> </div> </div> </nav> <main class="mt-24 flex-grow"> <div class="container mx-auto flex items-center flex-wrap"> <div class="w-full min-h-screen bg-white p-4"> <h2 class="text-3xl font-bold pb-2"> 1947 NCAA Individual Champions </h2> <div class="p-6"> <form id="cdb_search" action="" method="GET"> <div class="grid lg:grid-cols-3 gap-6"> <div class="border focus-within:border-blue-500 focus-within:text-blue-500 transition-all duration-500 relative rounded p-1"> <div class="-mt-4 absolute tracking-wider px-1 uppercase text-xs"> <p> <label for="school" class="bg-white text-gray-600 px-1">School *</label> </p> </div> <p> <input id="school" name="school" autocomplete="false" tabindex="0" type="text" class="py-1 px-1 text-gray-900 outline-none block h-full w-full"> </p> </div> <div class="border focus-within:border-blue-500 focus-within:text-blue-500 transition-all duration-500 relative rounded p-1"> <div class="-mt-4 absolute tracking-wider px-1 uppercase text-xs"> <p> <label for="season" class="bg-white text-gray-600 px-1">Season *</label> </p> </div> <p> <input id="season" name="season" autocomplete="false" tabindex="0" type="text" class="py-1 px-1 outline-none block h-full w-full"> </p> </div> <div class="border focus-within:border-blue-500 focus-within:text-blue-500 transition-all duration-500 relative rounded p-1"> <div class="-mt-4 absolute tracking-wider px-1 uppercase text-xs"> <p> <label for="wrestler" class="bg-white text-gray-600 px-1">Wrestler *</label> </p> </div> <p> <input id="wrestler" name="wrestler" autocomplete="false" tabindex="0" type="text" class="py-1 px-1 outline-none block h-full w-full"> </p> </div> </div> </form> </div> <h2 class="text-3xl font-bold pb-2">Season: 1947</h2> <ul class="flex border-b"> <li class="mr-1"> <a class=" bg-nwhofGreen text-gray-100 border-l border-t border-r rounded-t inline-block py-2 px-4 font-semibold" href="?season=1947&tab=ncaa">NCAA Champions</a> </li> <li class="-mb-px mr-1"> <a class=" text-nwhofGreen hover:text-blue-700 inline-block py-2 px-4 font-semibold" href="?season=1947&tab=aa">All-Americans</a> </li> <li class="mr-1"> <a class=" text-nwhofGreen hover:text-blue-700 inline-block py-2 px-4 font-semibold" href="?season=1947&tab=rankings">School Rankings</a> </li> </ul> <table class="border-collapse w-full mb-4"> <thead> <tr class="border-b-2 border-gray-300 text-gray-800"> <th class="p-3 font-bold uppercase hidden lg:table-cell">Weight</th> <th class="p-3 font-bold uppercase hidden lg:table-cell">Wrestler</th> <th class="p-3 font-bold uppercase hidden lg:table-cell">School</th> </tr> </thead> <tbody> <tr class="bg-white lg:border-b-2 lg:border-gray-300 lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row flex-wrap lg:flex-no-wrap mb-10 lg:mb-0"> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Weight</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm">121</div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Wrestler</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?wrestler=8516">Dick Hauser</a></div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">School</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?school=70">Cornell Iowa</a></div> </td> </tr> <tr class="bg-white lg:border-b-2 lg:border-gray-300 lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row flex-wrap lg:flex-no-wrap mb-10 lg:mb-0"> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Weight</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm">128</div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Wrestler</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?wrestler=5468">Russell Bush</a></div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">School</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?school=183">Northern Iowa</a></div> </td> </tr> <tr class="bg-white lg:border-b-2 lg:border-gray-300 lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row flex-wrap lg:flex-no-wrap mb-10 lg:mb-0"> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Weight</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm">136</div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Wrestler</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?wrestler=48">Lowell Lange</a></div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">School</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?school=70">Cornell Iowa</a></div> </td> </tr> <tr class="bg-white lg:border-b-2 lg:border-gray-300 lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row flex-wrap lg:flex-no-wrap mb-10 lg:mb-0"> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Weight</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm">145</div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Wrestler</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?wrestler=17">William Koll</a></div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">School</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?school=183">Northern Iowa</a></div> </td> </tr> <tr class="bg-white lg:border-b-2 lg:border-gray-300 lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row flex-wrap lg:flex-no-wrap mb-10 lg:mb-0"> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Weight</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm">155</div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Wrestler</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?wrestler=7715">Gale Mikles</a></div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">School</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?school=151">Michigan State</a></div> </td> </tr> <tr class="bg-white lg:border-b-2 lg:border-gray-300 lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row flex-wrap lg:flex-no-wrap mb-10 lg:mb-0"> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Weight</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm">165</div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Wrestler</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?wrestler=40">William J. Nelson</a></div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">School</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?school=183">Northern Iowa</a></div> </td> </tr> <tr class="bg-white lg:border-b-2 lg:border-gray-300 lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row flex-wrap lg:flex-no-wrap mb-10 lg:mb-0"> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Weight</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm">175</div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Wrestler</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?wrestler=12675">Joe Scarpello</a></div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">School</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?school=120">Iowa</a></div> </td> </tr> <tr class="bg-white lg:border-b-2 lg:border-gray-300 lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row flex-wrap lg:flex-no-wrap mb-10 lg:mb-0"> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Weight</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm">UNL</div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">Wrestler</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?wrestler=99">Dick Hutton</a></div> </td> <td class="w-full border-b-2 border-gray-300 lg:border-none lg:w-auto p-3 text-gray-700 text-center block lg:table-cell relative lg:static"> <span class="lg:hidden absolute h-full w-1/4 top-5 left-0 text-gray-800 px-2 py-1 text-xs font-bold uppercase">School</span> <div class="w-3/4 float-right lg:float-none lg:w-full text-sm"><a href="https://nwhof.org/national-wrestling-hall-of-fame/champions-database?school=192">Oklahoma State</a></div> </td> </tr> </tbody> </table> </div> </div> <div class="mt-12 lg:mt-0 flex bg-nwhofBlue"> <div class="container mx-auto flex items-center flex-wrap mt-2 mb-2"> <div class="grid grid-cols-1 md:grid-cols-3"> <div class="col-span-2 overflow-hidden"> <div style="letter-spacing: -1px; font-family: urw-din-condensed,Arial,sans-serif;"> <p class="text-xl md:text-3xl lg:text-5xl text-white text-center">Our Mission: To honor the sport of wrestling by preserving its history, recognizing extraordinary individual achievements, and inspiring future generations</p> </div> </div> <div class="w-full mx-auto flex items-center"> <a href="https://nwhof.org/hall_of_fame/bio/1986"> <img src="/banner_pics/40"> </a> </div> </div> </div> </div> </main> <nav id="footer" class="bg-nwhofGray"> <div class="container mx-auto pt-8 pb-4"> <div class="flex flex-wrap overflow-hidden sm:-mx-1 md:-mx-px lg:-mx-2 xl:-mx-2"> <div class="w-full overflow-hidden sm:my-1 sm:px-1 sm:w-1/2 md:my-px md:px-px md:w-1/2 lg:my-2 lg:px-2 lg:w-1/5 xl:my-2 xl:px-2 xl:w-1/5 pb-6"> <h4 class="text-white underline mb-2"><a href="/sponsors">Visit Our Sponsors</a></h4> <a href="https://www.cliffkeen.com/" target="_blank"> <img class="h-32" src="/sponsor_pics/15" alt="Cliff Keen"> </a> </div> <div class="p-4 text-white w-full overflow-hidden sm:my-1 sm:px-1 sm:w-1/2 md:my-px md:px-px md:w-1/2 lg:my-2 lg:px-2 lg:w-2/5 xl:my-2 xl:px-2 xl:w-2/5 pb-6"> <h4 class="underline">National Wrestling Hall of Fame</h4> <p class="-mt-1 pt-1"> 405 West Hall of Fame Avenue<br> Stillwater, OK 74075<br> Phone: (405) 377-5243<br> Email: <a href="mailto:info@nwhof.org">info@nwhof.org</a> </p> </div> <div class="p-4 text-white w-full overflow-hidden sm:my-1 sm:px-1 sm:w-1/2 md:my-px md:px-px md:w-1/2 lg:my-2 lg:px-2 lg:w-2/5 xl:my-2 xl:px-2 xl:w-2/5 pb-6"> <h4 class="underline">National Wrestling Hall of Fame Dan Gable Museum</h4> <p class="-mt-1 pt-1"> 303 Jefferson St.<br> Waterloo, Iowa 50701<br> Phone: (319) 233-0745<br> Email: <a href="mailto:dgmstaff@nwhof.org">dgmstaff@nwhof.org</a> </p> </div> </div> <div class="pt-4 md:flex md:items-center md:justify-center text-white" style="border-top:1px solid white"> 漏2024 National Wrestling Hall Of Fame. All Rights Reserved. </div> </div> </nav> <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <script> $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); </script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.4.8/select2.min.css" integrity="sha512-cWNgaADL2gwDy1ihxAin7qZYboBrPWJ0YNIq7Iw/BdAQoQR+0ZJSGpKuAHyWauJK25V5/x9kRfnUJg9Cn6h1OQ==" crossorigin="anonymous" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/3.4.8/select2.min.js" integrity="sha512-a8wEorZ0fQRNfBS2JOT7Iz/e9Nc+d9bQjqJUNHHvdStlUYRrfzyaJbHFWVLsyocPoAmscY//WfHsUswfAYNF/w==" crossorigin="anonymous"></script> <script type="text/javascript"> $("#school").each(function (i, obj) { if (!$(obj).data("select2")) { $(obj).select2({ placeholder: "Select School", minimumInputLength: 3, allowClear: true, ajax: { url: '/api/champions_database/schools', dataType: 'json', quietMillis: 250, data: function (term, page) { return { q: term, // search term page: page, }; }, results: function (data, params) { params.page = params.page || 1; var result = { results: $.map(data.results, function (item) { textField = "text"; return { text: item[textField], id: item["id"] } }), more: data.current_page < data.last_page }; return result; }, cache: true }, }); } }); $("#season").each(function (i, obj) { if (!$(obj).data("select2")) { $(obj).select2({ placeholder: "Select Season", minimumInputLength: 3, allowClear: true, ajax: { url: '/api/champions_database/seasons', dataType: 'json', quietMillis: 250, data: function (term, page) { return { q: term, // search term page: page, }; }, results: function (data, params) { params.page = params.page || 1; var result = { results: $.map(data.results, function (item) { textField = "text"; return { text: item[textField], id: item["id"] } }), more: data.current_page < data.last_page }; return result; }, cache: true }, }); } }); $("#wrestler").each(function (i, obj) { if (!$(obj).data("select2")) { $(obj).select2({ placeholder: "Select Wrestler", minimumInputLength: 3, allowClear: true, ajax: { url: '/api/champions_database/wrestlers', dataType: 'json', quietMillis: 250, data: function (term, page) { return { q: term, // search term page: page, }; }, results: function (data, params) { params.page = params.page || 1; var result = { results: $.map(data.results, function (item) { textField = "text"; return { text: item[textField], id: item["id"] } }), more: data.current_page < data.last_page }; return result; }, cache: true }, }); } }); $("#school").change(function() { $("#cdb_search").submit(); }); $("#season").change(function() { $("#cdb_search").submit(); }); $("#wrestler").change(function() { $("#cdb_search").submit(); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10