From b49b3e1f50060c55882bc2049f1b3922fff33e9e Mon Sep 17 00:00:00 2001 From: Husseinat Etti-Balogun Date: Tue, 22 Oct 2024 23:05:18 +0900 Subject: [PATCH] removed unused files and folders --- Gemfile.lock | 54 ++-- _data/docs_nav.yml | 37 --- _data/primary_nav.yml | 15 - _data/themes.yml | 4 - _includes/header.html | 8 - _includes/sitelinks.html | 55 ---- _layouts/docs-default.html | 74 ----- _site/about/index.html | 3 +- _site/assets/css/custom.css | 350 --------------------- _site/assets/css/style.css | 354 --------------------- _site/assets/css/style.css.map | 2 +- _site/assets/sass/docs-layout.scss | 482 ----------------------------- _site/index.html | 415 ++++++++++++++++--------- _site/showcase/index.html | 3 +- _site/webinars/index.html | 3 +- assets/css/custom.css | 350 --------------------- assets/css/style.scss | 5 - 17 files changed, 299 insertions(+), 1915 deletions(-) delete mode 100644 _data/docs_nav.yml delete mode 100644 _data/primary_nav.yml delete mode 100644 _data/themes.yml delete mode 100644 _includes/header.html delete mode 100644 _includes/sitelinks.html delete mode 100644 _layouts/docs-default.html delete mode 100644 _site/assets/css/custom.css delete mode 100644 _site/assets/sass/docs-layout.scss delete mode 100644 assets/css/custom.css delete mode 100644 assets/css/style.scss diff --git a/Gemfile.lock b/Gemfile.lock index e71e84a..59c22e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,22 +15,22 @@ GEM ffi (1.17.0-x64-mingw-ucrt) ffi (1.17.0-x86_64-darwin) forwardable-extended (2.6.0) - google-protobuf (4.27.3) + google-protobuf (4.28.2) bigdecimal rake (>= 13) - google-protobuf (4.27.3-arm64-darwin) + google-protobuf (4.28.2-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.27.3-x64-mingw-ucrt) + google-protobuf (4.28.2-x64-mingw-ucrt) bigdecimal rake (>= 13) - google-protobuf (4.27.3-x86_64-darwin) + google-protobuf (4.28.2-x86_64-darwin) bigdecimal rake (>= 13) http_parser.rb (0.8.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (4.3.3) + jekyll (4.3.4) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -73,32 +73,30 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.6) - strscan - rouge (4.3.0) + rexml (3.3.8) + rouge (4.4.0) safe_yaml (1.0.5) - sass-embedded (1.77.8) - google-protobuf (~> 4.26) + sass-embedded (1.80.3) + google-protobuf (~> 4.28) rake (>= 13) - sass-embedded (1.77.8-aarch64-mingw-ucrt) - google-protobuf (~> 4.26) - sass-embedded (1.77.8-arm64-darwin) - google-protobuf (~> 4.26) - sass-embedded (1.77.8-x64-mingw-ucrt) - google-protobuf (~> 4.26) - sass-embedded (1.77.8-x86-cygwin) - google-protobuf (~> 4.26) - sass-embedded (1.77.8-x86-mingw-ucrt) - google-protobuf (~> 4.26) - sass-embedded (1.77.8-x86_64-cygwin) - google-protobuf (~> 4.26) - sass-embedded (1.77.8-x86_64-darwin) - google-protobuf (~> 4.26) - strscan (3.1.0) + sass-embedded (1.80.3-aarch64-mingw-ucrt) + google-protobuf (~> 4.28) + sass-embedded (1.80.3-arm64-darwin) + google-protobuf (~> 4.28) + sass-embedded (1.80.3-x64-mingw-ucrt) + google-protobuf (~> 4.28) + sass-embedded (1.80.3-x86-cygwin) + google-protobuf (~> 4.28) + sass-embedded (1.80.3-x86-mingw-ucrt) + google-protobuf (~> 4.28) + sass-embedded (1.80.3-x86_64-cygwin) + google-protobuf (~> 4.28) + sass-embedded (1.80.3-x86_64-darwin) + google-protobuf (~> 4.28) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.5.0) - webrick (1.8.1) + unicode-display_width (2.6.0) + webrick (1.8.2) PLATFORMS aarch64-mingw-ucrt diff --git a/_data/docs_nav.yml b/_data/docs_nav.yml deleted file mode 100644 index d3ba180..0000000 --- a/_data/docs_nav.yml +++ /dev/null @@ -1,37 +0,0 @@ -- title: Getting Started - docs: - - link: /docs/ - - link: /docs/installation/ - - link: /docs/ruby-101/ - - link: /docs/community/ - - link: /docs/step-by-step/01-setup/ -- title: Build - docs: - - link: /docs/usage/ - - link: /docs/configuration/ - - link: /docs/rendering-process/ -- title: Content - docs: - - link: /docs/pages/ - - link: /docs/posts/ - - link: /docs/front-matter/ - - link: /docs/collections/ - - link: /docs/datafiles/ - - link: /docs/assets/ - - link: /docs/static-files/ -- title: Site Structure - docs: - - link: /docs/structure/ - - link: /docs/liquid/ - - link: /docs/variables/ - - link: /docs/includes/ - - link: /docs/layouts/ - - link: /docs/permalinks/ - - link: /docs/themes/ - - link: /docs/pagination/ -- title: Guides - docs: - - link: /docs/plugins/ - - link: /docs/migrations/ - - link: /docs/upgrading/ - - link: /docs/deployment/ \ No newline at end of file diff --git a/_data/primary_nav.yml b/_data/primary_nav.yml deleted file mode 100644 index c6e8352..0000000 --- a/_data/primary_nav.yml +++ /dev/null @@ -1,15 +0,0 @@ -- title: Home - link: / - show_on_mobile: true -- title: Docs - link: /docs/ - show_on_mobile: true -- title: About - link: /about/ - show_on_mobile: true -- title: Showcase - link: /showcase/ - show_on_mobile: true -- title: Webinars - link: /webinars/ - show_on_mobile: true \ No newline at end of file diff --git a/_data/themes.yml b/_data/themes.yml deleted file mode 100644 index 2916941..0000000 --- a/_data/themes.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: jekyll-theme-minimal - url: ./ -- name: just-the-docs - url: ./docs \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 3da9bd4..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,8 +0,0 @@ - -
- {% assign currentRequest = page.url | remove_first: '/' | downcase | split: '/' %} -
- {% include navigation.html currentRequest=currentRequest %} -
- -
\ No newline at end of file diff --git a/_includes/sitelinks.html b/_includes/sitelinks.html deleted file mode 100644 index 74c5b68..0000000 --- a/_includes/sitelinks.html +++ /dev/null @@ -1,55 +0,0 @@ - - - \ No newline at end of file diff --git a/_layouts/docs-default.html b/_layouts/docs-default.html deleted file mode 100644 index a91b2f8..0000000 --- a/_layouts/docs-default.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - {% include top.html %} - {% assign currentRequest = page.url | remove_first: '/' | downcase | split: '/' %} - - - - {% include navigation.html currentRequest=currentRequest %} - - -
- - - -
-

- {{ site.docstitle }} - -

