Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Mar 17, 2024
1 parent d65c3e8 commit c0599e2
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,32 +204,32 @@
</div>
</div>

<div class="flex space-x-2 pt-2 align-middle justify-center text-sm sm:text-md h-12 max-w-[624px] mx-auto text-neutral-600 dark:text-neutral-300">
<select class="dropdown-multiselect js-states form-control min-w-20 sm:w-40"
id="currencies"
name="currencies[]"
multiple="multiple"
data-placeholder="Currency...">
</select>
<select class="dropdown-multiselect js-states form-control min-w-20 sm:w-40"
id="languages"
name="languages[]"
multiple="multiple"
data-placeholder="Language...">
</select>
<select class="dropdown-multiselect js-states form-control min-w-20 sm:w-40"
id="subjects"
name="subjects[]"
multiple="multiple"
data-placeholder="Subject...">
</select>
<select class="border-0 outline-none focus:outline-none text-gray-600 dark:text-gray-400" style="background-color: unset; margin-bottom: 14px">
<option value="5m" class="dark:bg-gray-800">5 min</option>
<option value="15m" class="dark:bg-gray-800" selected="selected">15 min</option>
<option value="1h" class="dark:bg-gray-800">1 h</option>
<option value="6h" class="dark:bg-gray-800">6 h</option>
</select>
</div>
<!-- <div class="flex space-x-2 pt-2 align-middle justify-center text-sm sm:text-md h-12 max-w-[624px] mx-auto text-neutral-600 dark:text-neutral-300">-->
<!-- <select class="dropdown-multiselect js-states form-control min-w-20 sm:w-40"-->
<!-- id="currencies"-->
<!-- name="currencies[]"-->
<!-- multiple="multiple"-->
<!-- data-placeholder="Currency...">-->
<!-- </select>-->
<!-- <select class="dropdown-multiselect js-states form-control min-w-20 sm:w-40"-->
<!-- id="languages"-->
<!-- name="languages[]"-->
<!-- multiple="multiple"-->
<!-- data-placeholder="Language...">-->
<!-- </select>-->
<!-- <select class="dropdown-multiselect js-states form-control min-w-20 sm:w-40"-->
<!-- id="subjects"-->
<!-- name="subjects[]"-->
<!-- multiple="multiple"-->
<!-- data-placeholder="Subject...">-->
<!-- </select>-->
<!-- <select class="border-0 outline-none focus:outline-none text-gray-600 dark:text-gray-400" style="background-color: unset; margin-bottom: 14px">-->
<!-- <option value="5m" class="dark:bg-gray-800">5 min</option>-->
<!-- <option value="15m" class="dark:bg-gray-800" selected="selected">15 min</option>-->
<!-- <option value="1h" class="dark:bg-gray-800">1 h</option>-->
<!-- <option value="6h" class="dark:bg-gray-800">6 h</option>-->
<!-- </select>-->
<!-- </div>-->

<!-- Mobile Menu open: "block", Menu closed: "hidden" -->
<div id="menu" x-cloak :class="[isOpen ? 'translate-x-0 opacity-100 ' : 'opacity-0 -translate-x-full']" class="absolute inset-x-0 z-20 w-full bg-white px-6 py-4 shadow-md transition-all duration-300 ease-in-out dark:bg-gray-900">
Expand Down Expand Up @@ -345,7 +345,7 @@

<div class="grid space-x-2">
<span class="col-span-2 text-center text-gray-600 dark:text-gray-400">
<p id="streaming-results">Results will appear below for the specified period.</p>
<p id="streaming-results">Results will appear below for the next 1 hour.</p>
<p>For the full-featured functionality:</p>
<p>Use <a href="https://t.me/AwakariBot" target="_blank" class="text-blue-500">@AwakariBot</a> as reader.</p>
<p>
Expand Down

0 comments on commit c0599e2

Please sign in to comment.