Merge branch 'main' into certifications
This commit is contained in:
commit
53afc1692d
22 changed files with 526 additions and 1712 deletions
2
.github/workflows/autoprefixer.yml
vendored
2
.github/workflows/autoprefixer.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
npm run autoprefixer
|
npm run autoprefixer
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3.9.1
|
uses: peter-evans/create-pull-request@v3.9.2
|
||||||
with:
|
with:
|
||||||
branch: autoprefixer
|
branch: autoprefixer
|
||||||
branch-suffix: timestamp
|
branch-suffix: timestamp
|
||||||
|
|
71
.github/workflows/codeql-analysis.yml
vendored
Normal file
71
.github/workflows/codeql-analysis.yml
vendored
Normal file
|
@ -0,0 +1,71 @@
|
||||||
|
# For most projects, this workflow file will not need changing; you simply need
|
||||||
|
# to commit it to your repository.
|
||||||
|
#
|
||||||
|
# You may wish to alter this file to override the set of languages analyzed,
|
||||||
|
# or to provide custom queries or build logic.
|
||||||
|
#
|
||||||
|
# ******** NOTE ********
|
||||||
|
# We have attempted to detect the languages in your repository. Please check
|
||||||
|
# the `language` matrix defined below to confirm you have the correct set of
|
||||||
|
# supported CodeQL languages.
|
||||||
|
#
|
||||||
|
name: "CodeQL"
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
# The branches below must be a subset of the branches above
|
||||||
|
branches: [ main ]
|
||||||
|
schedule:
|
||||||
|
- cron: '19 16 * * 2'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
analyze:
|
||||||
|
name: Analyze
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
language: [ 'javascript' ]
|
||||||
|
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
||||||
|
# Learn more:
|
||||||
|
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
# Initializes the CodeQL tools for scanning.
|
||||||
|
- name: Initialize CodeQL
|
||||||
|
uses: github/codeql-action/init@v1
|
||||||
|
with:
|
||||||
|
languages: ${{ matrix.language }}
|
||||||
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
|
# By default, queries listed here will override any specified in a config file.
|
||||||
|
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||||
|
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
||||||
|
|
||||||
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
|
- name: Autobuild
|
||||||
|
uses: github/codeql-action/autobuild@v1
|
||||||
|
|
||||||
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
|
# 📚 https://git.io/JvXDl
|
||||||
|
|
||||||
|
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
|
||||||
|
# and modify them (or add more) to build your code if your project
|
||||||
|
# uses a compiled language
|
||||||
|
|
||||||
|
#- run: |
|
||||||
|
# make bootstrap
|
||||||
|
# make release
|
||||||
|
|
||||||
|
- name: Perform CodeQL Analysis
|
||||||
|
uses: github/codeql-action/analyze@v1
|
2
.github/workflows/md-link-checker.yml
vendored
2
.github/workflows/md-link-checker.yml
vendored
|
@ -10,4 +10,4 @@ jobs:
|
||||||
# checkout to latest commit
|
# checkout to latest commit
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
# run markdown linter
|
# run markdown linter
|
||||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.12
|
||||||
|
|
|
@ -106,3 +106,6 @@ other = "সার্টিফিকেট দেখুন"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "নোট সমূহ"
|
other = "নোট সমূহ"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "দায় বিজ্ঞপ্তি"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "查看证书"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "笔记"
|
other = "笔记"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "责任通知"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "Bekijk certificaat"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "Opmerkingen"
|
other = "Opmerkingen"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "Haftungshinweis"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "View Certificate"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "Notes"
|
other = "Notes"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "Liability Notice"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "Ver Certificado"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "Notas"
|
other = "Notas"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "Aviso de responsabilidad"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "Afficher le certificat"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "Remarques"
|
other = "Remarques"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "Avis de responsabilité"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "प्रमाणपत्र देखें"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "टिप्पणियाँ"
|
other = "टिप्पणियाँ"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "दायित्व सूचना"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "Lihat Sertifikat"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "Catatan"
|
other = "Catatan"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "Pemberitahuan Kewajiban"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "Féach ar an Teastas"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "Appunti"
|
other = "Appunti"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "Avviso di responsabilità"
|
||||||
|
|
|
@ -106,3 +106,6 @@ other = "ビューの証明書"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "ノート"
|
other = "ノート"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "責任通知"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "인증서보기"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "메모"
|
other = "메모"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "책임 고지"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "Просмотреть сертификат"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "Ноты"
|
other = "Ноты"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "Уведомление об ответственности"
|
||||||
|
|
|
@ -109,3 +109,6 @@ other = "Xem chứng chỉ"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "Ghi chú"
|
other = "Ghi chú"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "Thông báo trách nhiệm"
|
||||||
|
|
|
@ -4,10 +4,15 @@
|
||||||
{{ $contactMeEnabled := site.Params.footer.contactMe.enable | default true }}
|
{{ $contactMeEnabled := site.Params.footer.contactMe.enable | default true }}
|
||||||
{{ $newsletterEnabled := site.Params.footer.newsletter.enable | default true }}
|
{{ $newsletterEnabled := site.Params.footer.newsletter.enable | default true }}
|
||||||
{{ $credentialsEnabled := site.Params.footer.credentials.enable | default true }}
|
{{ $credentialsEnabled := site.Params.footer.credentials.enable | default true }}
|
||||||
|
{{ $disclaimerEnabled := site.Params.footer.disclaimer.enable | default false }}
|
||||||
|
|
||||||
{{/* Keep backward compatibility for the newsletter function */}}
|
{{/* Keep backward compatibility for the newsletter function */}}
|
||||||
{{ if site.Params.newsletter.enable }}
|
{{ if site.Params.newsletter }}
|
||||||
|
{{ if site.Params.newsletter.enable }}
|
||||||
{{ $newsletterEnabled = true }}
|
{{ $newsletterEnabled = true }}
|
||||||
|
{{ else }}
|
||||||
|
{{ $newsletterEnabled = false }}
|
||||||
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if $footerEnabled }}
|
{{ if $footerEnabled }}
|
||||||
|
@ -29,6 +34,13 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
|
{{ $disclaimer := "" }}
|
||||||
|
{{ $siteConfig := (index site.Data site.Language.Lang).site }}
|
||||||
|
{{ if $siteConfig.disclaimer }}
|
||||||
|
{{ $disclaimer = $siteConfig.disclaimer }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{/* footer logos */}}
|
{{/* footer logos */}}
|
||||||
{{ $themeLogo := "/images/theme-logo.png" }}
|
{{ $themeLogo := "/images/theme-logo.png" }}
|
||||||
{{ $hugoLogo := "/images/hugo-logo.svg" }}
|
{{ $hugoLogo := "/images/hugo-logo.svg" }}
|
||||||
|
@ -79,16 +91,26 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<!-------------- Newsletter --------------->
|
||||||
{{ if $newsletterEnabled }}
|
{{ if $newsletterEnabled }}
|
||||||
|
{{ $provider := site.Params.footer.newsletter.provider }}
|
||||||
<div class="col-md-4 col-sm-12">
|
<div class="col-md-4 col-sm-12">
|
||||||
<!-- <h5>Newsletter</h5> -->
|
|
||||||
<p>{{ i18n "newsletter_text" }}</p>
|
<p>{{ i18n "newsletter_text" }}</p>
|
||||||
<form>
|
{{ if and (eq $provider "mailchimp") site.Params.footer.newsletter.mailchimpURL }} <!-- mailchimp -->
|
||||||
|
<form
|
||||||
|
action="{{ site.Params.footer.newsletter.mailchimpURL }}"
|
||||||
|
method="post"
|
||||||
|
id="mc-embedded-subscribe-form"
|
||||||
|
name="mc-embedded-subscribe-form"
|
||||||
|
class="validate"
|
||||||
|
target="_blank"
|
||||||
|
novalidate >
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input
|
<input
|
||||||
type="email"
|
type="email"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
id="exampleInputEmail1"
|
id="mce-EMAIL"
|
||||||
|
name="EMAIL"
|
||||||
aria-describedby="emailHelp"
|
aria-describedby="emailHelp"
|
||||||
placeholder="{{ i18n "newsletter_input_placeholder" }}"
|
placeholder="{{ i18n "newsletter_input_placeholder" }}"
|
||||||
/>
|
/>
|
||||||
|
@ -98,10 +120,26 @@
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-info">{{ i18n "submit" }}</button>
|
<button type="submit" class="btn btn-info">{{ i18n "submit" }}</button>
|
||||||
</form>
|
</form>
|
||||||
|
{{ else }}
|
||||||
|
<!-- a dummy form -->
|
||||||
|
<form>
|
||||||
|
<div class="form-group">
|
||||||
|
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="{{ i18n "newsletter_input_placeholder" }}"/>
|
||||||
|
<small id="emailHelp" class="form-text text-muted">{{ i18n "newsletter_warning" }}</small>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-info">{{ i18n "submit" }}</button>
|
||||||
|
</form>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{{ if and $disclaimerEnabled $disclaimer}}
|
||||||
|
<hr />
|
||||||
|
<div class="container">
|
||||||
|
<p id="disclaimer"><strong>{{ i18n "disclaimer_text" }}:</strong> {{ $disclaimer }}</p>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
{{ if $credentialsEnabled }}
|
{{ if $credentialsEnabled }}
|
||||||
<hr />
|
<hr />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
2152
package-lock.json
generated
2152
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/hossainemruz/toha#readme",
|
"homepage": "https://github.com/hossainemruz/toha#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^9.8.6",
|
"autoprefixer": "^10.2.5",
|
||||||
"postcss-cli": "^7.1.2"
|
"postcss-cli": "^8.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -339,6 +339,14 @@ mark {
|
||||||
background-color: #e5e9f2;
|
background-color: #e5e9f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer #disclaimer{
|
||||||
|
color: #8392a5 !important;
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
.footer #disclaimer>strong{
|
||||||
|
color: #c0ccda!important;
|
||||||
|
}
|
||||||
|
|
||||||
.footer #theme {
|
.footer #theme {
|
||||||
color: #c0ccda;
|
color: #c0ccda;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc-holder {
|
.toc-holder {
|
||||||
position: -webkit-sticky;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 4.5rem;
|
top: 4.5rem;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
.sidebar-holder {
|
.sidebar-holder {
|
||||||
top: 2.5rem;
|
top: 2.5rem;
|
||||||
position: -webkit-sticky;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
background-color: #f9fafc;
|
background-color: #f9fafc;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
@ -192,7 +191,6 @@ a.focused {
|
||||||
transition: all ease-out 0.3s;
|
transition: all ease-out 0.3s;
|
||||||
}
|
}
|
||||||
.sidebar-holder {
|
.sidebar-holder {
|
||||||
position: -webkit-sticky;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 2.5rem;
|
top: 2.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -222,7 +220,6 @@ a.focused {
|
||||||
transition: all ease-out 0.3s;
|
transition: all ease-out 0.3s;
|
||||||
}
|
}
|
||||||
.sidebar-holder {
|
.sidebar-holder {
|
||||||
position: -webkit-sticky;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 2.5rem;
|
top: 2.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue