From 7308abb550f1b0bca27d3bfc42b19a4857593cd1 Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Tue, 29 Jun 2021 17:27:56 +0100 Subject: [PATCH] feat(swiper): now has buttons --- partials/interop/connectorTagCards.hbs | 6 +- partials/landing/connectorsPreview.hbs | 263 ++++++++++--------------- 2 files changed, 103 insertions(+), 166 deletions(-) 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"> {{#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 }} {{/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"> {{#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 }} {{/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 }} --}} -
-
-
-
- -

- Rhino -

-
-
- -

- Grasshopper -

-
- - {{!-- unccomment in stage 2 --}} - {{!--
--}} - - -
- -

- Revit -

-
- - -
- -

- Dynamo -

-
-
- -

- Unity -

-
-
- -

- Blender -

-
-
- -

- Autocad & Civil3D -

-
-
- -

- Unreal -

-
-
- -

- Excel -

-
-
-
-
-
-
- -
-
- 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