mirror of https://github.com/Squidex/squidex.git
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.
15 lines
456 B
15 lines
456 B
<div class="card card-href">
|
|
<div class="card-body">
|
|
<div class="card-image">
|
|
<img src="./images/dashboard-github.svg">
|
|
</div>
|
|
|
|
<h4 class="card-title">
|
|
<a href="https://github.com/squidex/squidex" sqxExternalLink>{{ 'dashboard.github' | sqxTranslate }}</a>
|
|
</h4>
|
|
|
|
<div class="card-text">
|
|
{{ 'dashboard.githubCardDescription' | sqxTranslate }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|