.c-index
img(
src="/images/common/logo.png"
srcset="/images/common/logo@2x.png"
class="c-index__logo"
)
p.c-index__description
| Awesome cheatsheets for popular programming languages, frameworks and development tools.
|Β They include everything you should know in one single file. π©βπ»π¨βπ»
section(
v-for="(category, index) in categories"
class="c-index__category"
)
base-divider(
:category="'0' + (index + 1) + '. ' + category.name"
)