notts.com
Open in
urlscan Pro
51.89.232.38
Public Scan
URL:
https://notts.com/
Submission: On May 21 via api from US — Scanned from GB
Submission: On May 21 via api from US — Scanned from GB
Form analysis
7 forms found in the DOM<form class="flex flex-wrap justify-between items-center mx-auto max-w-screen-xl">
<section x-transition:enter="transition ease-out duration-1000" x-transition:enter-start="opacity-0 transform scale-90" x-transition:enter-end="opacity-100 transform scale-100" x-show="isSettingsPanelOpen == 'dates'"
class="relative w-full transition opacity-0" :class="isSettingsPanelOpen == 'dates' ? 'transition opacity-100' : 'transition opacity-0'" style="display: none;">
<div class="w-full relative mb-4 text-slate-800">
<div class="flex justify-center items-center">
<div class="flex items-center flex-shrink gap-2">
<input type="hidden" id="dateFrom" name="dateFrom" x-model="dateFromValue" class="w-32 shrink-0 grow-0 field-input flatpickr-input" value="2024-05-21"><input class="w-32 shrink-0 grow-0 field-input form-control input" placeholder=""
tabindex="0" type="text" readonly="readonly">
<div class="font-display inline-block h-full">to</div>
<input type="hidden" id="dateTo" name="dateTo" x-model="dateToValue" class="w-32 shrink-0 grow-0 field-input flatpickr-input" value="2027-05-21"><input class="w-32 shrink-0 grow-0 field-input form-control input" placeholder="" tabindex="0"
type="text" readonly="readonly">
<button x-on:click.prevent="fetchItems(1)" class=" flex shrink-0 grow-0 btn">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z">
</path>
</svg>
</button>
</div>
</div>
</div>
<div class="flex flex-wrap gap-x-2 items-center justify-center w-full ">
<div class=" mb-2">
<button :class="period == 'Today' ? 'bg-secondary-400 text-white btn' : ' btn'" x-on:click.prevent="period = 'Today';fetchItems(1)" class="btn">Today</button>
</div>
<div class=" mb-2">
<button :class="period == 'Tomorrow' ? 'bg-secondary-400 text-white btn' : ' btn'" x-on:click.prevent="period = 'Tomorrow';fetchItems(1)" class="btn">Tomorrow</button>
</div>
<div class=" mb-2">
<button :class="period == 'ThisWeek' ? 'bg-secondary-400 btn' : ' btn'" x-on:click.prevent="period = 'ThisWeek';fetchItems(1)" class="btn">This Week</button>
</div>
<div class="mb-2">
<button :class="period == 'NextFourWeeks' ? 'bg-secondary-400 btn' : ' btn'" x-on:click.prevent="period = 'NextFourWeeks';fetchItems(1)" class="btn">Next 4 Weeks</button>
</div>
<div class=" mb-2">
<button :class="period == 'All' ? 'bg-secondary-400 btn' : ' btn'" x-on:click.prevent="period = 'All';fetchItems(1)" class="bg-secondary-400 btn">All</button>
</div>
<div class=" mb-2">
<label :class="!showSpanned ? 'bg-primary-400 ' : 'bg-secondary-400 '" class="inline-flex items-center group btn focus-within:ring-2 focus-within:ring-secondary-800 focus-within:ring-offset-2 bg-secondary-400">
<span class="ml-0.5 text-base "> Show long running </span>
<label class="relative inline-flex items-center ml-2">
<input x-model="showSpanned" type="checkbox" name="showSpanned" id="showSpanned" class="sr-only peer" x-on:change="fetchItems(1)">
<div
class="w-11 h-6 bg-slate-300 peer-focus:outline-none peer-focus:ring-slate-300 rounded-full peer dark:bg-slate-700 peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-slate-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-slate-300 ">
</div>
</label>
</label>
</div>
<div class=" mb-2 ml-8" x-show="isSettingsPanelOpen != ''" style="display: none;">
<button data-tooltip-target="tooltip-closePanel" x-on:click.prevent="isSettingsPanelOpen = 'closed' " class=" px-2 flex flex-grow flex-shrink-0 btn" aria-label="Close modal">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
<div id="tooltip-closePanel" role="tooltip" class="inline-block absolute invisible z-10 py-2 px-3 text-sm font-medium text-white bg-slate-900 rounded-lg shadow-sm opacity-0 transition-opacity duration-300 tooltip dark:bg-slate-700"
style="position: absolute; inset: 0px auto auto 0px; margin: 0px; transform: translate(0px, 8px);" data-popper-reference-hidden="" data-popper-escaped="" data-popper-placement="bottom"> Close panel <div class="tooltip-arrow"
data-popper-arrow="" style="position: absolute; left: 0px; transform: translate(0px, 0px);"></div>
</div>
</div>
</div>
</section>
<section x-transition:enter="transition ease-out duration-1000" x-transition:enter-start="opacity-0 transform scale-90" x-transition:enter-end="opacity-100 transform scale-100" x-show="isSettingsPanelOpen == 'search'"
class="flex flex-wrap justify-center relative w-full " style="display: none;">
<div class="w-full flex mb-2 gap-x-2 items-center justify-center">
<label for="eventSearchTerm" class="sr-only">Search</label>
<div class="flex justify-center items-center ">
<input form="searchEvents" x-ref="searchField" x-on:keyup.enter="fetchItems(1)" x-model="term" type="text" name="term" id="eventSearchTerm" value="" class="field-input w-64" placeholder="Search">
</div>
<button x-on:click.prevent="fetchItems(1)" class=" flex grow-0 btn">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z">
</path>
</svg>
</button>
</div>
<div class=" mb-2">
<label :class="!showSpanned ? 'bg-primary-400 ' : 'bg-secondary-400 '" class="inline-flex items-center group btn focus-within:ring-2 focus-within:ring-secondary-800 focus-within:ring-offset-2 bg-secondary-400">
<span class="ml-0.5 text-base "> Show long running </span>
<label class="relative inline-flex items-center ml-2">
<input x-model="showSpanned" type="checkbox" name="showSpanned" id="showSpanned" class="sr-only peer" x-on:change="fetchItems(1)">
<div
class="w-11 h-6 bg-slate-300 peer-focus:outline-none peer-focus:ring-slate-300 rounded-full peer dark:bg-slate-700 peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-slate-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-slate-300 ">
</div>
</label>
</label>
</div>
<div class=" mb-2 ml-8" x-show="isSettingsPanelOpen != ''" style="display: none;">
<button data-tooltip-target="tooltip-closePanel" x-on:click.prevent="isSettingsPanelOpen = 'closed' " class=" px-2 flex flex-grow flex-shrink-0 btn" aria-label="Close modal">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
<div id="tooltip-closePanel" role="tooltip" class="inline-block absolute invisible z-10 py-2 px-3 text-sm font-medium text-white bg-slate-900 rounded-lg shadow-sm opacity-0 transition-opacity duration-300 tooltip dark:bg-slate-700"> Close panel
<div class="tooltip-arrow" data-popper-arrow=""></div>
</div>
</div>
</section>
<section x-transition:enter="transition ease-out duration-1000" x-transition:enter-start="opacity-0 transform scale-90" x-transition:enter-end="opacity-100 transform scale-100" x-transition:leave="transition ease-in duration-100"
x-show="isSettingsPanelOpen == 'categories'" class="relative w-full " style="display: none;">
<div class="absolute bottom-0 right-0 md:top-0 md:bottom-auto z-10" x-show="isSettingsPanelOpen != ''" style="display: none;">
<button data-tooltip-target="tooltip-closePanel" x-on:click.prevent="isSettingsPanelOpen = 'closed' " class="px-2 flex flex-grow flex-shrink-0 btn" aria-label="Close modal">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
<div id="tooltip-closePanel" role="tooltip" class="inline-block absolute invisible z-10 py-2 px-3 text-sm font-medium text-white bg-slate-900 rounded-lg shadow-sm opacity-0 transition-opacity duration-300 tooltip dark:bg-slate-700"> Close panel
<div class="tooltip-arrow" data-popper-arrow=""></div>
</div>
</div>
<div class="text-center justify-center flex-wrap flex mx-auto md:max-w-screen-lg gap-2">
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6506') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Art </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6506" id="check-6506" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6507') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Club night </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6507" id="check-6507" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6508') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Comedy </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6508" id="check-6508" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6509') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Community </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6509" id="check-6509" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6510') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Education </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6510" id="check-6510" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6511') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Film </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6511" id="check-6511" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6512') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Food & Drink </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6512" id="check-6512" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6513') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> History </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6513" id="check-6513" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6514') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Kids </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6514" id="check-6514" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6515') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Literature </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6515" id="check-6515" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6516') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Live </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6516" id="check-6516" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('1110') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Music </span>
<input x-model="type" type="checkbox" name="eventTypes" value="1110" id="check-1110" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6517') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Pub Quiz </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6517" id="check-6517" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('125397') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Seasonal </span>
<input x-model="type" type="checkbox" name="eventTypes" value="125397" id="check-125397" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6518') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Sport </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6518" id="check-6518" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('114291') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Talk </span>
<input x-model="type" type="checkbox" name="eventTypes" value="114291" id="check-114291" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6519') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Theatre </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6519" id="check-6519" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<span class="">
<label class="flex items-center group btn hover:cursor-pointer" :class="type.includes('6520') ? 'bg-secondary-400 hover:text-secondary-800 text-white btn' : ' btn'">
<span class="ml-0.5 text-base "> Workshop </span>
<input x-model="type" type="checkbox" name="eventTypes" value="6520" id="check-6520" class="hidden eventCategories" x-on:change="fetchItems(1)">
</label>
</span>
<label :class="!showSpanned ? 'bg-primary-400 ' : 'bg-secondary-400 '" class="inline-flex items-center group btn focus-within:ring-2 focus-within:ring-secondary-800 focus-within:ring-offset-2 bg-secondary-400">
<span class="ml-0.5 text-base "> Show long running </span>
<label class="relative inline-flex items-center ml-2">
<input x-model="showSpanned" type="checkbox" name="showSpanned" id="showSpanned" class="sr-only peer" x-on:change="fetchItems(1)">
<div
class="w-11 h-6 bg-slate-300 peer-focus:outline-none peer-focus:ring-slate-300 rounded-full peer dark:bg-slate-700 peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-slate-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-slate-300 ">
</div>
</label>
</label>
</div>
</section>
</form>
POST /
<form action="/" enctype="multipart/form-data" id="forma1c424522c7b47f792b2260418a352db" method="post"> <button class="btn btn-white rounded-full p-1 h-8 w-8 hover:scale-110" type="submit" name="provider" value="UmbracoMembers.Google">
<svg class="mx-auto h-5 w-5" xmlns="http://www.w3.org/2000/svg" width="705.6" height="720" viewBox="0 0 186.69 190.5" xmlns:v="https://vecta.io/nano">
<g transform="translate(1184.583 765.171)">
<path clip-path="none" mask="none" d="M-1089.333-687.239v36.888h51.262c-2.251 11.863-9.006 21.908-19.137 28.662l30.913 23.986c18.011-16.625 28.402-41.044 28.402-70.052 0-6.754-.606-13.249-1.732-19.483z" fill="#4285f4"></path>
<path clip-path="none" mask="none"
d="M-1142.714-651.791l-6.972 5.337-24.679 19.223h0c15.673 31.086 47.796 52.561 85.03 52.561 25.717 0 47.278-8.486 63.038-23.033l-30.913-23.986c-8.486 5.715-19.31 9.179-32.125 9.179-24.765 0-45.806-16.712-53.34-39.226z" fill="#34a853">
</path>
<path clip-path="none" mask="none" d="M-1174.365-712.61c-6.494 12.815-10.217 27.276-10.217 42.689s3.723 29.874 10.217 42.689c0 .086 31.693-24.592 31.693-24.592-1.905-5.715-3.031-11.776-3.031-18.098s1.126-12.383 3.031-18.098z" fill="#fbbc05">
</path>
<path d="M-1089.333-727.244c14.028 0 26.497 4.849 36.455 14.201l27.276-27.276c-16.539-15.413-38.013-24.852-63.731-24.852-37.234 0-69.359 21.388-85.032 52.561l31.692 24.592c7.533-22.514 28.575-39.226 53.34-39.226z" fill="#ea4335"
clip-path="none" mask="none"></path>
</g>
</svg>
</button>
<div class="w-full">
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY_jBeEZ3k_w16LkVN--Ks0UQW2mUGc8HCUi-qFXDT2vZ11HbDm-3RC_0N_UYOLpkZWDr__Wyq0VV7w-8G6qb1YxSpjFYc4irv3FC9L3HXJP2klB9vwP7PwTIME8S5ZIJQs"><input name="ufprt"
type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY8YCGkBP0f4LvGl5DS3lLCN6RzxILr_vJGiN4Gw3oAafYvAjibC2Og-ZIdqsnvOjDMhcqKPtfJ3qDbwmaPYCzvMFnLzIKcrptwZCS0-kW945H2gZODe7TtzN1Cmu7fK0wYJYKWGLN61JrzyQGcMkqrH">
</form>
POST /
<form action="/" enctype="multipart/form-data" id="formcc0d4139bcd248d2b21de2d2599596a1" method="post"> <button class="btn btn-white rounded-full p-1 h-8 w-8 hover:scale-110" type="submit" name="provider" value="UmbracoMembers.Facebook">
<svg class="mx-auto h-5 w-5" fill="#4267B2" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 310 310" xml:space="preserve">
<g id="XMLID_834_">
<path id="XMLID_835_" d="M81.703,165.106h33.981V305c0,2.762,2.238,5,5,5h57.616c2.762,0,5-2.238,5-5V165.765h39.064
c2.54,0,4.677-1.906,4.967-4.429l5.933-51.502c0.163-1.417-0.286-2.836-1.234-3.899c-0.949-1.064-2.307-1.673-3.732-1.673h-44.996
V71.978c0-9.732,5.24-14.667,15.576-14.667c1.473,0,29.42,0,29.42,0c2.762,0,5-2.239,5-5V5.037c0-2.762-2.238-5-5-5h-40.545
C187.467,0.023,186.832,0,185.896,0c-7.035,0-31.488,1.381-50.804,19.151c-21.402,19.692-18.427,43.27-17.716,47.358v37.752H81.703
c-2.762,0-5,2.238-5,5v50.844C76.703,162.867,78.941,165.106,81.703,165.106z"></path>
</g>
</svg>
</button>
<div class="w-full">
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY_jBeEZ3k_w16LkVN--Ks0UQW2mUGc8HCUi-qFXDT2vZ11HbDm-3RC_0N_UYOLpkZWDr__Wyq0VV7w-8G6qb1YxSpjFYc4irv3FC9L3HXJP2klB9vwP7PwTIME8S5ZIJQs"><input name="ufprt"
type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY8mzEAkk6a9YaZw_XS-JZWhM1nDrlHaBOoJbNoXvWObt7gYsZAN9Vf30aiuKkHOpVc0Y1z9OW84eA0AMBN_2xlpB4E1oZ18uUo6mQ_mGHFeTbh-12IytCl_Nkv5UZRDnOTVPbxBt719veCSrKcNYVyI">
</form>
POST /
<form action="/" autocomplete="off" enctype="multipart/form-data" id="loginForm" method="post">
<div class="flex flex-wrap -mx-2">
<!-- Email input -->
<input type="hidden" id="loginForm" name="CurrentTab" value="">
<div class="px-2 relative z-0 w-full md:w-1/2 mb-6 group">
<label class="field-label" for="Username">Email</label>
<input placeholder=" " required="" class="field-input" autocomplete="nope" type="text" data-val="true" data-val-required="The Email address field is required." id="Username" name="Username" value="">
<span class="text-danger field-validation-valid" data-valmsg-for="Username" data-valmsg-replace="true"></span>
</div>
<!-- Password input -->
<div class="px-2 relative z-0 w-full md:w-1/2 mb-6 group">
<label class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300" for="Password">Password</label>
<input type="password" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white"
placeholder=" " required="" autocomplete="new-password" data-val="true" data-val-required="The Password field is required." id="Password" name="Password">
<span class="text-danger field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true"></span>
</div>
</div>
<div class="mb-6 flex items-center justify-between">
<!-- Remember me checkbox -->
<div class="">
<input type="checkbox" class="w-4 h-4 text-primary border-primary rounded focus:ring-secondary focus:ring-2" data-val="true" data-val-required="The RememberMe field is required." id="RememberMe" name="RememberMe" value="true">
<span class="text-danger field-validation-valid" data-valmsg-for="RememberMe" data-valmsg-replace="true"></span>
<label class="inline-block pl-[0.15rem] hover:cursor-pointer text-sm" for="RememberMe">Remember me</label>
</div>
<!--Forgot password link-->
<a href="" @click.prevent="currentTab = 'reminder'" class="text-sm underline hover:no-underline">Forgot password?</a>
</div>
<!-- Login button -->
<div class="w-full flex flex-wrap items-center justify-between">
<div class="">
<input id="captchaRegistrationFormsendLogin" type="hidden" name="captcha" value="">
<button type="submit" id="sendLogin" class="btn btn-primary hover:bg-white hover:text-slate-900"> Login </button>
</div>
<div class="">
<!-- Register link -->
<button @click.prevent="currentTab = 'register'" class="btn-small btn-white"> or Register </button>
</div>
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY_jBeEZ3k_w16LkVN--Ks0UQW2mUGc8HCUi-qFXDT2vZ11HbDm-3RC_0N_UYOLpkZWDr__Wyq0VV7w-8G6qb1YxSpjFYc4irv3FC9L3HXJP2klB9vwP7PwTIME8S5ZIJQs"><input name="ufprt"
type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY-JUJJyJV81TtYVpPgAufc59EnjEX5VhveZbkEfF4nGVWb6OyaXlhrQg4PulGZHjJ0PFxwyX12gwGaPXA2WKjl2xaWLz6T4eoRed2ATfxpLukidIMYz0surfkFDZrNRBOY"><input name="RememberMe" type="hidden" value="false">
</form>
POST /
<form action="/" enctype="multipart/form-data" id="registerForm" method="post"> <input type="hidden" x-model="currentTab" id="registerTab" name="CurrentTab" value="login">
<h3 class=" text-xl font-display mb-3 semibold">Register an account</h3>
<div class="flex flex-wrap -mx-2">
<div class="relative z-0 w-1/2 mb-3 group px-2">
<label class="field-label peer-focus:left-2 " for="Registration_FirstName">First Name</label>
<input class="field-input peer" placeholder=" " required="" autocomplete="new-password" aria-required="true" type="text" data-val="true" data-val-required="The First Name field is required." id="Registration_FirstName"
name="Registration.FirstName" value="">
<span class="validation-error-box field-validation-valid" data-valmsg-for="Registration.FirstName" data-valmsg-replace="true"></span>
</div>
<div class="relative z-0 w-1/2 mb-3 group px-2">
<label class="field-label peer-focus:left-2 " for="Registration_LastName">Last Name</label>
<input class="field-input peer" placeholder=" " required="" autocomplete="new-password" aria-required="true" type="text" data-val="true" data-val-required="The Last Name field is required." id="Registration_LastName"
name="Registration.LastName" value="">
<span class="validation-error-box field-validation-valid" data-valmsg-for="Registration.LastName" data-valmsg-replace="true"></span>
</div>
<div class="relative z-0 w-full mb-3 group px-2">
<label class="field-label peer-focus:left-2 " for="Registration_Email">Email</label>
<input class="field-input peer" placeholder=" " autocomplete="username" aria-required="true" type="email" data-val="true" data-val-email="You must enter a valid email address" data-val-required="You must enter your email address"
id="Registration_Email" name="Registration.Email" value="">
<span class="validation-error-box field-validation-valid" data-valmsg-for="Registration.Email" data-valmsg-replace="true"></span>
</div>
<div class="relative z-0 w-full md:w-1/2 mb-1 px-2 peer">
<label class="field-label peer-focus:left-2 " for="Registration_Password">Password</label>
<input class="field-input peer" placeholder=" " autocomplete="new-password" aria-required="true" type="password" data-val="true"
data-val-regex="Password must be at least 8 characters long, have 1 uppercase, 1 lowercase, 1 number and 1 special character." data-val-regex-pattern="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^\da-zA-Z]).{8,}$"
data-val-required="You must enter a password" id="Registration_Password" name="Registration.Password">
<span class="validation-error-box field-validation-valid" data-valmsg-for="Registration.Password" data-valmsg-replace="true">
</span>
</div>
<div class="relative z-0 w-full md:w-1/2 mb-1 px-2">
<label class="field-label peer-focus:left-2 " for="Registration_ConfirmPassword">Confirm Password</label>
<input class="field-input peer" placeholder=" " autocomplete="new-password" aria-required="true" type="password" data-val="true" data-val-equalto="Passwords do not match" data-val-equalto-other="*.Password"
data-val-required="You must confirm the password" id="Registration_ConfirmPassword" name="Registration.ConfirmPassword">
<span class="validation-error-box field-validation-valid" data-valmsg-for="Registration.ConfirmPassword" data-valmsg-replace="true"></span>
</div>
<div class="relative z-0 w-full mb-3 px-2">
<div class="text-sm italic w-full block field-validation-warning"> Password must be at least 8 characters long, have 1 uppercase, 1 lowercase, 1 number and 1 special character. </div>
</div>
<div class="relative z-0 w-full mb-3 px-2">
<input type="checkbox" class="w-4 h-4 text-primary border-primary rounded focus:ring-secondary focus:ring-2" data-val="true" data-val-required="You must give consent to us storing your details before you can create an account"
id="Registration_Consent" name="Registration.Consent" value="true">
<label class="ml-2 text-sm font-semibold " for="Registration_Consent">Yes, I give permission to store and process my data</label>
<span class="validation-error-box field-validation-valid" data-valmsg-for="Registration.Consent" data-valmsg-replace="true"></span>
</div>
<!-- register button -->
<div class="px-2 w-full flex flex-wrap items-center justify-between">
<div class="">
<input id="captchaRegistrationFormsendRegister" type="hidden" name="captcha" value="">
<button type="submit" id="sendRegister" class="btn "> Register </button>
</div>
<div class="">
<!-- login link -->
<button @click.prevent="currentTab = 'login'" class="btn-small btn-white"> Or Login </button>
</div>
</div>
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY_jBeEZ3k_w16LkVN--Ks0UQW2mUGc8HCUi-qFXDT2vZ11HbDm-3RC_0N_UYOLpkZWDr__Wyq0VV7w-8G6qb1YxSpjFYc4irv3FC9L3HXJP2klB9vwP7PwTIME8S5ZIJQs"><input name="ufprt"
type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY9sWCzsqdYPx2wMwy40UHPFT7fyLLzL-jEReQQWsE_F7VS2RXJnWj_4uJ7e20uNaDi_vp4-e8Jd3_ziwAcPWHPE4iAO-2XuOeT80ieL0h19yK0dqE1yyi7GGGoXBfHfW0Cq_PjP4fvALu5Th0Iouhwi"><input name="Registration.Consent"
type="hidden" value="false">
</form>
POST /
<form action="/" enctype="multipart/form-data" id="reminderForm" method="post"> <input type="hidden" x-model="currentTab" id="reminderTab" name="CurrentTab" value="login">
<h3 class=" text-xl font-display mb-3">Forgotten your password?</h3>
<div class="flex flex-wrap -mx-2">
<div class="relative z-0 w-full mb-3 group px-2">
<label class="field-label peer-focus:left-2" for="Forgotten_Email">Email</label>
<input class="field-input peer" placeholder=" " autocomplete="off" aria-required="true" type="email" data-val="true" data-val-email="You must enter a valid email address" data-val-required="You must enter your email address"
id="Forgotten_Email" name="Forgotten.Email" value="">
<span class="form-text text-danger field-validation-valid" data-valmsg-for="Forgotten.Email" data-valmsg-replace="true"></span>
</div>
<!-- Login button -->
<div class="w-full flex flex-wrap px-2 items-center justify-between">
<div class="">
<input id="captchaRegistrationFormsendReminder" type="hidden" name="captcha" value="">
<button type="submit" id="sendReminder" class="btn "> Send reset email </button>
</div>
<div class="">
<button @click.prevent="currentTab = 'register'" class="btn-small btn-white mr-2"> Or Register </button>
<button @click.prevent="currentTab = 'login'" class="btn-small btn-white "> Or Login </button>
</div>
</div>
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY_jBeEZ3k_w16LkVN--Ks0UQW2mUGc8HCUi-qFXDT2vZ11HbDm-3RC_0N_UYOLpkZWDr__Wyq0VV7w-8G6qb1YxSpjFYc4irv3FC9L3HXJP2klB9vwP7PwTIME8S5ZIJQs"><input name="ufprt"
type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY9kUP31lEzZoD8Kx7ntbQ7N7olsqsNNSg7WeZcxM3XXj7Dn6jh0Oqkljj7d66qi6a44SabLVRuZjJYt1TS4MbPahemQwybGsfz04hk_7mWvaJkfxfj2OSlO0N-ox_ASE-BEx0HjyNO0WANvddZz-qUBz8SlujS3nkttU5jssBnOrA">
</form>
POST /
<form action="/" enctype="multipart/form-data" id="setPasswordForm" method="post"> <input type="hidden" x-model="currentTab" id="passwordTab" name="CurrentTab" value="login">
<h3 class=" text-xl font-display mb-3">Reset your password?</h3>
<div class="flex flex-wrap -mx-2">
<input type="hidden" value="" data-val="true" data-val-email="You must enter a valid email address" data-val-required="You must enter your email address" id="ResetPassword_Email" name="ResetPassword.Email">
<input type="hidden" value="" data-val="true" data-val-required="You must follow the link in your email" id="ResetPassword_Token" name="ResetPassword.Token">
<div class="relative z-0 w-full md:w-1/2 mb-1 group px-2">
<input class="field-input peer" placeholder=" " autocomplete="new-password" aria-required="true" type="password" data-val="true"
data-val-regex="Password must be at least 8 characters long, have 1 uppercase, 1 lowercase, 1 number and 1 special character." data-val-regex-pattern="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^\da-zA-Z]).{8,}$"
data-val-required="You must enter a password" id="ResetPassword_Password" name="ResetPassword.Password">
<label class="field-label peer-focus:left-2" for="ResetPassword_Password">Password</label>
<span class="form-text text-danger field-validation-valid" data-valmsg-for="ResetPassword.Password" data-valmsg-replace="true"></span>
</div>
<div class="relative z-0 w-full md:w-1/2 mb-1 group px-2">
<input class="field-input peer" placeholder=" " autocomplete="new-password" aria-required="true" type="password" data-val="true" data-val-equalto="Passwords do not match" data-val-equalto-other="*.Password"
data-val-required="You must confirm the password" id="ResetPassword_ConfirmPassword" name="ResetPassword.ConfirmPassword">
<label class="field-label peer-focus:left-2" for="ResetPassword_ConfirmPassword">Confirm Password</label>
<span class="form-text text-danger field-validation-valid" data-valmsg-for="ResetPassword.ConfirmPassword" data-valmsg-replace="true"></span>
</div>
<div class="relative z-0 w-full mb-3 px-2">
<div class="text-sm font-semibold italic w-full block field-validation-warning"> Password must be at least 8 characters long, have 1 uppercase, 1 lowercase, 1 number and 1 special character. </div>
</div>
<!-- Login button -->
<div class="w-full flex flex-wrap -mx-2 justify-between px-2">
<div class="px-2">
<input id="captchaRegistrationFormsetPassword" type="hidden" name="captcha" value="">
<button type="submit" id="setPassword" class="btn btn-primary"> Set new password </button>
</div>
<div class="px-2">
<button @click.prevent="currentTab = 'register'" class="btn btn-white mr-2"> Register </button>
<button @click.prevent="currentTab = 'login'" class="btn btn-white"> Login </button>
</div>
</div>
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY_jBeEZ3k_w16LkVN--Ks0UQW2mUGc8HCUi-qFXDT2vZ11HbDm-3RC_0N_UYOLpkZWDr__Wyq0VV7w-8G6qb1YxSpjFYc4irv3FC9L3HXJP2klB9vwP7PwTIME8S5ZIJQs"><input name="ufprt"
type="hidden" value="CfDJ8AsJroqVnD9MgR6-ukUUbY-lOP6VIokQ0RgP-7vKLdJ-YZ7GiF6_0Z_94Ugcw7JzVCZPKKbD13fADMYRCtmcTGFzhZAffiuXV_Ah_NuXYzBfPSVIthBEIsc6dx71OIONkOq64vDyL_UT-3ZtRVJ1u1Km7zSY94N7GCI2EhVhMplS">
</form>
Text Content
Search term Type of event Categories Dates Dates Clear all filters Clear all filters Toggle dark mode Open login window Open main menu Add an event to Today Tomorrow This Week Next 4 Weeks All Show long running Close panel Search Show long running Close panel Close panel Art Club night Comedy Community Education Film Food & Drink History Kids Literature Live Music Pub Quiz Seasonal Sport Talk Theatre Workshop Show long running ALL EVENTS ... ... Page 1 of 0 | Showing 1 to 0 Total 0 results Sorry we didn't find anything matching your search criteria. Today AARON WEST & THE ROARING TWENTIES The Bodega £20 Today NOTTINGHAM CENTRAL LIBRARY TOUR Nottingham Central Library Free Today HIDDEN HISTORY TOUR Nottingham Industrial Museum £5 - £15 Wednesday 22 May 2024 TALISK Metronome £18.50 Wednesday 22 May 2024 NOTTINGHAM CENTRAL LIBRARY TOUR Nottingham Central Library Free Wednesday 22 May 2024 HIDDEN HISTORY TOUR Nottingham Industrial Museum £5 - £15 Thursday 23 May 2024 BRUCE DICKINSON Rock City £39.50 Thursday 23 May 2024 BLANCMANGE Rescue Rooms £27.50 Thursday 23 May 2024 SECRET WALLED GARDEN TOURS Nottingham Industrial Museum Free Thursday 23 May 2024 A CELEBRATION OF NOTTINGHAM FOOTBALL FANZINES Metronome Free Friday 24 May 2024 RAISED BY OWLS & RED METHOD Beta £12 Friday 24 May 2024 JERRY LEGER AND THE SITUATION The Angel Microbrewery & The Chapel £15 Friday 24 May 2024 JIM CARTWRIGHT’S TWO The Poppy and Pint £10 - £12 Friday 24 May 2024 SHAKLEFORD / CLAY FACE / EFBAS / IDIOCY @ THE WHITE ROOM AT THE OLD BUS DEPOT The Old Bus Depot £10 Friday 24 May 2024 HIDDEN HISTORY TOUR Nottingham Industrial Museum £5 - £15 Saturday 25 May 2024 HONEYBLOOD The Bodega £15 Saturday 25 May 2024 JUST THE TONIC COMEDY CLUB - NOTTINGHAM - 7 O'CLOCK SHOW Metronome £16 Saturday 25 May 2024 ROBIN HOOD TOWN TOUR The Cross Keys £8 - £14.50 Saturday 25 May 2024 READING SOCIAL: LITERARY PRIDE Nottingham Central Library Free Saturday 25 May 2024 HIDDEN HISTORY TOUR Nottingham Industrial Museum £5 - £15 Sunday 26 May 2024 DOT TO DOT FESTIVAL NOTTINGHAM 2024 Various Nottingham Venues £32.50 Sunday 26 May 2024 HIDDEN HISTORY TOUR Nottingham Industrial Museum £5 - £15 Monday 27 May 2024 TEDDY SWIMS Rock City £27.50 Monday 27 May 2024 ONE STEP CLOSER + ARM'S LENGTH Rescue Rooms £18 1 2 3 ... 24 Page 1 of 24 | Showing 1 to 24 Contact us About us Created by Sign in using Or using your Email Password Remember me Forgot password? Login or Register REGISTER AN ACCOUNT First Name Last Name Email Password Confirm Password Password must be at least 8 characters long, have 1 uppercase, 1 lowercase, 1 number and 1 special character. Yes, I give permission to store and process my data Register Or Login FORGOTTEN YOUR PASSWORD? Email Send reset email Or Register Or Login RESET YOUR PASSWORD? Password Confirm Password Password must be at least 8 characters long, have 1 uppercase, 1 lowercase, 1 number and 1 special character. Set new password Register Login JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember SunMonTueWedThuFriSat 2829301234567891011121314151617181920212223242526272829303112345678 JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember SunMonTueWedThuFriSat 2526272829301234567891011121314151617181920212223242526272829303112345