You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
965 B

extends ../layouts/main
block content
section.uk-section.uk-section-default
.uk-container
.uk-margin-large
h1.uk-text-center Select Community
p.uk-text-center #{site.name} is connected with the following Core Communities.
div(uk-grid).uk-flex-center
each core in connectedCores
div(class="uk-width-1-1 uk-width-1-2@m uk-width-1-3@l")
//- pre= JSON.stringify(connectedCores, null, 2)
a(href=`/auth/core/${core._id}`).uk-display-block.uk-link-text
.uk-tile.uk-tile-default.uk-padding-small.uk-border-small
div(uk-grid).uk-grid-small.uk-flex-middle
.uk-width-auto
img(src=`http://${core.meta.domain}/img/icon/dtp-core.svg`, style="width: 48px; height: auto;")
.uk-width-expand
h4.uk-margin-remove= core.meta.name
.uk-text-small.uk-text-muted= core.meta.description