From 87e4a773840e268aad8b2c21cc7655ae49f915b0 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Wed, 2 Oct 2019 21:39:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=8B=E7=BB=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/components/HomePage.vue | 39 +++++++++++++++++++++++++++---- README.md | 17 ++++++++------ overview/README.md | 39 +++++++------------------------ 3 files changed, 54 insertions(+), 41 deletions(-) diff --git a/.vuepress/components/HomePage.vue b/.vuepress/components/HomePage.vue index 4214835..85cf8e6 100644 --- a/.vuepress/components/HomePage.vue +++ b/.vuepress/components/HomePage.vue @@ -41,9 +41,16 @@ class="feature" v-for="(feature, index) in data.features" :key="index" + @click="$router.push({ path: feature.link })" > -

{{ feature.title }}

-

{{ feature.details }}

+
+

{{ feature.title }}

+

{{ feature.details }}

+
+
+

{{ feature.title }}

+

点击查看

+
@@ -151,7 +158,7 @@ export default { border 1px solid $accentColor .features border-top 1px solid $borderColor - padding 1.2rem 0 + padding 2rem 0 margin-top 2.5rem display flex flex-wrap wrap @@ -161,7 +168,9 @@ export default { .feature flex-grow 1 flex-basis 30% - max-width 30% + max-width 32% + height calc(240px + 2rem) + cursor pointer h2 font-size 1.4rem font-weight 500 @@ -170,6 +179,28 @@ export default { color lighten($textColor, 10%) p color lighten($textColor, 25%) + .feature-mask + padding: 1rem + height 240px + border solid 1px rgb(212, 212, 213) + border-radius 3px + position relative + top calc(-242px - 2rem) + opacity 0 + transition background-color .5s linear + z-index 10 + &:hover + background #F9F9F9 + box-shadow: 0 0 15px #999 + color white + opacity 1 + z-index 10 + transition all .3s + .feature-content + border solid 1px rgb(212, 212, 213) + border-radius 3px + height 240px + padding: 1rem .footer padding 2.5rem border-top 1px solid $borderColor diff --git a/README.md b/README.md index 523c20a..dc44ae8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ home: false layout: HomePage title: Kuboard官网_Kubernetes教程_K8S安装_管理界面 -description: Kuboard是一款免费的Kubernetes管理界面_同时该网站还提供Kubernetes安装文档_在线答疑_K8S_部署_入门_免费中文Kubernetes教程_以及在Kubernetes上部署SpringCloud的详细文档 +description: Kuboard是一款免费的Kubernetes管理界面_同时该网站还提供Kubernetes安装文档_K8S_部署_入门_免费中文Kubernetes教程_以及在Kubernetes上部署SpringCloud的详细文档 meta: - name: keywords content: Kubernetes教程,K8S教程,Kubernetes安装,K8S安装 @@ -10,12 +10,15 @@ actionText: 在线体验 actionText2: 开始使用 → actionLink2: /overview/ features: -- title: 快速落地 Kubernetes - details: 快速安装Kubernetes、免费Kubernetes教程、图形化界面、场景化设计 -- title: 微服务架构 - details: 经典微服务参考架构:Spring Cloud 实战案例 -- title: 多层次监控 - details: 资源层监控、中间件层监控、链路层监控 +- title: Kubernetes安装文档 + details: 快速安装Kubernetes,每天有超过200个用户参考此文档完成Kubernetes安装,碰到问题可QQ在线答疑 + link: /install/install-k8s.html +- title: Kubernetes免费教程 + details: 免费但绝不降低品质,活跃的QQ社群,与网友共同学习进步 + link: /learning/ +- title: Kubernetes + Spring Cloud实战 + details: 参考文档,一步一步完成Spring Cloud微服务架构在Kubernetes上的部署和管理 + link: /learning/k8s-practice/ocp --- ## 简介 diff --git a/overview/README.md b/overview/README.md index 3948f35..23b5d01 100644 --- a/overview/README.md +++ b/overview/README.md @@ -22,58 +22,37 @@ meta: justify-content: space-between;">

- 快速落地 Kubernetes + Kubernetes安装文档

  • - 快速安装 + 快速安装Kubernetes
  • - 图形化界面 + 每天有超过200个用户参考此文档完成Kubernetes安装
  • - 场景化设计 + 碰到问题可QQ在线答疑
  • - 微服务架构 + Kubernetes免费教程

  • - 经典微服务参考架构 + 免费但绝不降低品质
  • - Spring Cloud 实战案例 + 活跃的QQ社群,与网友共同学习进步
  • - 多层次监控 + Kubernetes+SpringCloud实战

  • - 资源层监控 -
  • -
  • - 中间件层监控 -
  • -
  • - 链路层监控 -
  • -
    - -
    -

    - 适用范围 -

    -
  • - 物理机/虚拟机 -
  • -
  • - 私有云 -
  • -
  • - 阿里云、腾讯云、亚马逊云 ... + 参考文档,一步一步完成Spring Cloud微服务架构在Kubernetes上的部署和管理