Spaces:
Running
Running
Commit ·
153615e
1
Parent(s): 975d4ec
Update index.html
Browse files- index.html +1 -26
index.html
CHANGED
|
@@ -105,32 +105,7 @@
|
|
| 105 |
<div class="col-span-5 lg:col-span-2 flex flex-col gap-2 row-start">
|
| 106 |
<h1 class="text-lg font-semibold dark:text-white whitespace-nowrap">We are looking to put some of these in the Members Section -- Subscribe now </h1>
|
| 107 |
</div>
|
| 108 |
-
|
| 109 |
-
<div class="col-span-2 md:col-span-3 flex items-center gap-4 flex flex-wrap lg-auto lg:ml-auto text-sm">
|
| 110 |
-
<div class="flex gap-2">
|
| 111 |
-
<span class="md:px-3 py-1 dark:text-white text-gray-400">sort by</span>
|
| 112 |
-
<button
|
| 113 |
-
:class="buttonClass('sort', 'trending')"
|
| 114 |
-
class="px-2 md:px-3 py-1 rounded-full text"
|
| 115 |
-
@click="sortModels('trending')"
|
| 116 |
-
>
|
| 117 |
-
Trending
|
| 118 |
-
</button>
|
| 119 |
-
<button
|
| 120 |
-
:class="buttonClass('sort', 'recent')"
|
| 121 |
-
class="text-gray-600 hover:bg-gray-200 dark:hover:bg-gray-500 hover:text-gray-800 px-2 md:px-3 py-1 rounded-full"
|
| 122 |
-
@click="sortModels('recent')"
|
| 123 |
-
>
|
| 124 |
-
Recent
|
| 125 |
-
</button>
|
| 126 |
-
<button
|
| 127 |
-
:class="buttonClass('sort', 'likes')"
|
| 128 |
-
class="text-gray-600 hover:bg-gray-200 dark:hover:bg-gray-500 hover:text-gray-800 px-2 md:px-3 py-1 rounded-full"
|
| 129 |
-
@click="sortModels('likes')"
|
| 130 |
-
>
|
| 131 |
-
Most Likes
|
| 132 |
-
</button>
|
| 133 |
-
</div>
|
| 134 |
<div class="flex gap-2">
|
| 135 |
<span class="md:px-3 py-1 dark:text-white text-gray-400"> style</span>
|
| 136 |
<button
|
|
|
|
| 105 |
<div class="col-span-5 lg:col-span-2 flex flex-col gap-2 row-start">
|
| 106 |
<h1 class="text-lg font-semibold dark:text-white whitespace-nowrap">We are looking to put some of these in the Members Section -- Subscribe now </h1>
|
| 107 |
</div>
|
| 108 |
+
<!-- here -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
<div class="flex gap-2">
|
| 110 |
<span class="md:px-3 py-1 dark:text-white text-gray-400"> style</span>
|
| 111 |
<button
|