Skip to content

Commit

Permalink
fix/style/use bootstrap 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jan 5, 2025
1 parent 82bedfb commit d3c2940
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "third-party/beautiful-jekyll"]
path = third-party/beautiful-jekyll
url = https://github.com/daattali/beautiful-jekyll.git
url = https://github.com/ReenigneArcher/beautiful-jekyll.git
branch = master
6 changes: 2 additions & 4 deletions _includes/donate.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<!-- Donate section-->
<section class="p-5" id="Donate">
<div class="container mb-5 shadow border-0 card-custom rounded-0">
<!-- bs5 no-gutters -> g-0 -->
<div class="d-table-row no-gutters">
<div class="d-table-row g-0">
<div class="d-table-cell px-3 align-middle text-center">
<h1>
<i class="fa-fw fas fa-coins"></i>
</h1>
</div>
<!-- bs5 border-left -> border-start -->
<div class="col-sm-auto border-white my-3 px-3 py-2 border-left">
<div class="col-sm-auto border-white my-3 px-3 py-2 border-start">
<div class="container">
<h4 class="card-title mb-3 fw-bolder">Donate</h4>
</div>
Expand Down
6 changes: 2 additions & 4 deletions _includes/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
<section class="p-5" id="Support">
<div class="mx-auto mb-5">
<div class="container shadow border-0 bg-primary rounded-0">
<!-- bs5 no-gutters -> g-0 -->
<div class="d-table-row no-gutters">
<div class="d-table-row g-0">
<div class="d-table-cell px-4 align-middle text-center">
<h3 class="fw-bolder">Support Center</h3>
<div>Find answers and ask questions.</div>
</div>
<!-- bs5 border-left -> border-start -->
<div class="col-sm-auto border-white my-3 px-4 py-2 border-left">
<div class="col-sm-auto border-white my-3 px-4 py-2 border-start">
<p class="card-text">
<em>The one who knows all the answers has not been asked all the questions.</em>
– Confucius.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $(document).ready(function(){
banner_link.append(banner)

let card_body = document.createElement("div")
card_body.className = "card-body p-4 rounded-0"
card_body.className = "card-body text-white p-4 rounded-0"
card.appendChild(card_body)

let card_title_link = document.createElement("a")
Expand Down
34 changes: 12 additions & 22 deletions support.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
title: Support
layout: page
full-width: true
full-width: false
css:
- /assets/css/hide-heading.css
---

<section class="py-5" id="Docs">
<!-- bs5 no-gutters -> gx-5 -->
<div class="row no-gutters justify-content-center">
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 col-xl-6">
<div class="text-center">
<h2 class="fw-bolder">Need support?</h2>
Expand All @@ -19,23 +18,21 @@ <h2 class="fw-bolder">Need support?</h2>

<!-- Read the Docs -->
<div class="container mb-5 shadow border-0 card-custom rounded-0">
<!-- bs5 no-gutters -> g-0 -->
<div class="d-table-row no-gutters">
<div class="d-table-row g-0">
<div class="d-table-cell px-3 align-middle text-center">
<h1>
<i class="fa-fw fa-solid fa-file-lines"></i>
</h1>
</div>
<!-- bs5 border-left -> border-start -->
<div class="col-sm-auto border-white my-3 px-3 py-2 border-left">
<div class="col-sm-auto border-white my-3 px-3 py-2 border-start">
<a class="text-decoration-none link-light stretched-link"
href="https://docs.lizardbyte.dev/en/latest/about/overview.html"
target="_blank">
<h4 class="card-title mb-3 fw-bolder crowdin-ignore">Read the Docs</h4>
</a>
<p class="card-text">
Select projects have the documentation hosted on Read the Docs.
Look for the icon paper on the project cards at our home page.
Look for the paper icon on the project cards at our home page.
</p>
<p class="card-text mx-3">
<small>
Expand All @@ -53,8 +50,7 @@ <h4 class="card-title mb-3 fw-bolder crowdin-ignore">Read the Docs</h4>
</section>

<section class="py-5" id="Channels">
<!-- bs5 no-gutters -> gx-5 -->
<div class="row no-gutters justify-content-center">
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 col-xl-6">
<div class="text-center">
<h2 class="fw-bolder">Need more help?</h2>
Expand All @@ -65,15 +61,13 @@ <h2 class="fw-bolder">Need more help?</h2>

<!-- Discord -->
<div class="container mb-5 shadow border-0 card-custom rounded-0">
<!-- bs5 no-gutters -> g-0 -->
<div class="d-table-row no-gutters">
<div class="d-table-row g-0">
<div class="d-table-cell px-3 align-middle text-center">
<h1>
<i class="fa-fw fab fa-discord"></i>
</h1>
</div>
<!-- bs5 border-left -> border-start -->
<div class="col-sm-auto border-white my-3 px-3 py-2 border-left">
<div class="col-sm-auto border-white my-3 px-3 py-2 border-start">
<a class="text-decoration-none link-light stretched-link"
href="discord">
<h4 class="card-title mb-3 fw-bolder crowdin-ignore">Discord</h4>
Expand All @@ -98,15 +92,13 @@ <h4 class="card-title mb-3 fw-bolder crowdin-ignore">Discord</h4>

<!-- GitHub -->
<div class="container mb-5 shadow border-0 card-custom rounded-0">
<!-- bs5 no-gutters -> g-0 -->
<div class="d-table-row no-gutters">
<div class="d-table-row g-0">
<div class="d-table-cell px-3 align-middle text-center">
<h1>
<i class="fa-fw fab fa-github"></i>
</h1>
</div>
<!-- bs5 border-left -> border-start -->
<div class="col-sm-auto border-white my-3 px-3 py-2 border-left">
<div class="col-sm-auto border-white my-3 px-3 py-2 border-start">
<a class="text-decoration-none link-light stretched-link"
href="https://github.com/orgs/LizardByte/discussions">
<h4 class="card-title mb-3 fw-bolder crowdin-ignore">GitHub</h4>
Expand All @@ -130,15 +122,13 @@ <h4 class="card-title mb-3 fw-bolder crowdin-ignore">GitHub</h4>

<!-- Reddit -->
<div class="container mb-5 shadow border-0 card-custom rounded-0">
<!-- bs5 no-gutters -> g-0 -->
<div class="d-table-row no-gutters">
<div class="d-table-row g-0">
<div class="d-table-cell px-3 align-middle text-center">
<h1>
<i class="fa-fw fab fa-reddit-alien"></i>
</h1>
</div>
<!-- bs5 border-left -> border-start -->
<div class="col-sm-auto border-white my-3 px-3 py-2 border-left">
<div class="col-sm-auto border-white my-3 px-3 py-2 border-start">
<a class="text-decoration-none link-light stretched-link"
href="https://www.reddit.com/r/LizardByte" target="_blank">
<h4 class="card-title mb-3 fw-bolder crowdin-ignore">Reddit</h4>
Expand Down

0 comments on commit d3c2940

Please sign in to comment.