- -
- - -
- - -
- -
- -
- {{ content }} -
-
-
- {% include footer.html %} - {% include scripts.html %} - - - \ No newline at end of file diff --git a/_site/about/index.html b/_site/about/index.html index 8ba1b52..25ca85b 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -19,8 +19,7 @@ - - + diff --git a/_site/assets/css/custom.css b/_site/assets/css/custom.css deleted file mode 100644 index 998c825..0000000 --- a/_site/assets/css/custom.css +++ /dev/null @@ -1,350 +0,0 @@ -/* PAGE BODY */ -html, body { - background-color: #ffffff; - display: flex; - flex-direction: column; - font: 14px/1.5 "Noto Sans", sans-serif; - color: #727272; - font-weight: 400; - width: 100%; - height: 100%; - margin: 0; - padding: 0; -} - -#container { - flex: 1; - display: flex; - flex-direction: column; - justify-content: space-between; -} - -#content { - flex: 1; - padding: 20px; -} - -#start { - width: 100%; - box-sizing: border-box; - padding: 20px; -} - -h1, h2, h3, h4, h5, h6 { - color: #222; - margin: 0 0 20px; -} - -p, ul, ol, table, pre, dl { - margin: 0 0 20px; -} - -h1, h2, h3 { - line-height: 1.1; -} - -h1 { - font-size: 28px; -} - -h2 { - color: #393939; -} - -h3, h4, h5, h6 { - color: #494949; -} - -a { - color: #267CB9; - text-decoration: none; -} - -a:hover, a:focus { - color: #069; - font-weight: bold; -} - -.wrapper { - width: 860px; - margin: 0 auto; -} - -blockquote { - border-left: 1px solid #e5e5e5; - margin: 0; - padding: 0 0 0 20px; - font-style: italic; -} - -code, pre { - font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; - color: #333; -} - -pre { - padding: 8px 15px; - background: #f8f8f8; - border-radius: 5px; - border: 1px solid #e5e5e5; - overflow-x: auto; -} - -table { - width: 100%; - border-collapse: collapse; -} - -th, td { - text-align: left; - padding: 5px 10px; - border-bottom: 1px solid #e5e5e5; -} - -dt { - color: #444; - font-weight: 700; -} - -th { - color: #444; -} - -img { - max-width: 100%; -} - -kbd { - background-color: #fafbfc; - border: 1px solid #c6cbd1; - border-bottom-color: #959da5; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #959da5; - color: #444d56; - display: inline-block; - font-size: 11px; - line-height: 10px; - padding: 3px 5px; - vertical-align: middle; -} - -.downloads li { - width: 89px; - float: left; - border-right: 1px solid #e0e0e0; - height: 40px; -} - -.downloads li:first-child a { - border-radius: 5px 0 0 5px; -} - -.downloads li:last-child a { - border-radius: 0 5px 5px 0; -} - -.downloads a { - line-height: 1; - font-size: 11px; - color: #676767; - display: block; - text-align: center; - padding-top: 6px; - height: 34px; -} - -.downloads a:hover, .downloads a:focus { - color: #675C5C; - font-weight: bold; -} - -.downloads ul a:active { - background-color: #f0f0f0; -} - -strong { - color: #222; - font-weight: 700; -} - -.downloads li + li + li { - border-right: none; - width: 89px; -} - -.downloads a strong { - font-size: 14px; - display: block; - color: #222; -} - -section { - width: 500px; - float: right; - padding-bottom: 50px; -} - -small { - font-size: 11px; -} - -hr { - border: 0; - background: #e5e5e5; - height: 1px; - margin: 0 0 20px; -} - -/* NAVIGATION Sticky Header */ -header { - position: sticky; - width: 100%; - top: 0; - z-index: 1000; - background-color: #333; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -} - -.navbar-logo ul { - margin: 0; - padding: 0; - display: flex; - justify-content: space-around; - background-color: #333; -} - -.navbar-logo ul li { - list-style: none; -} - -.navbar-logo ul li a { - display: block; - padding: 15px 20px; - color: #fff; - text-decoration: none; -} - -.navbar-logo ul li a:hover { - background-color: #22769c; - color: #fff; -} - -nav { - background-color: #f31a1a; -} - -nav ul { - list-style-type: none; - margin: 0; - padding: 0; - display: flex; - justify-content: space-around; - background-color: #333; -} - -nav ul li { - display: inline; - margin-right: 15px; - list-style: none; -} - -nav ul li a { - text-decoration: none; - display: block; - padding: 15px 20px; - color: #fff; -} - -nav ul li a:hover { - text-decoration: underline; - background-color: #22769c; -} - -a { - color: #22769c; -} - -a:hover { - color: #22769c; -} - -.flexbox { - display: flex; - height: 50px; - - & > * { margin: auto } -} - -.logo { - display: block; - img { margin-top: 5px } -} - -.navbar-logo { - display: flex; - height: 50px; - - & > * { margin: auto } -} - -/* NAV BAR HIGHLIGHT CURRENT PAGE */ -.navbar-nav > li > a { - color: #fff; - text-decoration: none; -} - -.navbar-nav > li > a:hover { - background-color: #22769c; -} - -.navbar-nav > li.active > a { - background-color: #22769c; - color: #fff; -} - -/* FOOTER STYLING */ -footer { - width: 100%; - background-color: #333; - color: #fff; - padding: 20px 0; - text-align: center; - font-size: 14px; - margin-top: auto; /* Pushes footer to the bottom */ -} - -footer a { - color: #fff; - text-decoration: none; -} - -footer a:hover { - color: #22769c; - text-decoration: underline; -} - -/* NAVBAR CUSTOMISATION */ -.navbar-custom { - position: sticky; - width: 100%; - top: 0; - z-index: 1000; - background-color: #333; - border-bottom: 1px solid #444; -} - -.navbar-logo { - max-height: 250px; - float: left; - margin-right: 5px; -} - -.navbar-left { - display: flex; - align-items: center; - justify-content: flex-end; -} - -.navbar-nav > li > a:hover { - background-color: #22769c; -} diff --git a/_site/assets/css/style.css b/_site/assets/css/style.css index 25edfe4..1dfb088 100644 --- a/_site/assets/css/style.css +++ b/_site/assets/css/style.css @@ -571,359 +571,5 @@ footer { color: #444; } } -/* PAGE BODY */ -html, body { - background-color: #ffffff; - display: flex; - flex-direction: column; - font: 14px/1.5 "Noto Sans", sans-serif; - color: #727272; - font-weight: 400; - width: 100%; - height: 100%; - margin: 0; - padding: 0; -} - -#container { - flex: 1; - display: flex; - flex-direction: column; - justify-content: space-between; -} - -#content { - flex: 1; - padding: 20px; -} - -#start { - width: 100%; - box-sizing: border-box; - padding: 20px; -} - -h1, h2, h3, h4, h5, h6 { - color: #222; - margin: 0 0 20px; -} - -p, ul, ol, table, pre, dl { - margin: 0 0 20px; -} - -h1, h2, h3 { - line-height: 1.1; -} - -h1 { - font-size: 28px; -} - -h2 { - color: #393939; -} - -h3, h4, h5, h6 { - color: #494949; -} - -a { - color: #267CB9; - text-decoration: none; -} - -a:hover, a:focus { - color: #069; - font-weight: bold; -} - -.wrapper { - width: 860px; - margin: 0 auto; -} - -blockquote { - border-left: 1px solid #e5e5e5; - margin: 0; - padding: 0 0 0 20px; - font-style: italic; -} - -code, pre { - font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; - color: #333; -} - -pre { - padding: 8px 15px; - background: #f8f8f8; - border-radius: 5px; - border: 1px solid #e5e5e5; - overflow-x: auto; -} - -table { - width: 100%; - border-collapse: collapse; -} - -th, td { - text-align: left; - padding: 5px 10px; - border-bottom: 1px solid #e5e5e5; -} - -dt { - color: #444; - font-weight: 700; -} - -th { - color: #444; -} - -img { - max-width: 100%; -} - -kbd { - background-color: #fafbfc; - border: 1px solid #c6cbd1; - border-bottom-color: #959da5; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #959da5; - color: #444d56; - display: inline-block; - font-size: 11px; - line-height: 10px; - padding: 3px 5px; - vertical-align: middle; -} - -.downloads li { - width: 89px; - float: left; - border-right: 1px solid #e0e0e0; - height: 40px; -} - -.downloads li:first-child a { - border-radius: 5px 0 0 5px; -} - -.downloads li:last-child a { - border-radius: 0 5px 5px 0; -} - -.downloads a { - line-height: 1; - font-size: 11px; - color: #676767; - display: block; - text-align: center; - padding-top: 6px; - height: 34px; -} - -.downloads a:hover, .downloads a:focus { - color: #675C5C; - font-weight: bold; -} - -.downloads ul a:active { - background-color: #f0f0f0; -} - -strong { - color: #222; - font-weight: 700; -} - -.downloads li + li + li { - border-right: none; - width: 89px; -} - -.downloads a strong { - font-size: 14px; - display: block; - color: #222; -} - -section { - width: 500px; - float: right; - padding-bottom: 50px; -} - -small { - font-size: 11px; -} - -hr { - border: 0; - background: #e5e5e5; - height: 1px; - margin: 0 0 20px; -} - -/* NAVIGATION Sticky Header */ -header { - position: sticky; - width: 100%; - top: 0; - z-index: 1000; - background-color: #333; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -} - -.navbar-logo ul { - margin: 0; - padding: 0; - display: flex; - justify-content: space-around; - background-color: #333; -} - -.navbar-logo ul li { - list-style: none; -} - -.navbar-logo ul li a { - display: block; - padding: 15px 20px; - color: #fff; - text-decoration: none; -} - -.navbar-logo ul li a:hover { - background-color: #22769c; - color: #fff; -} - -nav { - background-color: #f31a1a; -} - -nav ul { - list-style-type: none; - margin: 0; - padding: 0; - display: flex; - justify-content: space-around; - background-color: #333; -} - -nav ul li { - display: inline; - margin-right: 15px; - list-style: none; -} - -nav ul li a { - text-decoration: none; - display: block; - padding: 15px 20px; - color: #fff; -} - -nav ul li a:hover { - text-decoration: underline; - background-color: #22769c; -} - -a { - color: #22769c; -} - -a:hover { - color: #22769c; -} - -.flexbox { - display: flex; - height: 50px; - & > * { - margin: auto; - } -} - -.logo { - display: block; - img { - margin-top: 5px; - } -} - -.navbar-logo { - display: flex; - height: 50px; - & > * { - margin: auto; - } -} - -/* NAV BAR HIGHLIGHT CURRENT PAGE */ -.navbar-nav > li > a { - color: #fff; - text-decoration: none; -} - -.navbar-nav > li > a:hover { - background-color: #22769c; -} - -.navbar-nav > li.active > a { - background-color: #22769c; - color: #fff; -} - -/* FOOTER STYLING */ -footer { - width: 100%; - background-color: #333; - color: #fff; - padding: 20px 0; - text-align: center; - font-size: 14px; - margin-top: auto; /* Pushes footer to the bottom */ -} - -footer a { - color: #fff; - text-decoration: none; -} - -footer a:hover { - color: #22769c; - text-decoration: underline; -} - -/* NAVBAR CUSTOMISATION */ -.navbar-custom { - position: sticky; - width: 100%; - top: 0; - z-index: 1000; - background-color: #333; - border-bottom: 1px solid #444; -} - -.navbar-logo { - max-height: 250px; - float: left; - margin-right: 5px; -} - -.navbar-left { - display: flex; - align-items: center; - justify-content: flex-end; -} - -.navbar-nav > li > a:hover { - background-color: #22769c; -} /*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/_site/assets/css/style.css.map b/_site/assets/css/style.css.map index e2c9cb3..cb9033e 100644 --- a/_site/assets/css/style.css.map +++ b/_site/assets/css/style.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../../../../.local/share/gem/ruby/3.3.0/gems/jekyll-theme-minimal-0.2.0/_sass/fonts.scss","../../../../../.local/share/gem/ruby/3.3.0/gems/jekyll-theme-minimal-0.2.0/_sass/rouge-github.scss","../../../../../.local/share/gem/ruby/3.3.0/gems/jekyll-theme-minimal-0.2.0/_sass/jekyll-theme-minimal.scss","custom.css"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;EACA;EACA;;AASF;EACE;EACA;EACA;EACA;EACA;;AASF;EACE;EACA;EACA;EACA;EACA;;AASF;EACE;EACA;EACA;EACA;EACA;;AC/CF;EAAsB;;;AACtB;EAAuB;;;AACvB;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AC5MF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EAEE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;IACA;IACA;;;AC3RJ;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EAEA;IAAQ;;;;AAGV;EACE;EACA;IAAM;;;;AAGR;EACE;EACA;EAEA;IAAQ;;;;AAGV;AACA;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE","sourcesContent":["@font-face {\n font-family: 'Noto Sans';\n font-weight: 400;\n font-style: normal;\n src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot');\n src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot?#iefix') format('embedded-opentype'),\n local('Noto Sans'),\n local('Noto-Sans-regular'),\n url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff2') format('woff2'),\n url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff') format('woff'),\n url('../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf') format('truetype'),\n url('../fonts/Noto-Sans-regular/Noto-Sans-regular.svg#NotoSans') format('svg');\n}\n\n@font-face {\n font-family: 'Noto Sans';\n font-weight: 700;\n font-style: normal;\n src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot');\n src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix') format('embedded-opentype'),\n local('Noto Sans Bold'),\n local('Noto-Sans-700'),\n url('../fonts/Noto-Sans-700/Noto-Sans-700.woff2') format('woff2'),\n url('../fonts/Noto-Sans-700/Noto-Sans-700.woff') format('woff'),\n url('../fonts/Noto-Sans-700/Noto-Sans-700.ttf') format('truetype'),\n url('../fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans') format('svg');\n}\n\n@font-face {\n font-family: 'Noto Sans';\n font-weight: 400;\n font-style: italic;\n src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot');\n src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix') format('embedded-opentype'),\n local('Noto Sans Italic'),\n local('Noto-Sans-italic'),\n url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2') format('woff2'),\n url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff') format('woff'),\n url('../fonts/Noto-Sans-italic/Noto-Sans-italic.ttf') format('truetype'),\n url('../fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans') format('svg');\n}\n\n@font-face {\n font-family: 'Noto Sans';\n font-weight: 700;\n font-style: italic;\n src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot');\n src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix') format('embedded-opentype'),\n local('Noto Sans Bold Italic'),\n local('Noto-Sans-700italic'),\n url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2') format('woff2'),\n url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff') format('woff'),\n url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf') format('truetype'),\n url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans') format('svg');\n}\n",".highlight table td { padding: 5px; }\n.highlight table pre { margin: 0; }\n.highlight .cm {\n color: #999988;\n font-style: italic;\n}\n.highlight .cp {\n color: #999999;\n font-weight: bold;\n}\n.highlight .c1 {\n color: #999988;\n font-style: italic;\n}\n.highlight .cs {\n color: #999999;\n font-weight: bold;\n font-style: italic;\n}\n.highlight .c, .highlight .cd {\n color: #999988;\n font-style: italic;\n}\n.highlight .err {\n color: #a61717;\n background-color: #e3d2d2;\n}\n.highlight .gd {\n color: #000000;\n background-color: #ffdddd;\n}\n.highlight .ge {\n color: #000000;\n font-style: italic;\n}\n.highlight .gr {\n color: #aa0000;\n}\n.highlight .gh {\n color: #999999;\n}\n.highlight .gi {\n color: #000000;\n background-color: #ddffdd;\n}\n.highlight .go {\n color: #888888;\n}\n.highlight .gp {\n color: #555555;\n}\n.highlight .gs {\n font-weight: bold;\n}\n.highlight .gu {\n color: #aaaaaa;\n}\n.highlight .gt {\n color: #aa0000;\n}\n.highlight .kc {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kd {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kn {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kp {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kr {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kt {\n color: #445588;\n font-weight: bold;\n}\n.highlight .k, .highlight .kv {\n color: #000000;\n font-weight: bold;\n}\n.highlight .mf {\n color: #009999;\n}\n.highlight .mh {\n color: #009999;\n}\n.highlight .il {\n color: #009999;\n}\n.highlight .mi {\n color: #009999;\n}\n.highlight .mo {\n color: #009999;\n}\n.highlight .m, .highlight .mb, .highlight .mx {\n color: #009999;\n}\n.highlight .sb {\n color: #d14;\n}\n.highlight .sc {\n color: #d14;\n}\n.highlight .sd {\n color: #d14;\n}\n.highlight .s2 {\n color: #d14;\n}\n.highlight .se {\n color: #d14;\n}\n.highlight .sh {\n color: #d14;\n}\n.highlight .si {\n color: #d14;\n}\n.highlight .sx {\n color: #d14;\n}\n.highlight .sr {\n color: #009926;\n}\n.highlight .s1 {\n color: #d14;\n}\n.highlight .ss {\n color: #990073;\n}\n.highlight .s {\n color: #d14;\n}\n.highlight .na {\n color: #008080;\n}\n.highlight .bp {\n color: #999999;\n}\n.highlight .nb {\n color: #0086B3;\n}\n.highlight .nc {\n color: #445588;\n font-weight: bold;\n}\n.highlight .no {\n color: #008080;\n}\n.highlight .nd {\n color: #3c5d5d;\n font-weight: bold;\n}\n.highlight .ni {\n color: #800080;\n}\n.highlight .ne {\n color: #990000;\n font-weight: bold;\n}\n.highlight .nf {\n color: #990000;\n font-weight: bold;\n}\n.highlight .nl {\n color: #990000;\n font-weight: bold;\n}\n.highlight .nn {\n color: #555555;\n}\n.highlight .nt {\n color: #000080;\n}\n.highlight .vc {\n color: #008080;\n}\n.highlight .vg {\n color: #008080;\n}\n.highlight .vi {\n color: #008080;\n}\n.highlight .nv {\n color: #008080;\n}\n.highlight .ow {\n color: #000000;\n font-weight: bold;\n}\n.highlight .o {\n color: #000000;\n font-weight: bold;\n}\n.highlight .w {\n color: #bbbbbb;\n}\n.highlight {\n background-color: #f8f8f8;\n}\n","@import \"fonts\";\n@import \"rouge-github\";\n\nbody {\n background-color: #fff;\n padding:50px;\n font: 14px/1.5 \"Noto Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n color:#727272;\n font-weight:400;\n}\n\nh1, h2, h3, h4, h5, h6 {\n color:#222;\n margin:0 0 20px;\n}\n\np, ul, ol, table, pre, dl {\n margin:0 0 20px;\n}\n\nh1, h2, h3 {\n line-height:1.1;\n}\n\nh1 {\n font-size:28px;\n}\n\nh2 {\n color:#393939;\n}\n\nh3, h4, h5, h6 {\n color:#494949;\n}\n\na {\n color:#267CB9;\n text-decoration:none;\n}\n\na:hover, a:focus {\n color:#069;\n font-weight: bold;\n}\n\na small {\n font-size:11px;\n color:#777;\n margin-top:-0.3em;\n display:block;\n}\n\na:hover small {\n color:#777;\n}\n\n.wrapper {\n width:860px;\n margin:0 auto;\n}\n\nblockquote {\n border-left:1px solid #e5e5e5;\n margin:0;\n padding:0 0 0 20px;\n font-style:italic;\n}\n\ncode, pre {\n font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;\n color:#333;\n}\n\npre {\n padding:8px 15px;\n background: #f8f8f8;\n border-radius:5px;\n border:1px solid #e5e5e5;\n overflow-x: auto;\n}\n\ntable {\n width:100%;\n border-collapse:collapse;\n}\n\nth, td {\n text-align:left;\n padding:5px 10px;\n border-bottom:1px solid #e5e5e5;\n}\n\ndt {\n color:#444;\n font-weight:700;\n}\n\nth {\n color:#444;\n}\n\nimg {\n max-width:100%;\n}\n\nkbd {\n background-color: #fafbfc;\n border: 1px solid #c6cbd1;\n border-bottom-color: #959da5;\n border-radius: 3px;\n box-shadow: inset 0 -1px 0 #959da5;\n color: #444d56;\n display: inline-block;\n font-size: 11px;\n line-height: 10px;\n padding: 3px 5px;\n vertical-align: middle;\n}\n\nheader {\n width:270px;\n float:left;\n position:fixed;\n -webkit-font-smoothing:subpixel-antialiased;\n}\n\nul.downloads {\n list-style:none;\n height:40px;\n padding:0;\n background: #f4f4f4;\n border-radius:5px;\n border:1px solid #e0e0e0;\n width:270px;\n}\n\n.downloads li {\n width:89px;\n float:left;\n border-right:1px solid #e0e0e0;\n height:40px;\n}\n\n.downloads li:first-child a {\n border-radius:5px 0 0 5px;\n}\n\n.downloads li:last-child a {\n border-radius:0 5px 5px 0;\n}\n\n.downloads a {\n line-height:1;\n font-size:11px;\n color:#676767;\n display:block;\n text-align:center;\n padding-top:6px;\n height:34px;\n}\n\n.downloads a:hover, .downloads a:focus {\n color:#675C5C;\n font-weight:bold;\n}\n\n.downloads ul a:active {\n background-color:#f0f0f0;\n}\n\nstrong {\n color:#222;\n font-weight:700;\n}\n\n.downloads li + li + li {\n border-right:none;\n width:89px;\n}\n\n.downloads a strong {\n font-size:14px;\n display:block;\n color:#222;\n}\n\nsection {\n width:500px;\n float:right;\n padding-bottom:50px;\n}\n\nsmall {\n font-size:11px;\n}\n\nhr {\n border:0;\n background:#e5e5e5;\n height:1px;\n margin:0 0 20px;\n}\n\nfooter {\n width:270px;\n float:left;\n position:fixed;\n bottom:50px;\n -webkit-font-smoothing:subpixel-antialiased;\n}\n\n@media print, screen and (max-width: 960px) {\n\n div.wrapper {\n width:auto;\n margin:0;\n }\n\n header, section, footer {\n float:none;\n position:static;\n width:auto;\n }\n\n header {\n padding-right:320px;\n }\n\n section {\n border:1px solid #e5e5e5;\n border-width:1px 0;\n padding:20px 0;\n margin:0 0 20px;\n }\n\n header a small {\n display:inline;\n }\n\n header ul {\n position:absolute;\n right:50px;\n top:52px;\n }\n}\n\n@media print, screen and (max-width: 720px) {\n body {\n word-wrap:break-word;\n }\n\n header {\n padding:0;\n }\n\n header ul, header p.view {\n position:static;\n }\n\n pre, code {\n word-wrap:normal;\n }\n}\n\n@media print, screen and (max-width: 480px) {\n body {\n padding:15px;\n }\n\n .downloads {\n width:99%;\n }\n\n .downloads li, .downloads li + li + li {\n width:33%;\n }\n}\n\n@media print {\n body {\n padding:0.4in;\n font-size:12pt;\n color:#444;\n }\n}\n","/* PAGE BODY */\r\nhtml, body {\r\n background-color: #ffffff;\r\n display: flex;\r\n flex-direction: column;\r\n font: 14px/1.5 \"Noto Sans\", sans-serif;\r\n color: #727272;\r\n font-weight: 400;\r\n width: 100%;\r\n height: 100%;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#container {\r\n flex: 1;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: space-between;\r\n}\r\n\r\n#content {\r\n flex: 1;\r\n padding: 20px;\r\n}\r\n\r\n#start {\r\n width: 100%;\r\n box-sizing: border-box;\r\n padding: 20px;\r\n}\r\n\r\nh1, h2, h3, h4, h5, h6 {\r\n color: #222;\r\n margin: 0 0 20px;\r\n}\r\n\r\np, ul, ol, table, pre, dl {\r\n margin: 0 0 20px;\r\n}\r\n\r\nh1, h2, h3 {\r\n line-height: 1.1;\r\n}\r\n\r\nh1 {\r\n font-size: 28px;\r\n}\r\n\r\nh2 {\r\n color: #393939;\r\n}\r\n\r\nh3, h4, h5, h6 {\r\n color: #494949;\r\n}\r\n\r\na {\r\n color: #267CB9;\r\n text-decoration: none;\r\n}\r\n\r\na:hover, a:focus {\r\n color: #069;\r\n font-weight: bold;\r\n}\r\n\r\n.wrapper {\r\n width: 860px;\r\n margin: 0 auto;\r\n}\r\n\r\nblockquote {\r\n border-left: 1px solid #e5e5e5;\r\n margin: 0;\r\n padding: 0 0 0 20px;\r\n font-style: italic;\r\n}\r\n\r\ncode, pre {\r\n font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;\r\n color: #333;\r\n}\r\n\r\npre {\r\n padding: 8px 15px;\r\n background: #f8f8f8;\r\n border-radius: 5px;\r\n border: 1px solid #e5e5e5;\r\n overflow-x: auto;\r\n}\r\n\r\ntable {\r\n width: 100%;\r\n border-collapse: collapse;\r\n}\r\n\r\nth, td {\r\n text-align: left;\r\n padding: 5px 10px;\r\n border-bottom: 1px solid #e5e5e5;\r\n}\r\n\r\ndt {\r\n color: #444;\r\n font-weight: 700;\r\n}\r\n\r\nth {\r\n color: #444;\r\n}\r\n\r\nimg {\r\n max-width: 100%;\r\n}\r\n\r\nkbd {\r\n background-color: #fafbfc;\r\n border: 1px solid #c6cbd1;\r\n border-bottom-color: #959da5;\r\n border-radius: 3px;\r\n box-shadow: inset 0 -1px 0 #959da5;\r\n color: #444d56;\r\n display: inline-block;\r\n font-size: 11px;\r\n line-height: 10px;\r\n padding: 3px 5px;\r\n vertical-align: middle;\r\n}\r\n\r\n.downloads li {\r\n width: 89px;\r\n float: left;\r\n border-right: 1px solid #e0e0e0;\r\n height: 40px;\r\n}\r\n\r\n.downloads li:first-child a {\r\n border-radius: 5px 0 0 5px;\r\n}\r\n\r\n.downloads li:last-child a {\r\n border-radius: 0 5px 5px 0;\r\n}\r\n\r\n.downloads a {\r\n line-height: 1;\r\n font-size: 11px;\r\n color: #676767;\r\n display: block;\r\n text-align: center;\r\n padding-top: 6px;\r\n height: 34px;\r\n}\r\n\r\n.downloads a:hover, .downloads a:focus {\r\n color: #675C5C;\r\n font-weight: bold;\r\n}\r\n\r\n.downloads ul a:active {\r\n background-color: #f0f0f0;\r\n}\r\n\r\nstrong {\r\n color: #222;\r\n font-weight: 700;\r\n}\r\n\r\n.downloads li + li + li {\r\n border-right: none;\r\n width: 89px;\r\n}\r\n\r\n.downloads a strong {\r\n font-size: 14px;\r\n display: block;\r\n color: #222;\r\n}\r\n\r\nsection {\r\n width: 500px;\r\n float: right;\r\n padding-bottom: 50px;\r\n}\r\n\r\nsmall {\r\n font-size: 11px;\r\n}\r\n\r\nhr {\r\n border: 0;\r\n background: #e5e5e5;\r\n height: 1px;\r\n margin: 0 0 20px;\r\n}\r\n\r\n/* NAVIGATION Sticky Header */\r\nheader {\r\n position: sticky;\r\n width: 100%;\r\n top: 0;\r\n z-index: 1000;\r\n background-color: #333;\r\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.navbar-logo ul {\r\n margin: 0;\r\n padding: 0;\r\n display: flex;\r\n justify-content: space-around;\r\n background-color: #333;\r\n}\r\n\r\n.navbar-logo ul li {\r\n list-style: none;\r\n}\r\n\r\n.navbar-logo ul li a {\r\n display: block;\r\n padding: 15px 20px;\r\n color: #fff;\r\n text-decoration: none;\r\n}\r\n\r\n.navbar-logo ul li a:hover {\r\n background-color: #22769c;\r\n color: #fff;\r\n}\r\n\r\nnav {\r\n background-color: #f31a1a;\r\n}\r\n\r\nnav ul {\r\n list-style-type: none;\r\n margin: 0;\r\n padding: 0;\r\n display: flex;\r\n justify-content: space-around;\r\n background-color: #333;\r\n}\r\n\r\nnav ul li {\r\n display: inline;\r\n margin-right: 15px;\r\n list-style: none;\r\n}\r\n\r\nnav ul li a {\r\n text-decoration: none;\r\n display: block;\r\n padding: 15px 20px;\r\n color: #fff;\r\n}\r\n\r\nnav ul li a:hover {\r\n text-decoration: underline;\r\n background-color: #22769c;\r\n}\r\n\r\na {\r\n color: #22769c;\r\n}\r\n\r\na:hover {\r\n color: #22769c;\r\n}\r\n\r\n.flexbox {\r\n display: flex;\r\n height: 50px;\r\n\r\n & > * { margin: auto }\r\n}\r\n\r\n.logo {\r\n display: block;\r\n img { margin-top: 5px }\r\n}\r\n\r\n.navbar-logo {\r\n display: flex;\r\n height: 50px;\r\n\r\n & > * { margin: auto }\r\n}\r\n\r\n/* NAV BAR HIGHLIGHT CURRENT PAGE */\r\n.navbar-nav > li > a {\r\n color: #fff;\r\n text-decoration: none;\r\n}\r\n\r\n.navbar-nav > li > a:hover {\r\n background-color: #22769c;\r\n}\r\n\r\n.navbar-nav > li.active > a {\r\n background-color: #22769c;\r\n color: #fff;\r\n}\r\n\r\n/* FOOTER STYLING */\r\nfooter {\r\n width: 100%;\r\n background-color: #333;\r\n color: #fff;\r\n padding: 20px 0;\r\n text-align: center;\r\n font-size: 14px;\r\n margin-top: auto; /* Pushes footer to the bottom */\r\n}\r\n\r\nfooter a {\r\n color: #fff;\r\n text-decoration: none;\r\n}\r\n\r\nfooter a:hover {\r\n color: #22769c;\r\n text-decoration: underline;\r\n}\r\n\r\n/* NAVBAR CUSTOMISATION */\r\n.navbar-custom {\r\n position: sticky;\r\n width: 100%;\r\n top: 0;\r\n z-index: 1000;\r\n background-color: #333;\r\n border-bottom: 1px solid #444;\r\n}\r\n\r\n.navbar-logo {\r\n max-height: 250px;\r\n float: left;\r\n margin-right: 5px;\r\n}\r\n\r\n.navbar-left {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-end;\r\n}\r\n\r\n.navbar-nav > li > a:hover {\r\n background-color: #22769c;\r\n}\r\n"],"file":"style.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../../../../.gem/ruby/3.1.3/gems/jekyll-theme-minimal-0.2.0/_sass/fonts.scss","../../../../.gem/ruby/3.1.3/gems/jekyll-theme-minimal-0.2.0/_sass/rouge-github.scss","../../../../.gem/ruby/3.1.3/gems/jekyll-theme-minimal-0.2.0/_sass/jekyll-theme-minimal.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;EACA;EACA;;AASF;EACE;EACA;EACA;EACA;EACA;;AASF;EACE;EACA;EACA;EACA;EACA;;AASF;EACE;EACA;EACA;EACA;EACA;;AC/CF;EAAsB;;;AACtB;EAAuB;;;AACvB;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AC5MF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EAEE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;IACA;IACA","sourcesContent":["@font-face {\n font-family: 'Noto Sans';\n font-weight: 400;\n font-style: normal;\n src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot');\n src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot?#iefix') format('embedded-opentype'),\n local('Noto Sans'),\n local('Noto-Sans-regular'),\n url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff2') format('woff2'),\n url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff') format('woff'),\n url('../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf') format('truetype'),\n url('../fonts/Noto-Sans-regular/Noto-Sans-regular.svg#NotoSans') format('svg');\n}\n\n@font-face {\n font-family: 'Noto Sans';\n font-weight: 700;\n font-style: normal;\n src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot');\n src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix') format('embedded-opentype'),\n local('Noto Sans Bold'),\n local('Noto-Sans-700'),\n url('../fonts/Noto-Sans-700/Noto-Sans-700.woff2') format('woff2'),\n url('../fonts/Noto-Sans-700/Noto-Sans-700.woff') format('woff'),\n url('../fonts/Noto-Sans-700/Noto-Sans-700.ttf') format('truetype'),\n url('../fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans') format('svg');\n}\n\n@font-face {\n font-family: 'Noto Sans';\n font-weight: 400;\n font-style: italic;\n src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot');\n src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix') format('embedded-opentype'),\n local('Noto Sans Italic'),\n local('Noto-Sans-italic'),\n url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2') format('woff2'),\n url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff') format('woff'),\n url('../fonts/Noto-Sans-italic/Noto-Sans-italic.ttf') format('truetype'),\n url('../fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans') format('svg');\n}\n\n@font-face {\n font-family: 'Noto Sans';\n font-weight: 700;\n font-style: italic;\n src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot');\n src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix') format('embedded-opentype'),\n local('Noto Sans Bold Italic'),\n local('Noto-Sans-700italic'),\n url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2') format('woff2'),\n url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff') format('woff'),\n url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf') format('truetype'),\n url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans') format('svg');\n}\n",".highlight table td { padding: 5px; }\n.highlight table pre { margin: 0; }\n.highlight .cm {\n color: #999988;\n font-style: italic;\n}\n.highlight .cp {\n color: #999999;\n font-weight: bold;\n}\n.highlight .c1 {\n color: #999988;\n font-style: italic;\n}\n.highlight .cs {\n color: #999999;\n font-weight: bold;\n font-style: italic;\n}\n.highlight .c, .highlight .cd {\n color: #999988;\n font-style: italic;\n}\n.highlight .err {\n color: #a61717;\n background-color: #e3d2d2;\n}\n.highlight .gd {\n color: #000000;\n background-color: #ffdddd;\n}\n.highlight .ge {\n color: #000000;\n font-style: italic;\n}\n.highlight .gr {\n color: #aa0000;\n}\n.highlight .gh {\n color: #999999;\n}\n.highlight .gi {\n color: #000000;\n background-color: #ddffdd;\n}\n.highlight .go {\n color: #888888;\n}\n.highlight .gp {\n color: #555555;\n}\n.highlight .gs {\n font-weight: bold;\n}\n.highlight .gu {\n color: #aaaaaa;\n}\n.highlight .gt {\n color: #aa0000;\n}\n.highlight .kc {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kd {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kn {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kp {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kr {\n color: #000000;\n font-weight: bold;\n}\n.highlight .kt {\n color: #445588;\n font-weight: bold;\n}\n.highlight .k, .highlight .kv {\n color: #000000;\n font-weight: bold;\n}\n.highlight .mf {\n color: #009999;\n}\n.highlight .mh {\n color: #009999;\n}\n.highlight .il {\n color: #009999;\n}\n.highlight .mi {\n color: #009999;\n}\n.highlight .mo {\n color: #009999;\n}\n.highlight .m, .highlight .mb, .highlight .mx {\n color: #009999;\n}\n.highlight .sb {\n color: #d14;\n}\n.highlight .sc {\n color: #d14;\n}\n.highlight .sd {\n color: #d14;\n}\n.highlight .s2 {\n color: #d14;\n}\n.highlight .se {\n color: #d14;\n}\n.highlight .sh {\n color: #d14;\n}\n.highlight .si {\n color: #d14;\n}\n.highlight .sx {\n color: #d14;\n}\n.highlight .sr {\n color: #009926;\n}\n.highlight .s1 {\n color: #d14;\n}\n.highlight .ss {\n color: #990073;\n}\n.highlight .s {\n color: #d14;\n}\n.highlight .na {\n color: #008080;\n}\n.highlight .bp {\n color: #999999;\n}\n.highlight .nb {\n color: #0086B3;\n}\n.highlight .nc {\n color: #445588;\n font-weight: bold;\n}\n.highlight .no {\n color: #008080;\n}\n.highlight .nd {\n color: #3c5d5d;\n font-weight: bold;\n}\n.highlight .ni {\n color: #800080;\n}\n.highlight .ne {\n color: #990000;\n font-weight: bold;\n}\n.highlight .nf {\n color: #990000;\n font-weight: bold;\n}\n.highlight .nl {\n color: #990000;\n font-weight: bold;\n}\n.highlight .nn {\n color: #555555;\n}\n.highlight .nt {\n color: #000080;\n}\n.highlight .vc {\n color: #008080;\n}\n.highlight .vg {\n color: #008080;\n}\n.highlight .vi {\n color: #008080;\n}\n.highlight .nv {\n color: #008080;\n}\n.highlight .ow {\n color: #000000;\n font-weight: bold;\n}\n.highlight .o {\n color: #000000;\n font-weight: bold;\n}\n.highlight .w {\n color: #bbbbbb;\n}\n.highlight {\n background-color: #f8f8f8;\n}\n","@import \"fonts\";\n@import \"rouge-github\";\n\nbody {\n background-color: #fff;\n padding:50px;\n font: 14px/1.5 \"Noto Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n color:#727272;\n font-weight:400;\n}\n\nh1, h2, h3, h4, h5, h6 {\n color:#222;\n margin:0 0 20px;\n}\n\np, ul, ol, table, pre, dl {\n margin:0 0 20px;\n}\n\nh1, h2, h3 {\n line-height:1.1;\n}\n\nh1 {\n font-size:28px;\n}\n\nh2 {\n color:#393939;\n}\n\nh3, h4, h5, h6 {\n color:#494949;\n}\n\na {\n color:#267CB9;\n text-decoration:none;\n}\n\na:hover, a:focus {\n color:#069;\n font-weight: bold;\n}\n\na small {\n font-size:11px;\n color:#777;\n margin-top:-0.3em;\n display:block;\n}\n\na:hover small {\n color:#777;\n}\n\n.wrapper {\n width:860px;\n margin:0 auto;\n}\n\nblockquote {\n border-left:1px solid #e5e5e5;\n margin:0;\n padding:0 0 0 20px;\n font-style:italic;\n}\n\ncode, pre {\n font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;\n color:#333;\n}\n\npre {\n padding:8px 15px;\n background: #f8f8f8;\n border-radius:5px;\n border:1px solid #e5e5e5;\n overflow-x: auto;\n}\n\ntable {\n width:100%;\n border-collapse:collapse;\n}\n\nth, td {\n text-align:left;\n padding:5px 10px;\n border-bottom:1px solid #e5e5e5;\n}\n\ndt {\n color:#444;\n font-weight:700;\n}\n\nth {\n color:#444;\n}\n\nimg {\n max-width:100%;\n}\n\nkbd {\n background-color: #fafbfc;\n border: 1px solid #c6cbd1;\n border-bottom-color: #959da5;\n border-radius: 3px;\n box-shadow: inset 0 -1px 0 #959da5;\n color: #444d56;\n display: inline-block;\n font-size: 11px;\n line-height: 10px;\n padding: 3px 5px;\n vertical-align: middle;\n}\n\nheader {\n width:270px;\n float:left;\n position:fixed;\n -webkit-font-smoothing:subpixel-antialiased;\n}\n\nul.downloads {\n list-style:none;\n height:40px;\n padding:0;\n background: #f4f4f4;\n border-radius:5px;\n border:1px solid #e0e0e0;\n width:270px;\n}\n\n.downloads li {\n width:89px;\n float:left;\n border-right:1px solid #e0e0e0;\n height:40px;\n}\n\n.downloads li:first-child a {\n border-radius:5px 0 0 5px;\n}\n\n.downloads li:last-child a {\n border-radius:0 5px 5px 0;\n}\n\n.downloads a {\n line-height:1;\n font-size:11px;\n color:#676767;\n display:block;\n text-align:center;\n padding-top:6px;\n height:34px;\n}\n\n.downloads a:hover, .downloads a:focus {\n color:#675C5C;\n font-weight:bold;\n}\n\n.downloads ul a:active {\n background-color:#f0f0f0;\n}\n\nstrong {\n color:#222;\n font-weight:700;\n}\n\n.downloads li + li + li {\n border-right:none;\n width:89px;\n}\n\n.downloads a strong {\n font-size:14px;\n display:block;\n color:#222;\n}\n\nsection {\n width:500px;\n float:right;\n padding-bottom:50px;\n}\n\nsmall {\n font-size:11px;\n}\n\nhr {\n border:0;\n background:#e5e5e5;\n height:1px;\n margin:0 0 20px;\n}\n\nfooter {\n width:270px;\n float:left;\n position:fixed;\n bottom:50px;\n -webkit-font-smoothing:subpixel-antialiased;\n}\n\n@media print, screen and (max-width: 960px) {\n\n div.wrapper {\n width:auto;\n margin:0;\n }\n\n header, section, footer {\n float:none;\n position:static;\n width:auto;\n }\n\n header {\n padding-right:320px;\n }\n\n section {\n border:1px solid #e5e5e5;\n border-width:1px 0;\n padding:20px 0;\n margin:0 0 20px;\n }\n\n header a small {\n display:inline;\n }\n\n header ul {\n position:absolute;\n right:50px;\n top:52px;\n }\n}\n\n@media print, screen and (max-width: 720px) {\n body {\n word-wrap:break-word;\n }\n\n header {\n padding:0;\n }\n\n header ul, header p.view {\n position:static;\n }\n\n pre, code {\n word-wrap:normal;\n }\n}\n\n@media print, screen and (max-width: 480px) {\n body {\n padding:15px;\n }\n\n .downloads {\n width:99%;\n }\n\n .downloads li, .downloads li + li + li {\n width:33%;\n }\n}\n\n@media print {\n body {\n padding:0.4in;\n font-size:12pt;\n color:#444;\n }\n}\n"],"file":"style.css"} \ No newline at end of file diff --git a/_site/assets/sass/docs-layout.scss b/_site/assets/sass/docs-layout.scss deleted file mode 100644 index e72486c..0000000 --- a/_site/assets/sass/docs-layout.scss +++ /dev/null @@ -1,482 +0,0 @@ -$brand-colour: #0061aa; -$nav-header-background-color: $brand-colour; -$nav-header-height: 104px; -$nav-background-color: #f5f5f5; -$nav-width: 300px; - - -input::-ms-clear, -input::-ms-reveal { - display: none !important; -} - -.docslayout { - height: auto; - overflow-x: hidden; - background-color: #2B2E31; - - &.nav-open { - overflow: hidden; - - nav, - header > form { - display: block; - } - - header { - bottom: 0; - } - } - - &::before { - content: ""; - background-color: #fff; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: -1; - } - - @media (min-width: 768px) { - padding: 0 0 0 $nav-width; - - &.nav-open { - overflow: auto; - } - - &::after, - &::before { - content: ""; - position: fixed; - top: 0; - bottom: 0; - z-index: -1; - } - - &::after { - left: 0; - width: $nav-width; - background-color: $nav-background-color; - } - - #search-input, - &::after { - box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.1); - } - - &::before { - left: $nav-width; - right: 0; - background-color: #fff; - } - } -} - -.docsmain { - max-width: 820px; - padding: 0 25px 20px; - margin: 20px auto 0 auto; - - ul, ol { - padding-bottom: 1em; - } - - pre{ - white-space: pre; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - background: #404145; - border-color: #404145; - color: #C1C2C3; - padding: 15px; - } - -} - -.docsheader { - $emblem-size: 35px; - $emblem-vertical-padding: ($nav-header-height - $emblem-size) / 2; - $emblem-horizontal-padding: 20px; - - position: absolute; - @media (min-width: 768px) { - position: fixed; - overflow: hidden; - } - top: 0; - left: 0; - right: 0; - overflow-x: hidden; - height: 100%; - z-index: 1050; - background-color: $nav-background-color; - - ul, ol { - padding: 0; - margin: 0; - } - - h1 { - padding: $emblem-vertical-padding $emblem-horizontal-padding; - height: $nav-header-height; - box-sizing: border-box; - background-color: $brand-colour; - color: #fff; - margin: 0; - font-size: 1.7rem; - line-height: 0.8; - letter-spacing: 0; - font-weight: 600; - text-indent: 0; - @include display-flex(); - @include flex-direction(row); - @include align-items(center); - border-bottom: 1px solid rgba(0, 0, 0, 0.075); - - img { - height: $emblem-size; - width: $emblem-size; - margin-right: 15px; - } - } - - .open-nav { - background-color: transparent; - background-repeat: no-repeat; - background-size: 100%; - width: $emblem-size; - height: $emblem-size; - border: 0; - position: absolute; - top: $emblem-vertical-padding; - right: $emblem-horizontal-padding; - border-radius: 2px; - - &:focus { - outline: none; - background-color: rgba(0, 0, 0, 0.05); - } - - &:hover { - background-color: rgba(0, 0, 0, 0.1); - } - } - - @media (min-width: 768px) { - background-color: transparent; - width: $nav-width; - right: auto; - bottom: auto; - - h1 { - box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.1); - } - } -} - -.content { - position: relative; - background-color: #fff; - color: #4c4c4c; - - h3::before { - content: ""; - margin: 60px 0; - } -} - -.page-header { - h2, - h3 { - margin: 0; - line-height: 1.2; - letter-spacing: -1px; - } - - h2 { - font-size: 2rem; - margin-left: -1px; - color: #888; - letter-spacing: 0; - } - - h3 { - font-size: 4rem; - margin-left: -4px; - } - - @media (min-width: 768px) { - h2 { - font-size: 2.65rem; - } - - h3 { - font-size: 5.4rem; - } - } -} - -nav > ul { - padding: 10px 0px; - - & + ul { - border-top: 1px solid rgba(0, 0, 0, 0.075); - } -} - -.nav-item { - display: block; - font-family: "Open Sans", sans-serif; - line-height: 1; - margin: 0; - - nav:not(.full-navigation) & > ul { - display: none; - } - - nav:not(.full-navigation) &.current > ul { - display: block; - } - - > a { - color: #666; - text-decoration: none; - font-size: 1.4rem; - padding: 10px 0px 10px 40px; - display: block; - } - - &.current > a, - > a:active, - > a:hover { - color: #111; - } - - &.top-level > a { - line-height: 1.5; - font-weight: 600; - padding-left: 20px; - } -} - -.settings-panel-example { - @extend p; - @include display-flex(); - @include flex-direction(column); - - .example { - max-width: 300px; - background-color: #fafafa; - margin: 0; - padding: 0; - font-size: 0; - line-height: 1; - border-radius: 2px; - overflow: hidden; - } - - @media (min-width: 960px) { - @include flex-direction(row); - - .details { - @include flex(1); - margin-right: 20px; - } - - p + .highlight > pre { - margin-bottom: 0; - } - - .example { - @include flex(0 0 300px); - max-width: 100%; - } - } -} - -.highlight { - margin-left: 0; - margin-right: 0; -} - -h3 + .warning { - margin-top: 1.75em; -} - - -h4 code { - background: $nav-background-color; - color: #4c4c4c; - background-color: transparent; - font-weight: 700; - padding: 0; - font-size: 1.1em; - line-height: 1; -} - -h4 svg { - vertical-align: middle; - margin-right: 6px; - position: relative; - top: -2px; - fill: #2E2E2E; - height: 23px; -} - -.required { - position: relative; -} - -.required::after { - content: "REQUIRED"; - font-size: 12px; - position: absolute; - top: 5px; - line-height: 1; - color: $brand-colour; - padding-left: 5px; -} - -#search-results { - margin: 0; - padding: 0; - - li { - list-style: none; - margin: 0; - padding: 0; - - h4 { - font-size: 2rem; - } - - p { - line-height: 1.5; - } - } -} - - -#search-input { - -webkit-appearance: none; - display: block; - margin: 0; - padding: 10px 20px 10px 15px; - width: 100%; - box-sizing: border-box; - border: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.075); - border-left: 5px solid transparent; - font-size: 1.5rem; - font-weight: 600; - line-height: 1.8; - - &:focus { - outline: none; - border-left-color: $brand-colour; - } -} - -.changelog { - &, - > div { - margin: 0; - padding: 0; - list-style: none; - } - - .date { - color: #888; - font-style: italic; - } -} - -.badge { - font-family: "Open Sans", sans-serif; - padding: 2px 5px; - text-transform: uppercase; - font-size: 0.8rem; - border-radius: 2px; - background: #eee; - font-weight: bold; - - &.major { - background: $brand-colour; - color: #fff; - } -} - -blockquote { - border-left: 5px solid #FD0; - padding: 10px 15px; - margin-right: -10px; - background-color: #e6eff7; - border-color: $brand-colour; - - p:last-child { - margin-bottom: 0; - } - -} - -img { - max-width: 100%; - height: auto; -} - -.editor-link { - display: none; - margin-top: 0; - - .btn { - border: 0; - border-radius: 2px; - width: 100%; - max-width: 500px; - box-sizing: border-box; - font-size: 2rem; - text-decoration: none; - padding: 10px 15px; - margin: 0; - font-size: 18px; - cursor: pointer; - background-color: #f7e064; - color: #333; - box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); - - &:hover { - background-color: #f4d525; - color: #333; - } - } - -} - -.cms-editor-active .editor-link { - display: block; -} - -table { - width: 100%; - margin-bottom: 1.75em; -} - -tr { - border-bottom: 1px solid #EEE; -} - -tr:nth-child(even) { - background: #fcfcfc; -} - -td, th { - padding: 8px; - text-align: left; -} - -th { - padding-bottom: 4px; -} \ No newline at end of file diff --git a/_site/index.html b/_site/index.html index 06daeb6..59d0d81 100644 --- a/_site/index.html +++ b/_site/index.html @@ -1,170 +1,294 @@ - - - - - - - - - Birds Open Source Project | BIRDS Project - - - - - - - - - - - - - - - - - - - + + + + + + + + + Birds Open Source Project | BIRDS Project + + + + + + + + + + + + + + + + + + - - - - - -
-
-
-

Welcome to BIRDS Bus Open Source

- -

Kyushu Institute of Technology is promoting BIRDS Bus Open Source activities.

- -

The aim is to share know-how and technical information regarding CubeSat development – with a focus on the - BIRDS Bus. This satellite bus was developed at Kyutech as a spin-off of the BIRDS Program (2015-2022).

- -
-
- -
-
-
- -
-
+
+
+
+

Welcome to BIRDS Bus Open Source

+ +

Kyushu Institute of Technology is promoting BIRDS Bus Open Source activities.

+ +

The aim is to share know-how and technical information regarding CubeSat development – with a focus on the BIRDS Bus. This satellite bus was developed at Kyutech as a spin-off of the BIRDS Program (2015-2022).

+ +

Mission

+ +

The main goal is to provide a more solid basis for space programs in non-space faring countries by making satellite development easier, quicker, and less expensive. Starting from scratch is too much work.

+ +

Join our webinars

+ +

We have a monthly Webinar to discuss various issues related to the satellite bus. To obtain the information (Zoom connections etc.,) about the Webinars, please click here.. You can find the transcripts and recordings of past webinars on this page.

+ +
+

Announcement of Next Webinar

+ +

Next Webinar is KASHIWA by Chiba Institute of Technology team on 22:00 June 12, 2024

+
+ +

Header 4

+ +
    +
  • Circuit diagram, software, test report, etc, via GitHub.
  • +
  • Flight data of BIRDS-3 and BIRDS-4
  • +
  • Excel files, How to read the data
  • +
  • Photo images captured by BIRDS-3 and BIRDS-4
  • +
  • Baseline Flight Safety Assessment Report(SAR) for Safety Review Phase III.
  • +
+ +
Header 5
+ +
    +
  1. This is an ordered list following a header.
  2. +
  3. This is an ordered list following a header.
  4. +
  5. This is an ordered list following a header.
  6. +
+ +
Header 6
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
head1head twothree
okgood swedish fishnice
out of stockgood and plentynice
okgood oreoshmm
okgood zoute dropyumm
+ +

There’s a horizontal rule below this.

+ +
+ +

Here is an unordered list:

+ +
    +
  • Item foo
  • +
  • Item bar
  • +
  • Item baz
  • +
  • Item zip
  • +
+ +

And an ordered list:

+ +
    +
  1. Item one
  2. +
  3. Item two
  4. +
  5. Item three
  6. +
  7. Item four
  8. +
+ +

And a nested list:

+ +
    +
  • level 1 item +
      +
    • level 2 item
    • +
    • level 2 item +
        +
      • level 3 item
      • +
      • level 3 item
      • +
      +
    • +
    +
  • +
  • level 1 item +
      +
    • level 2 item
    • +
    • level 2 item
    • +
    • level 2 item
    • +
    +
  • +
  • level 1 item +
      +
    • level 2 item
    • +
    • level 2 item
    • +
    +
  • +
  • level 1 item
  • +
-

Join our webinars

+

Small image

-

We have a monthly Webinar to discuss various issues related to the satellite bus. To obtain the information - (Zoom connections etc.,) about the Webinars, please click here.. You can - find the transcripts and recordings of past webinars on this page.

+

Octocat

- -
+

Branching

+

Definition lists can be used with HTML syntax.

-
+
+
Name
+
Godzilla
+
Born
+
1952
+
Birthplace
+
Japan
+
Color
+
Green
+
+
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
+
+
The final element.
+
- - + + + - - - + - - + + + - - - - - - \ No newline at end of file + + + diff --git a/_site/showcase/index.html b/_site/showcase/index.html index 2f9ce79..005c0f5 100644 --- a/_site/showcase/index.html +++ b/_site/showcase/index.html @@ -19,8 +19,7 @@ - - + diff --git a/_site/webinars/index.html b/_site/webinars/index.html index 98c7e38..cdd6a84 100644 --- a/_site/webinars/index.html +++ b/_site/webinars/index.html @@ -19,8 +19,7 @@ - - + diff --git a/assets/css/custom.css b/assets/css/custom.css deleted file mode 100644 index 998c825..0000000 --- a/assets/css/custom.css +++ /dev/null @@ -1,350 +0,0 @@ -/* PAGE BODY */ -html, body { - background-color: #ffffff; - display: flex; - flex-direction: column; - font: 14px/1.5 "Noto Sans", sans-serif; - color: #727272; - font-weight: 400; - width: 100%; - height: 100%; - margin: 0; - padding: 0; -} - -#container { - flex: 1; - display: flex; - flex-direction: column; - justify-content: space-between; -} - -#content { - flex: 1; - padding: 20px; -} - -#start { - width: 100%; - box-sizing: border-box; - padding: 20px; -} - -h1, h2, h3, h4, h5, h6 { - color: #222; - margin: 0 0 20px; -} - -p, ul, ol, table, pre, dl { - margin: 0 0 20px; -} - -h1, h2, h3 { - line-height: 1.1; -} - -h1 { - font-size: 28px; -} - -h2 { - color: #393939; -} - -h3, h4, h5, h6 { - color: #494949; -} - -a { - color: #267CB9; - text-decoration: none; -} - -a:hover, a:focus { - color: #069; - font-weight: bold; -} - -.wrapper { - width: 860px; - margin: 0 auto; -} - -blockquote { - border-left: 1px solid #e5e5e5; - margin: 0; - padding: 0 0 0 20px; - font-style: italic; -} - -code, pre { - font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; - color: #333; -} - -pre { - padding: 8px 15px; - background: #f8f8f8; - border-radius: 5px; - border: 1px solid #e5e5e5; - overflow-x: auto; -} - -table { - width: 100%; - border-collapse: collapse; -} - -th, td { - text-align: left; - padding: 5px 10px; - border-bottom: 1px solid #e5e5e5; -} - -dt { - color: #444; - font-weight: 700; -} - -th { - color: #444; -} - -img { - max-width: 100%; -} - -kbd { - background-color: #fafbfc; - border: 1px solid #c6cbd1; - border-bottom-color: #959da5; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #959da5; - color: #444d56; - display: inline-block; - font-size: 11px; - line-height: 10px; - padding: 3px 5px; - vertical-align: middle; -} - -.downloads li { - width: 89px; - float: left; - border-right: 1px solid #e0e0e0; - height: 40px; -} - -.downloads li:first-child a { - border-radius: 5px 0 0 5px; -} - -.downloads li:last-child a { - border-radius: 0 5px 5px 0; -} - -.downloads a { - line-height: 1; - font-size: 11px; - color: #676767; - display: block; - text-align: center; - padding-top: 6px; - height: 34px; -} - -.downloads a:hover, .downloads a:focus { - color: #675C5C; - font-weight: bold; -} - -.downloads ul a:active { - background-color: #f0f0f0; -} - -strong { - color: #222; - font-weight: 700; -} - -.downloads li + li + li { - border-right: none; - width: 89px; -} - -.downloads a strong { - font-size: 14px; - display: block; - color: #222; -} - -section { - width: 500px; - float: right; - padding-bottom: 50px; -} - -small { - font-size: 11px; -} - -hr { - border: 0; - background: #e5e5e5; - height: 1px; - margin: 0 0 20px; -} - -/* NAVIGATION Sticky Header */ -header { - position: sticky; - width: 100%; - top: 0; - z-index: 1000; - background-color: #333; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -} - -.navbar-logo ul { - margin: 0; - padding: 0; - display: flex; - justify-content: space-around; - background-color: #333; -} - -.navbar-logo ul li { - list-style: none; -} - -.navbar-logo ul li a { - display: block; - padding: 15px 20px; - color: #fff; - text-decoration: none; -} - -.navbar-logo ul li a:hover { - background-color: #22769c; - color: #fff; -} - -nav { - background-color: #f31a1a; -} - -nav ul { - list-style-type: none; - margin: 0; - padding: 0; - display: flex; - justify-content: space-around; - background-color: #333; -} - -nav ul li { - display: inline; - margin-right: 15px; - list-style: none; -} - -nav ul li a { - text-decoration: none; - display: block; - padding: 15px 20px; - color: #fff; -} - -nav ul li a:hover { - text-decoration: underline; - background-color: #22769c; -} - -a { - color: #22769c; -} - -a:hover { - color: #22769c; -} - -.flexbox { - display: flex; - height: 50px; - - & > * { margin: auto } -} - -.logo { - display: block; - img { margin-top: 5px } -} - -.navbar-logo { - display: flex; - height: 50px; - - & > * { margin: auto } -} - -/* NAV BAR HIGHLIGHT CURRENT PAGE */ -.navbar-nav > li > a { - color: #fff; - text-decoration: none; -} - -.navbar-nav > li > a:hover { - background-color: #22769c; -} - -.navbar-nav > li.active > a { - background-color: #22769c; - color: #fff; -} - -/* FOOTER STYLING */ -footer { - width: 100%; - background-color: #333; - color: #fff; - padding: 20px 0; - text-align: center; - font-size: 14px; - margin-top: auto; /* Pushes footer to the bottom */ -} - -footer a { - color: #fff; - text-decoration: none; -} - -footer a:hover { - color: #22769c; - text-decoration: underline; -} - -/* NAVBAR CUSTOMISATION */ -.navbar-custom { - position: sticky; - width: 100%; - top: 0; - z-index: 1000; - background-color: #333; - border-bottom: 1px solid #444; -} - -.navbar-logo { - max-height: 250px; - float: left; - margin-right: 5px; -} - -.navbar-left { - display: flex; - align-items: center; - justify-content: flex-end; -} - -.navbar-nav > li > a:hover { - background-color: #22769c; -} diff --git a/assets/css/style.scss b/assets/css/style.scss deleted file mode 100644 index f8c45ed..0000000 --- a/assets/css/style.scss +++ /dev/null @@ -1,5 +0,0 @@ ---- ---- - - @import "{{ site.theme }}"; - @import "custom"; \ No newline at end of file