Skip to content

Commit

Permalink
chore(landing): Add tile vue-is (#2338)
Browse files Browse the repository at this point in the history
* Add tile vue-is
* Add url to tile
  • Loading branch information
LukyVj authored and bobylito committed Sep 18, 2017
1 parent a044da0 commit 30ef389
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docgen/assets/img/InstantSearch-iOS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions docgen/layouts/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -144,28 +144,28 @@ block content

.spacer40.inline
.row.desktop-projects
.col-md-10.p-b-large.col-md-offset-2
.col-md-12
div.heading.w100p.text-left.m-l-large
small.color-logan InstantSearch for web
.col-md-8.col-md-offset-2
.col-md-6
.col-md-12
.col-md-4
.card.fill-white.elevation1.radius6.p-large.h100.text-left
a(href="https://community.algolia.com/instantsearch.js/v2")
figure
img(src="assets/img/InstantSearch-JavaScript.svg", alt="Logo InstantSearch Javascript")
figcaption InstantSearch for Javascript
.col-md-6
.col-md-4
.card.fill-white.elevation1.radius6.p-large.h100.text-left
a(href="https://community.algolia.com/instantsearch.js/react/")
figure
img(src="assets/img/InstantSearch-React.svg", alt="Logo InstantSearch React")
figcaption InstantSearch for React
//- .col-md-4
//- .card.fill-white.elevation1.radius6.p-large.h100.text-left
//- a(href="#")
//- figure
//- img(src="assets/img/InstantSearch-Vue.svg", alt="Logo InstantSearch Vue")
//- figcaption InstantSearch for Vue
.col-md-4
.card.fill-white.elevation1.radius6.p-large.h100.text-left
a(href="https://community.algolia.com/vue-instantsearch/")
figure
img(src="assets/img/InstantSearch-Vue.svg", alt="Logo InstantSearch Vue")
figcaption InstantSearch for Vue

.inline.spacer80

Expand Down

0 comments on commit 30ef389

Please sign in to comment.