-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
7 lines (7 loc) · 32.1 KB
/
index.html
File metadata and controls
7 lines (7 loc) · 32.1 KB
1
2
3
4
5
6
7
<!DOCTYPE html> <head> <title>Home</title> <meta charset=UTF-8> <meta name=viewport content="width=device-width, initial-scale=1.0"> <link rel=icon type="image/png" href="/favicon-96x96.png" sizes=96x96 /> <link rel=icon type="image/svg+xml" href="/favicon.svg"/> <link rel="shortcut icon" href="/favicon.ico"/> <link rel=apple-touch-icon sizes=180x180 href="/apple-touch-icon.png"/> <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-K8JV35X');
</script> <script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js"></script> <script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4"></script> <link href="/stylesheets/site.css" rel=stylesheet /> <script src="/javascripts/site.js"></script> <meta name="Algolia crawler" content=noindex> </head> <body> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K8JV35X" height=0 width=0 style="display:none;visibility:hidden"></iframe></noscript> <div class=min-h-full> <nav class="bg-white border-b border-gray-200"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="flex justify-between h-16"> <div class="flex w-full"> <div class="flex-shrink-0 flex items-center font-extrabold"> <a href="/"> <img class="w-28 object-cover" src="/images/logo_mobile.png" alt="SuperDukeNet Logo"> </a> </div> <div class="hidden sm:-my-px sm:ml-6 sm:flex sm:space-x-6"> <a href="/" class="text-base text-gray-900 hover:text-gray-900 inline-flex items-center px-1 font-medium">Home</a> <a href="/about/" class="text-base text-gray-900 hover:text-gray-900 inline-flex items-center px-1 font-medium">About</a> </div> </div> <div class="mr-0 w-full sm:w-80 mt-3"> <div id=searchbox class=w-full></div> </div> <div class="-mr-2 flex items-center sm:hidden"> <button type=button id=mobile-menu-button class="bg-white 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:ring-2 focus:ring-offset-2 focus:ring-grey-500" aria-controls=mobile-menu aria-expanded=false> <span class=sr-only>Open main menu</span> <svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor aria-hidden=true> <path stroke-linecap=round stroke-linejoin=round d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"/> </svg> <svg class="hidden h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor aria-hidden=true> <path stroke-linecap=round stroke-linejoin=round d="M6 18L18 6M6 6l12 12"/> </svg> </button> </div> </div> </div> <div class="sm:hidden hidden" id=mobile-menu> <div class="pt-2 pb-3 space-y-1"> <a href="/" class="bg-grey-50 border-grey-500 text-grey-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a> <a href="/about/" class="bg-grey-50 border-grey-500 text-grey-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">About</a> </div> </div> <div class="relative max-w-7xl mx-auto"> <div class="absolute left-0 right-0 mx-2 sm:mx-8"> <div id=hits class="w-device bg-white border border-gray-200 shadow-lg z-50 hidden rounded-none sm:rounded-b-md"> <div id=hits-list></div> <div id=hits-pagination class="border-t border-gray-100 px-4 py-2"></div> </div> </div> </div> </nav> <div class=py-6> <header> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="mb-8 lg:flex lg:items-center lg:justify-between"> <div class="flex-1 min-w-0"> <h1 class="mt-2 text-4xl font-semibold leading-7 text-gray-900 sm:tracking-tight"> Home </h1> </div> </div> </div> </header> <main> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <section class="bg-white pb-8"> <div class=mx-auto> <p class="text-base sm:text-lg text-gray-600 mb-3"> This site is a <span class=font-semibold>read-only archive of the original superduke.net forums</span>. All the discussions, tips, and banter from the community have been preserved here so riders can still browse, search, and revisit years of shared knowledge. </p> <p class="text-base sm:text-lg text-gray-600 mb-3"> Some posts could not be recovered during the archiving process and are marked with <span class=font-medium>Post missing</span> so you can spot where discussions have gaps. In some cases, posts may also appear under the wrong username. </p> </div> </section> <section> <h2 class="mb-8 text-2xl font-semibold leading-7 text-gray-900 sm:tracking-tight"> Topics </h2> <div class="overflow-hidden bg-white shadow sm:rounded-md"> <ul role=list class="divide-y divide-gray-200"> <li> <a href="/general_banter/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=DribbleDuke" alt=DribbleDuke> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">General banter</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> DribbleDuke </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2020-07-17 15:39:00 UTC">2020-07-17 15:39:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 3523 </span> </div> </div> </div> </div> </a></li> <li> <a href="/hello/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=No47" alt="No. 47"> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">Hello</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> No. 47 </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2020-06-14 14:49:00 UTC">2020-06-14 14:49:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 1550 </span> </div> </div> </div> </div> </a></li> <li> <a href="/hooliganism/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=CEREC1" alt=CEREC1> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">Hooliganism</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> CEREC1 </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2020-10-15 05:41:00 UTC">2020-10-15 05:41:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 6114 </span> </div> </div> </div> </div> </a></li> <li> <a href="/how_to_do_it/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=No47" alt="No. 47"> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">How to do it!</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> No. 47 </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2020-05-27 11:48:00 UTC">2020-05-27 11:48:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 591 </span> </div> </div> </div> </div> </a></li> <li> <a href="/how_to_do_it/how_to_do_it_sdr_1290/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=SpeedyR" alt=SpeedyR> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">How to do it! [SDR 1290]</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> SpeedyR </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2016-08-11 03:08:00 UTC">2016-08-11 03:08:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 2 </span> </div> </div> </div> </div> </a></li> <li> <a href="/new_members_please_read_account_activation_instructions/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=ColonelKlinck" alt=Colonel_Klinck> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">New members PLEASE READ - Account Activation Instructions!</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> Colonel_Klinck </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2015-03-18 16:15:00 UTC">2015-03-18 16:15:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 4 </span> </div> </div> </div> </div> </a></li> <li> <a href="/on_track/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=PBRnr" alt=PBRnr> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">On track</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> PBRnr </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2020-06-12 08:49:00 UTC">2020-06-12 08:49:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 1045 </span> </div> </div> </div> </div> </a></li> <li> <a href="/other_ktms/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=Willh" alt=Willh> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">Other KTMs</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> Willh </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2019-01-03 22:33:00 UTC">2019-01-03 22:33:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 215 </span> </div> </div> </div> </div> </a></li> <li> <a href="/other_ktms/rc8_r/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=jambox" alt=jambox> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">RC8(R)</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> jambox </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2012-05-18 02:40:00 UTC">2012-05-18 02:40:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 8 </span> </div> </div> </div> </div> </a></li> <li> <a href="/stores_dealers_warranty_insurance_and_safety_issues/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=AGRO" alt="AGRO!"> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">Stores, Dealers, Warranty, Insurance and Safety Issues</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> AGRO! </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2019-07-17 16:50:00 UTC">2019-07-17 16:50:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 253 </span> </div> </div> </div> </div> </a></li> <li> <a href="/technical_dr_f_s_words_of_wisdom/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=nampus" alt=nampus> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">Technical - Dr F's Words of Wisdom</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> nampus </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2020-08-29 03:10:00 UTC">2020-08-29 03:10:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 5650 </span> </div> </div> </div> </div> </a></li> <li> <a href="/technical_dr_f_s_words_of_wisdom/technical_sdr_1290/" class="block hover:bg-gray-50"> <div class="px-4 py-5 sm:px-6 flex gap-4 items-start"> <img class="mx-auto h-14 w-14" src="https://api.dicebear.com/9.x/identicon/svg?seed=ktmguy" alt=ktmguy> <div class=flex-1> <p class="text-lg font-semibold text-gray-900">Technical [SDR 1290]</p> <div class="mt-2 flex flex-col gap-2 sm:flex-row sm:items-center text-sm text-gray-500"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path d="M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z"/> </svg> ktmguy </span> <div class="flex items-center gap-6 sm:ml-auto"> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor> <path fill-rule=evenodd d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z" clip-rule=evenodd /> </svg> <time datetime="2015-01-21 03:45:00 UTC">2015-01-21 03:45:00 UTC</time> </span> <span class="flex items-center gap-1"> <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor> <path stroke-linecap=round stroke-linejoin=round d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"/> </svg> 2 </span> </div> </div> </div> </div> </a></li> </ul> </div> </section> </div> </main> </div> </div> <footer class=bg-white> <div class="mx-auto max-w-7xl overflow-hidden py-12 px-4 sm:px-6 lg:px-8"> <nav class="-mx-5 -my-2 flex flex-wrap justify-center" aria-label=Footer> <div class="px-5 py-2"> <a href="/" class="text-base text-gray-500 hover:text-gray-900">Home</a> </div> <div class="px-5 py-2"> <a href="/about/" class="text-base text-gray-500 hover:text-gray-900">About</a> </div> <div class="px-5 py-2"> <a href="/terms/" class="text-base text-gray-500 hover:text-gray-900">Terms</a> </div> </nav> <div class="grid place-items-center"> <a href="https://www.buymeacoffee.com/coatezy" target=_blank rel="noopener noreferrer nofollow"> <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" class="mt-10 content-center" style="height:30px !important;width: 108px !important;"> </a> </div> <p class="mt-8 text-center text-base text-gray-400">© 2025 SuperDukeNet</p> </div> </footer> </body> </html>