Skip to content

Commit 82fae22

Browse files
committed
modify style after text adjustment
1 parent b8b2dfa commit 82fae22

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+288
-212
lines changed

config.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ copyright = "Openpitrix Technology © 2018"
5757
title = "Microservice Architecture Oriented"
5858
desc = "OpenPitrix itself adopts microservice architecture. The system can be deployed into virtual machine, container orchestration system such as Kubernetes, or bare metal."
5959
[languages.en.index.seventh]
60-
title = ""
60+
title = "As the picture show"
6161
[languages.en.index.eighth]
62-
title = "Use Cases"
63-
[[languages.en.index.eighth.architecture]]
64-
name = "Deployed as one-stop-shop application management platform in an organization to support multiple cloud systems including hybrid cloud."
62+
title = "Use Cases"
63+
[[languages.en.index.eighth.cases]]
64+
desc = "Deployed as one-stop-shop application management platform in an organization to support multiple cloud systems including hybrid cloud."
6565
weight = 1
66-
[[languages.en.index.eighth.architecture]]
67-
name = "Cloud management platform (CMP) can use OpenPitrix as a component to manage applications in multi-cloud environment."
66+
[[languages.en.index.eighth.cases]]
67+
desc = "Cloud management platform (CMP) can use OpenPitrix as a component to manage applications in multi-cloud environment."
6868
weight = 2
69-
[[languages.en.index.eighth.architecture]]
70-
name = "Deployed as application management system in Kubernetes. OpenPitrix is different than Helm, OpenPitrix uses Helm under the hood though. In an organization, people usually want to categorize applications by status such as developing, testing, staging, production; or by departments of their organization, to name a few."
69+
[[languages.en.index.eighth.cases]]
70+
desc = "Deployed as application management system in Kubernetes. OpenPitrix is different than Helm, OpenPitrix uses Helm under the hood though. In an organization, people usually want to categorize applications by status such as developing, testing, staging, production; or by departments of their organization, to name a few."
7171
weight = 3
7272
[languages.en.index.footer]
7373
title = "About Pitrix itself"

layouts/index.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,16 @@ <h3 class="section-title">{{ .title }}</h3>
147147
<div class="container">
148148
{{ with .Site.Params.Index.Eighth }}
149149
<div class="section-content">
150-
<h3 class="section-title">{{ .title }}</h3>
150+
<h3 class="section-title" data-aos="fade" data-aos-delay="100" data-aos-anchor="#eighth">{{ .title }}</h3>
151151
<div class="section-case">
152-
<div class="section-desc">
153-
<ul>
154-
{{ range .architecture }}
155-
<li>{{ .name }}</li>
156-
{{ end }}
157-
</ul>
158-
</div>
152+
<ul>
153+
{{ range .cases }}
154+
<li data-aos="fade" data-aos-delay="300" data-aos-anchor="#eighth">
155+
<i></i>
156+
<div class="section-case_content">{{ .desc }}</div>
157+
</li>
158+
{{ end }}
159+
</ul>
159160
</div>
160161
</div>
161162
{{ end }}

layouts/partials/header.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,18 @@
1919
<div class="container">
2020
<h1 class="logo">
2121
<a href="#">
22-
<img class="pc-show" src="/assets/logo-new.svg" alt="openPitrix" height="23">
23-
<span class="logo1 mobile-show" style="background-image: url('/assets/logo-1.svg');"></span>
24-
<span class="logo2" style="background-image: url('/assets/logo-2.svg');"></span>
22+
<img class="logo1" src="/assets/logo-new.svg" alt="openPitrix" />
23+
<img class="mobile-show logo2" src="/assets/logo2-new.svg" alt="openPitrix" />
2524
</a>
2625
</h1>
2726
<button class="menu-btn mobile-show"></button>
2827
<div class="menu-wrapper">
2928
<ul class="menu">
3029
{{ range .Site.Menus.main }}
31-
<li>
32-
<a href="{{ .URL | relURL }}">{{ .Name }}</a>
33-
<img class="mobile-show" src="/assets/arrow-right.svg" alt="arrow-right">
34-
</li>
30+
<li>
31+
<a href="{{ .URL | relURL }}">{{ .Name }}</a>
32+
<img class="mobile-show" src="/assets/arrow-right.svg" alt="arrow-right">
33+
</li>
3534
{{ end }}
3635
</ul>
3736
</div>

layouts/partials/home_clip.html

+73-93
Large diffs are not rendered by default.

static/assets/2-1.svg

+1-1
Loading

static/assets/2-2.svg

+1-1
Loading

static/assets/2-3.svg

+1-1
Loading

static/assets/2-4.svg

+1-1
Loading

static/assets/2-5.svg

+1-1
Loading

static/assets/2-6.svg

+1-1
Loading

static/assets/3-1.svg

+1-1
Loading

static/assets/6-1.svg

+1-1
Loading

static/assets/6-2.svg

+1-1
Loading

static/assets/6-3.svg

+1-1
Loading

static/assets/6-4.svg

+1-1
Loading

static/assets/6-5.svg

+1-1
Loading

static/assets/6-6.svg

+1-1
Loading

static/assets/6-7.svg

+1-1
Loading

static/assets/6-8.svg

+1-1
Loading

static/assets/6-9.svg

+1-1
Loading

0 commit comments

Comments
 (0)