Skip to content

Commit

Permalink
fix: minor fixes 20200705-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu Jian committed Jul 5, 2021
1 parent c1935ef commit 9910a45
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
20 changes: 15 additions & 5 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $secondary: #fe7740 !default;
}
}

.h4>p {
font-weight: 100;
}

h2.title {
font-size: 2vw;
font-weight: 600;
Expand Down Expand Up @@ -64,7 +68,6 @@ h2.title {
}
a.nav-link {
font-weight: 600;
// font-size: 1.2vw;
color: #404448;
text-shadow: none;
}
Expand Down Expand Up @@ -323,7 +326,11 @@ footer.d-print-none {
.logo > img {
// width: 8vw !important;
}

a.nav-link {
font-weight: 600;
color: #ffffff;
text-shadow: none;
}
}
}

Expand All @@ -345,9 +352,12 @@ footer.d-print-none {
// padding-top: 9rem;
padding:5rem 5vw 2rem 5vw !important
}
.nav-link {
padding: 0 !important;
margin: .7rem 0 0 0;

.td-navbar {
a.nav-link {
padding: 0 !important;
margin: .7rem 0 0 0;
}
}

.home-time {
Expand Down
4 changes: 2 additions & 2 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row align-items-center mt-5 pt-5">
<div class="col-lg-6">
<h1 class="display-1 mt-0 pb-3">
<img alt="Cloudpods" width="350" src="/images/cloudpods_logo_green.png" />
<img alt="Cloudpods" width="320" src="/images/cloudpods_logo_green.png" />
</h1>
<p class="display-2 mb-0">A cloud-native open source unified multi-cloud and hybrid-cloud platform</p>
</div>
Expand All @@ -32,7 +32,7 @@ <h1 class="display-1 mt-0 pb-3">

{{< blocks/lead color="primary" >}}

<h2>The one cloud that contains all your clouds</h2>
<h2>One cloud contains all your clouds</h2>

<p>Cloudpods manages not only on-premise KVM/baremetals, but also resources from many cloud accounts across many cloud providers. It hides the differences of underlying cloud providers and exposes one set of APIs that allow programatically interacting with these many clouds.</p>

Expand Down
4 changes: 2 additions & 2 deletions content/zh/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row align-items-center mt-5 pt-5">
<div class="col-lg-6">
<h1 class="display-1 mt-0 pb-3">
<img alt="Cloudpods" width="350" src="/images/cloudpods_logo_green.png" />
<img alt="Cloudpods" width="320" src="/images/cloudpods_logo_green.png" />
</h1>
<p class="display-2 mb-0">一款云原生的统一融合的开源多云和混合云平台</p>
</div>
Expand All @@ -32,7 +32,7 @@ <h1 class="display-1 mt-0 pb-3">

{{< blocks/lead color="primary" >}}

<h2>The one cloud that contains all your clouds</h2>
<h2>One cloud contains all your clouds</h2>

<p>Cloudpods不仅可以管理本地的虚拟机和物理机资源,还可以管理多个云平台和云账号。Cloudpods隐藏了这些异构基础设施资源的数据模型和API的差异,对外暴露了一套统一的API,允许用户就像用一个云一样地访问多云。从而大大降低了访问多云的复杂度,提升了管理多云的效率。</p>

Expand Down

0 comments on commit 9910a45

Please sign in to comment.