diff --git a/settings.yaml b/settings.yaml index c674e13..9964350 100644 --- a/settings.yaml +++ b/settings.yaml @@ -11,21 +11,26 @@ spec: name: carousel label: 轮播块 value: - - title: MeterSphere - desc: MeterSphere 是一站式的开源持续测试平台,... - url: https://metersphere.io + - title: Sige7 + desc: Rockchip RK3588 SBC with 8K UI supported and 2x2.5GbE + url: https://www.armsom.org/sige7 buy: https://taobao.com - background_img: /themes/theme-quark/assets/img/hero-bg.jpg - - title: DataEase - desc: DataEase 是开源的数据可视化分析工具,... - url: https://dataease.io + background_img: /themes/theme-quark/assets/img/Sige7.png + - title: Sige5 + desc: Rockchip RK3576 SBC with 4K UI supported and 2xGbE + url: https://www.armsom.org/sige5 buy: https://taobao.com - background_img: https://banana-pi.org.cn/web/userfiles/ad/yingwen1216/M7-1_-E8-BD-AE-E6-92-AD-E5-9B-BE.jpg - - title: JumpServer - desc: JumpServer 是广受欢迎的开源堡垒机,... - url: https://www.jumpserver.org + background_img: /themes/theme-quark/assets/img/Sige5.png + - title: Sige3 + desc: Rockchip RK3568 SBC with 4K UI supported and 2.5GbE&GbE + url: https://www.armsom.org/sige3 buy: https://taobao.com - background_img: /themes/theme-quark/assets/img/hero-bg.jpg + background_img: /themes/theme-quark/assets/img/Sige3.png + - title: Sige1 + desc: Empower Your Innovations with Our 4K Single Board Computer! + url: https://www.armsom.org/sige1 + buy: https://taobao.com + background_img: /themes/theme-quark/assets/img/Sige1.png children: - $formkit: text name: title @@ -62,33 +67,36 @@ spec: if: "$get(show_home_card).value" name: service label: 企业文化 - help: 必须是四个的排版 目前不支持其他的 + help: 必须是五个的排版 目前不支持其他的 value: - - icon: bxl-dribbble - title: 平等 - desc: 公司是我们共同的老板 - - icon: bx-file - title: 价值 - desc: 软件用起来才有价值,才有改进的机会 - - icon: bx-tachometer - title: 求真 - desc: 不断求真,坚持有所不为有所为 - - icon: bx-world - title: 担当 - desc: 做问题的终结者,而不是转发者和抱怨者 + - product_img: /themes/theme-quark/assets/img/Sige1.png + title: Sige系列 + url: https://www.armsom.org/sige + - product_img: /themes/theme-quark/assets/img/CM5.png + title: CM系列 + list_url: https://www.armsom.org/cm + - product_img: /themes/theme-quark/assets/img/LM7.jpg + title: LM系列 + list_url: https://www.armsom.org/lm + - product_img: /themes/theme-quark/assets/img/AIM7.jpg + title: AI模组系列 + list_url: https://www.armsom.org/aim + - product_img: /themes/theme-quark/assets/img/Accessory.png + title: 配件 + list_url: https://www.armsom.org/accessory children: - - $formkit: text - name: icon - label: 图标 + - $formkit: attachment + name: product_img + label: 背景图 value: - help: 选择boxicons的icon样式 + help: 选择产品背景图片 - $formkit: text name: title label: 标题 value: - - $formkit: text - name: desc - label: 描述 + - $formkit: url + name: list_url + label: 跳转地址 value: - $formkit: radio name: show_why_us diff --git a/templates/assets/css/style.css b/templates/assets/css/style.css index d467963..994029f 100644 --- a/templates/assets/css/style.css +++ b/templates/assets/css/style.css @@ -676,13 +676,28 @@ section { .services { padding-bottom: 20px; } - +.card-link { + height: 100%; + display: block; + color: inherit; + text-decoration: none; + transition: transform 0.3s ease; +} +.card-link:hover { + transform: translateY(-5px); + text-decoration: none; +} +.icon-box { + padding: 20px; + border: 1px solid #eee; + border-radius: 8px; + text-align: center; +} .services .icon-box { width: 100%; padding: 30px; position: relative; overflow: hidden; - margin: 0 0 40px 0; background: #fff; box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14); transition: all 0.3s ease-in-out; diff --git a/templates/assets/img/AIM7.jpg b/templates/assets/img/AIM7.jpg new file mode 100644 index 0000000..8c62940 Binary files /dev/null and b/templates/assets/img/AIM7.jpg differ diff --git a/templates/assets/img/Accessory.png b/templates/assets/img/Accessory.png new file mode 100644 index 0000000..aa250b1 Binary files /dev/null and b/templates/assets/img/Accessory.png differ diff --git a/templates/assets/img/CM5.png b/templates/assets/img/CM5.png new file mode 100644 index 0000000..3553ec7 Binary files /dev/null and b/templates/assets/img/CM5.png differ diff --git a/templates/assets/img/LM7.jpg b/templates/assets/img/LM7.jpg new file mode 100644 index 0000000..537e861 Binary files /dev/null and b/templates/assets/img/LM7.jpg differ diff --git a/templates/assets/img/Sige1.png b/templates/assets/img/Sige1.png new file mode 100644 index 0000000..422ef71 Binary files /dev/null and b/templates/assets/img/Sige1.png differ diff --git a/templates/assets/img/Sige3.png b/templates/assets/img/Sige3.png new file mode 100644 index 0000000..091646a Binary files /dev/null and b/templates/assets/img/Sige3.png differ diff --git a/templates/assets/img/Sige5.png b/templates/assets/img/Sige5.png new file mode 100644 index 0000000..9baa2ea Binary files /dev/null and b/templates/assets/img/Sige5.png differ diff --git a/templates/assets/img/Sige7.png b/templates/assets/img/Sige7.png new file mode 100644 index 0000000..3cd6549 Binary files /dev/null and b/templates/assets/img/Sige7.png differ diff --git a/templates/index.html b/templates/index.html index 11a546f..ddebbcf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,24 +47,44 @@
-
- -
-
-
-
-

-

+
+ + + + +
-
-
+