Skip to content

Commit

Permalink
upgrade bootstrap to v5.3.2
Browse files Browse the repository at this point in the history
Change-Id: If3183b7ef350e22c6226926784065ccafadcbce2
Signed-off-by: Pawel Piatek <pawelx.piatek@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk.github.io/+/21298
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Marek Chomnicki <marek.chomnicki@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com>
  • Loading branch information
xjjx authored and tomzawadzki committed Feb 16, 2024
1 parent d0eba95 commit 9f4963d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 11 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="collapse navbar-collapse" id="navbarSupportedContent">

<div class="navbar-nav mr-auto">
<div class="navbar-nav me-auto">
{% for box in site.boxes %}
{% assign box_cn_url = "/cn" | append: box.url %}
{% if page.url == box.url %}
Expand All @@ -37,7 +37,7 @@
{% endfor %}
</div>

<div class="navbar-nav ml-auto mr-3">
<div class="navbar-nav ms-auto me-3">
<a class="nav-link header-link" href="https://github.com/spdk/spdk">
<svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</a>
Expand Down
10 changes: 5 additions & 5 deletions _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 class="mb-3">Build Ultra High-Performance Storage Applications with the Stor
<p class="lead mb-4">
The Storage Performance Development Kit (SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode storage applications.</p>
<div>
<a href="/doc/" class="btn btn-lg btn-dark mb-3 mr-md-3">Get started</a>
<a href="/doc/" class="btn btn-lg btn-dark mb-3 me-md-3">Get started</a>
<a href="/releases/" class="btn btn-lg btn-outline-dark mb-3">Download</a>
</div>
</div>
Expand All @@ -38,7 +38,7 @@ <h2>Cutting Edge</h2>
</ul>

<div>
<a href="/doc/" class="btn btn-lg btn-dark mb-3 mr-md-3">Performance Reports</a>
<a href="/doc/" class="btn btn-lg btn-dark mb-3 me-md-3">Performance Reports</a>
<a href="/blog/" class="btn btn-lg btn-outline-dark mb-3">Blog</a>
</div>
</div>
Expand All @@ -51,7 +51,7 @@ <h2>Open Source Community</h2>
</ul>

<div>
<a href="/community/" class="btn btn-lg btn-dark mb-3 mr-md-3">Join Us</a>
<a href="/community/" class="btn btn-lg btn-dark mb-3 me-md-3">Join Us</a>
<a href="https://github.com/spdk/spdk" class="btn btn-lg btn-outline-dark mb-3">GitHub</a>
</div>
</div>
Expand All @@ -66,7 +66,7 @@ <h2>Production Ready</h2>
</ul>

<div>
<a href="/development/" class="btn btn-lg btn-dark mb-3 mr-md-3">Learn More</a>
<a href="/development/" class="btn btn-lg btn-dark mb-3 me-md-3">Learn More</a>
<a href="https://github.com/spdk/spdk" class="btn btn-lg btn-outline-dark mb-3">CI Status</a>
</div>
</div>
Expand All @@ -80,7 +80,7 @@ <h2>Well Documented</h2>
</ul>

<div>
<a href="/doc/" class="btn btn-lg btn-dark mb-3 mr-md-3">Guides</a>
<a href="/doc/" class="btn btn-lg btn-dark mb-3 me-md-3">Guides</a>
<a href="https://github.com/spdk/spdk" class="btn btn-lg btn-outline-dark mb-3">API Documentation</a>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions css/spdk.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ h6 {
font-family: 'Roboto', sans-serif;
}

.bg-dark {
background-color: #2b497d!important;
}

.btn-dark, .btn-outline-dark:hover {
background-color: #2b497d;
}

.btn-dark:hover {
background-color: #213861;
}

.header-link {
text-transform: uppercase;
padding-top: 25px;
Expand Down

0 comments on commit 9f4963d

Please sign in to comment.