This commit is contained in:
huanqing.shao
2019-10-01 19:33:34 +08:00
parent 5237677d00
commit 7fe47f3d25
94 changed files with 310 additions and 45 deletions

View File

@@ -4,6 +4,11 @@
<SidebarLinks :depth="0" :items="items"/>
<slot name="bottom"/>
<div style="text-align: center; margin-top: 5vh;">
<p>
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
<img src="/images/logo-main.png" alt="Kuboard_快速在Kubernetes上落地微服务"/>
</a>
</p>
<p>
<strong>
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">在线体验</a>
@@ -11,17 +16,15 @@
</p>
<div>
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
<img :src="demo_img" style="width: 226px; height: 127px; border: 1px solid #d7dae2;" alt="Kubernetes教程Kuboard在线体验"></img>
<img :src="demo_img" style="width: 215px; height: 127px; border: 1px solid #d7dae2;" alt="Kubernetes教程Kuboard在线体验"></img>
</a>
</div>
<p>
<strong><a href="https://github.com/shaohq/kuboard-issues/issues" target="_blank">提交 BUG</a></strong>
</p>
<strong>在线答疑</strong>
<Qq/>
<p>
<img src="/images/kuboard_qq.png" alt="Kubernetes教程QQ群在线答疑"/>
<img src="/images/kuboard_qq.png" style="width: 120px;" alt="Kubernetes教程QQ群在线答疑"/>
</p>
</div>
</aside>