Spaces:
Running
Running
Commit
·
71271b0
1
Parent(s):
153615e
Update index.html
Browse files- index.html +1 -33
index.html
CHANGED
@@ -106,39 +106,7 @@
|
|
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 |
-
|
110 |
-
<span class="md:px-3 py-1 dark:text-white text-gray-400"> style</span>
|
111 |
-
<button
|
112 |
-
:class="buttonClass('filter', 'all')"
|
113 |
-
class="px-2 md:px-3 py-1 rounded-full"
|
114 |
-
@click="filterModels('all')"
|
115 |
-
>
|
116 |
-
All
|
117 |
-
</button>
|
118 |
-
<button
|
119 |
-
:class="buttonClass('filter', 'anime')"
|
120 |
-
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"
|
121 |
-
@click="filterModels('anime')"
|
122 |
-
>
|
123 |
-
Anime
|
124 |
-
</button>
|
125 |
-
<button
|
126 |
-
:class="buttonClass('filter', '3d')"
|
127 |
-
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"
|
128 |
-
@click="filterModels('3d')"
|
129 |
-
>
|
130 |
-
3D
|
131 |
-
</button>
|
132 |
-
<button
|
133 |
-
:class="buttonClass('filter', 'realistic')"
|
134 |
-
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"
|
135 |
-
@click="filterModels('realistic')"
|
136 |
-
>
|
137 |
-
Realistic
|
138 |
-
</button>
|
139 |
-
</div>
|
140 |
-
</div>
|
141 |
-
|
142 |
<template x-for="model in models" :key="model.id">
|
143 |
<template x-if="model.images.length > 0">
|
144 |
<a
|
|
|
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 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
<template x-for="model in models" :key="model.id">
|
111 |
<template x-if="model.images.length > 0">
|
112 |
<a
|