Skip to content

Commit

Permalink
Merge pull request #49 from growilabs/support/155222-update-docker-pu…
Browse files Browse the repository at this point in the history
…ll-amount

support: Update display docker image pull amount
  • Loading branch information
yuki-takei authored Oct 15, 2024
2 parents 6c73575 + 3f0174a commit 0da2bbc
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/.vuepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@

<!-- Introduce section -->
<div class="container">
<h2 class="text-center mt-5 py-5 section-title animated fadeIn">{{ data.sections.introduction.title }}</h2>
<h2 class="text-center mt-5 py-4 py-md-5 section-title animated fadeIn">{{ data.sections.introduction.title }}</h2>
<div class="row animated fadeIn mb-0 mb-md-5 pb-5">
<div class="col-md-7 text-center">
<div class="row">
<div class="d-flex flex-md-fill flex-row justify-content-center order-md-2">
<img src="/assets/images/growi-logo.svg" alt="GROWI" class="d-md-none w-25" v-on:click="handleClick">
<div class="my-auto">
<span class="ff-montserrat display-1 text-reset">500K+</span>
<p class="ff-montserrat fs-3">Docker Image Pulls </p>
<div class="d-sm-flex flex-md-fill flex-row justify-content-center order-md-2">
<img src="/assets/images/growi-logo.svg" alt="GROWI" class="d-md-none w-50 mb-4" v-on:click="handleClick">
<div class="my-auto ms-sm-4">
<p class="ff-montserrat fs-3 mb-2">More than</p>
<span class="ff-montserrat display-1 text-reset">1,000,000</span>
<p class="ff-montserrat fs-3 mt-3">Docker Image Pulls </p>
</div>
</div>
<p class="mb-0 mb-md-4 order-md-1 mt-5 mt-md-auto text-start text-md-center px-0" v-html="data.sections.introduction.text">
Expand All @@ -44,8 +45,8 @@
</div>
</div>
</div>
<div class="col-md-5 my-auto d-none d-md-block">
<img src="/assets/images/growi-logo.svg" alt="GROWI" class="w-75 ms-0" v-on:click="handleClick">
<div class="col-md-5 d-none d-md-block">
<img src="/assets/images/growi-logo.svg" alt="GROWI" class="h-75 ms-4 ms-lg-0" v-on:click="handleClick">
</div>
</div>
</div>
Expand Down

0 comments on commit 0da2bbc

Please sign in to comment.