diff --git a/partials/interop/connectorTagCards.hbs b/partials/interop/connectorTagCards.hbs
index ee927fb..85e177f 100644
--- a/partials/interop/connectorTagCards.hbs
+++ b/partials/interop/connectorTagCards.hbs
@@ -6,7 +6,7 @@
us:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm rounded-md">
From
{{#get "tags" limit="all" include='count.posts' order='count.posts desc'
- filter="slug:-[features,developers,careers,blog,tutorials]"}}
+ filter="slug:[rhino,grasshopper,revit,dynamo,excel,blender,autocad,civil3d,unity,unreal]"}}
{{#foreach tags }}
{{name}}
{{/foreach}}
@@ -17,7 +17,7 @@
class="block inline-block sm:w-auto mt-1 pl-3 mx-3 pr-10 py-2 text-base font-extrabold shadow-lg text-white bg-blue-500 dark:bg-blue-900 border-gray-300 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm rounded-md">
To
{{#get "tags" limit="all" include='count.posts' order='count.posts desc'
- filter="slug:-[features,developers,careers,blog,tutorials]"}}
+ filter="slug:[rhino,grasshopper,revit,dynamo,excel,blender,autocad,civil3d,unity,unreal]"}}
{{#foreach tags }}
{{name}}
{{/foreach}}
@@ -34,7 +34,7 @@
{{#get "tags" limit="all" include='count.posts' order='count.posts desc'
- filter="slug:-[features,developers,careers,blog,tutorials]"}}
+ filter="slug:[rhino,grasshopper,revit,dynamo,excel,blender,autocad,civil3d,unity,unreal]"}}
{{#foreach tags }}
--}}
-
-
-
-
-
- Go beyond interoperability and leverage all the potential behind a fully fledged BIM data platform
-
-
-
+
+
+
+ {{#get "tags" limit="all" include='count.posts' order='count.posts desc'
+ filter="slug:[rhino,grasshopper,revit,dynamo,excel,blender,autocad,civil3d,unity,unreal]"}}
+ {{#foreach tags }}
+
+
+
+ {{name}}
+
+
+ {{/foreach}}
+ {{/get}}
+
+ {{!-- --}}
+
+
+
-
-
- {{#get "posts" filter="primary_tag:features+featured:true+title:-'Speckle Connectors'" limit="5"}}
- {{#foreach posts}}
-
- {{/foreach}}
- {{/get}}
-
+
+
+ Go beyond interoperability and leverage all the potential behind a fully fledged BIM data platform
+
+
-
\ No newline at end of file
+
+ swiper.slideTo(6, 1000)
+
+ document.getElementById('prev').onclick = function () {
+ swiper.slidePrev(200)
+ }
+
+ document.getElementById('next').onclick = function () {
+ swiper.slideNext(200)
+ }
+ })
+
\ No newline at end of file