From 00433bb63d22294fcb9adf94dc9980c28e3cb423 Mon Sep 17 00:00:00 2001 From: leiyu3 Date: Thu, 17 Jul 2025 13:22:16 -0400 Subject: added about site and contribution --- assets/css/custom.css | 8 ++ assets/css/main.css | 253 +------------------------------------------ content/_index.md | 11 +- layouts/_default/baseof.html | 1 - layouts/_default/home.html | 12 +- 5 files changed, 24 insertions(+), 261 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 396235f..abf5151 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -18,6 +18,10 @@ h6 { transition: color 0.3s ease; } +.about > h3 { + text-align: center; +} + .header { font-size: 2em; line-height: 1em; @@ -504,3 +508,7 @@ button#clear-search svg { color: black; } } + +.back-to-top { + text-align: center; +} \ No newline at end of file diff --git a/assets/css/main.css b/assets/css/main.css index 7004a13..b552953 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -195,44 +195,6 @@ footer a { margin: 0; } -.line-summary { - font-size: small; - margin-top: 0.2rem !important; - /* font-style: italic; */ - color: var(--content-secondary); -} - -.list-container { - padding-bottom: 3rem; -} - -.pagination { - display: flex; - align-items: center; - margin-top: 1rem; - margin-bottom: 0rem; - justify-content: center; -} - -.pagination-control { - min-width: 3rem; - margin-left: 0.5rem; - margin-right: 0.5rem; - text-align: center; - align-items: center; -} - -.page-number { - min-width: 3rem; - margin-left: 0.5rem; - margin-right: 0.5rem; - display: flex; - align-items: center; - justify-content: center; - align-items: center; - font-weight: bold; -} - /* Social Icons */ .social-icons { @@ -286,152 +248,6 @@ footer a { margin-right: 0.3rem; } -/* Single pagination */ - -.single-pagination { - margin-top: 3rem; - margin-bottom: 3rem; -} - -.single-pagination a { - margin-left: 0.4rem; - margin-right: 0.4rem; -} - -.single-pagination hr { - margin: 0; -} - -.single-pagination-text { - display: flex; - justify-content: center; - align-items: center; - min-height: 100%; -} - -.single-pagination-prev { - min-width: 50%; - margin-top: 1rem; - margin-bottom: 1rem; - text-align: right; -} - -.single-pagination-next { - min-width: 50%; - margin-top: 1rem; - margin-bottom: 1rem; - text-align: left; -} - -.single-pagination-container-next { - display: flex; - min-height: 100%; - padding: 0.5rem; -} - -.single-pagination-container-prev { - display: flex; - min-height: 100%; - padding: 0.5rem; - float: right; -} - -/* Table of contents */ - -.toc { - font-size: var(--p-font-size); - line-height: calc(0.9 * var(--p-line-height)); - margin-top: var(--toc-margin-top); - margin-bottom: var(--toc-margin-bottom); -} - -.toc ul { - margin-top: 0.1rem; - margin-bottom: 0.1rem; -} - -.toc li { - margin-top: 0.1rem; - margin-bottom: 0.1rem; -} - -/* Autonumbering */ - -.autonumber { - counter-reset: h2-counter 0; -} - -.autonumber h2 { - counter-increment: h2-counter 1; - counter-reset: h3-counter 0; -} - -.autonumber h3 { - counter-increment: h3-counter 1; - counter-reset: h4-counter 0; -} - -.autonumber h4 { - counter-increment: h4-counter 1; -} - -.autonumber h2:before { - content: counter(h2-counter) "\00a0\00a0"; -} - -.autonumber h3:before { - content: counter(h2-counter) "." counter(h3-counter) "\00a0\00a0"; -} - -.autonumber h4:before { - content: counter(h2-counter) "." counter(h3-counter) "." counter(h4-counter) - "\00a0\00a0"; -} - -/* images */ - -.dark .img-light { - display: none !important; -} - -.light .img-dark { - display: none !important; -} - -.img-small div { - display: flex; - align-items: center; - justify-content: center; -} - -.img-small img { - scale: 80%; -} - -.img-full div { - display: flex; - align-items: center; - justify-content: center; -} - -.img-full img { - width: 100vw !important; - max-width: 100vw !important; -} - -.caption-container { - display: flex; - justify-content: center; -} - -figcaption { - color: var(--content-secondary); - padding-left: var(--caption-padding); - padding-right: var(--caption-padding); - font-size: var(--caption-font-size); - margin-top: 1rem; - margin-bottom: 1rem; -} /* 404 */ @@ -450,21 +266,7 @@ figcaption { margin-bottom: 3rem; } -/* breadcrumbs */ - -.breadcrumbs { - /* font-family: "Monaspace"; */ - font-size: 0.8em; - margin-bottom: calc(-0.5 * var(--h1-margin-top)); -} - -/* Comments */ - -.giscus { - margin-top: 3rem; -} - -/* Back to top */ +/ .back-to-top { text-align: center; @@ -473,56 +275,3 @@ figcaption { margin-bottom: 2rem; /* margin-top: -3rem; */ } - -/* Code in paragraphs */ - -p code { - background-color: var(--code-background); - border-radius: 3px; - padding: 2px; -} - -/* Tables */ - -table { - border-collapse: collapse; - margin-top: var(--table-margin-top); - margin-bottom: var(--table-margin-bottom); - font-size: var(--p-font-size); - line-height: var(--p-line-height); - color: var(--content-primary); -} - -th, -td { - padding: var(--table-cell-padding); - border: 1px solid var(--code-border); - text-align: left; -} - -th { - background-color: var(--code-background); - font-weight: bold; -} - -table code { - background-color: var(--code-background); - border-radius: 3px; - padding: 2px; -} - -/* Quotes */ - -blockquote { - margin: 1.5rem; - margin-left: 0; - margin-right: 0; - border-left: solid 2px; - color: var(--content-secondary); -} - -blockquote p { - margin-left: 1rem; - margin-right: 1rem; -} - diff --git a/content/_index.md b/content/_index.md index 3a7b010..90d6dc5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,11 +5,8 @@ pre-chorus: ★ bridge: ❖ --- -## About This Site -Let’s worship does not own any of the lyrics or chords on this site. - -The purpose of the site is simply to make it easier for fellow believers to worship without any distractions(ads, popups). If you enjoy using this site please share it with others. If there is corrections or adjustment you would like to suggest please email s444814187@gmail.com. - -## How to Contribute -If you want to contribute please send a email to s444814187@gmail.com. To increase the chance of the song being added please type out the lyrics with the chord placements like shown here. +### About This Site +Let's Worship exists simply to provide an online song book for fellow believers to worship without any distractions. If you enjoy using this site please share it with others. If there is corrections or adjustment you would like to suggest use this [form](https://forms.gle/NcLx2fo25cCE5gpU7). Let’s worship does not own any of the lyrics or chords on this site. +### How to Contribute +If you want to contribute please fill in this [form](https://forms.gle/iHQ21jC5JneWk4Ew5). To increase the chance of the song being added please type out the lyrics with the chord placements (shown in the form). We are only taking worship songs. \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d8fafb6..fa1b3b7 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -23,7 +23,6 @@
- {{ block "main" . }}{{ end }}
diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 17f4249..52db7eb 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -36,7 +36,7 @@
- {{ .Content }} + {{ $tagsPage := eq .Title "Tags"}} @@ -66,6 +66,16 @@ {{ end }} +
+
+ {{ .Content }}
+ +
+ + back to top + +
+ {{ end }} \ No newline at end of file -- cgit v1.2.3