Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tile vue-is #2338

Merged
merged 4 commits into from
Sep 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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