├── .nojekyll ├── src ├── _includes │ ├── _html-foot.njk │ ├── site-footer.njk │ └── site-top-bar.njk ├── _data │ └── metadata.json ├── favicon │ ├── favicon.ico │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── mstile-150x150.png │ ├── apple-touch-icon.png │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── browserconfig.xml │ ├── site.webmanifest │ ├── favicon.svg │ └── safari-pinned-tab.svg ├── img │ ├── pexels-pixabay-372470.jpg │ ├── pexels-pixabay-416179.jpg │ ├── pexels-erik-karits-3738673.jpg │ ├── pexels-oleg-magni-1837592.jpg │ ├── pexels-ollie-craig-6398582.jpg │ ├── pexels-pixabay-206762-short.jpg │ ├── pexels-trudie-roden-2419158.jpg │ ├── pexels-daniyal-ghanavati-110320.jpg │ ├── pexels-andrew-hawkes-5063027-tall.jpg │ ├── grid.svg │ ├── element-grid.svg │ └── cover-images.svg ├── codebase │ └── scss │ │ ├── 01_basics │ │ ├── _media.scss │ │ ├── _base.scss │ │ ├── _text.scss │ │ ├── _form-elements.scss │ │ └── _accessibility.scss │ │ ├── 03_utilities │ │ ├── _invisibility.scss │ │ ├── _floats.scss │ │ ├── _overflows.scss │ │ ├── _blocks.scss │ │ ├── _containers.scss │ │ ├── _images.scss │ │ ├── _transitions.scss │ │ ├── _box-shadows.scss │ │ ├── _glass.scss │ │ ├── _colors.scss │ │ ├── _flexbox.scss │ │ ├── _positions.scss │ │ ├── _border-radius.scss │ │ ├── _aspect-ratios.scss │ │ ├── _dimensions.scss │ │ ├── _typography.scss │ │ ├── _transformations.scss │ │ └── _box-model.scss │ │ ├── 02_components │ │ ├── _tabs.scss │ │ ├── _offcanvas.scss │ │ ├── _buttons.scss │ │ ├── _tables.scss │ │ └── _badges-and-labels.scss │ │ └── codebase.scss ├── docs │ ├── 3-layout-utilities │ │ ├── blocks.md │ │ ├── overflows.md │ │ └── floats.md │ ├── 6-simple-components │ │ ├── labels.md │ │ ├── heros.md │ │ └── media-objects.md │ ├── 5-typographic-utilities │ │ ├── headings.md │ │ ├── text-alignment.md │ │ ├── list-formats.md │ │ └── text-columns.md │ ├── 2-classless-basics │ │ ├── inline-elements.md │ │ └── media.md │ ├── 4-decoration-utilities │ │ ├── box-shadows.md │ │ └── forms.md │ └── 1-getting-started │ │ └── element-grid.md └── prism │ └── prism.css ├── docs ├── favicon.ico ├── favicon-16x16.png ├── favicon-32x32.png ├── mstile-150x150.png ├── apple-touch-icon.png ├── pagefind │ ├── wasm.en.pagefind │ ├── wasm.unknown.pagefind │ ├── index │ │ ├── en_1091426.pf_index │ │ ├── en_1439db4.pf_index │ │ ├── en_1eb914e.pf_index │ │ ├── en_251fa65.pf_index │ │ ├── en_3371b01.pf_index │ │ ├── en_3e56acc.pf_index │ │ ├── en_49da805.pf_index │ │ ├── en_6569253.pf_index │ │ ├── en_75704f5.pf_index │ │ ├── en_8afae4c.pf_index │ │ ├── en_9958986.pf_index │ │ ├── en_b23fca3.pf_index │ │ ├── en_b8eb146.pf_index │ │ ├── en_c615714.pf_index │ │ ├── en_ca68bb7.pf_index │ │ ├── en_cb6dbd5.pf_index │ │ ├── en_cd8cd7b.pf_index │ │ ├── en_ce8ef7e.pf_index │ │ ├── en_dab166c.pf_index │ │ └── en_fb51f0c.pf_index │ ├── fragment │ │ ├── en_025b76a.pf_fragment │ │ ├── en_116aa5a.pf_fragment │ │ ├── en_124a22d.pf_fragment │ │ ├── en_14ea2c3.pf_fragment │ │ ├── en_154171b.pf_fragment │ │ ├── en_1597f55.pf_fragment │ │ ├── en_162a211.pf_fragment │ │ ├── en_16613be.pf_fragment │ │ ├── en_184053e.pf_fragment │ │ ├── en_19e99da.pf_fragment │ │ ├── en_1ea5d59.pf_fragment │ │ ├── en_1ec4a56.pf_fragment │ │ ├── en_1ec5746.pf_fragment │ │ ├── en_201070b.pf_fragment │ │ ├── en_204e78e.pf_fragment │ │ ├── en_222615d.pf_fragment │ │ ├── en_254a2d4.pf_fragment │ │ ├── en_25bd1cf.pf_fragment │ │ ├── en_274fa0a.pf_fragment │ │ ├── en_2b95ae4.pf_fragment │ │ ├── en_2babb33.pf_fragment │ │ ├── en_2eed2b1.pf_fragment │ │ ├── en_2f43213.pf_fragment │ │ ├── en_2fd3976.pf_fragment │ │ ├── en_3229d8b.pf_fragment │ │ ├── en_32cf13f.pf_fragment │ │ ├── en_33946ff.pf_fragment │ │ ├── en_36a6dda.pf_fragment │ │ ├── en_38ff96e.pf_fragment │ │ ├── en_3f61558.pf_fragment │ │ ├── en_3fb9248.pf_fragment │ │ ├── en_4027b4a.pf_fragment │ │ ├── en_405682c.pf_fragment │ │ ├── en_41c2fde.pf_fragment │ │ ├── en_432df9b.pf_fragment │ │ ├── en_465949a.pf_fragment │ │ ├── en_47943ac.pf_fragment │ │ ├── en_49862d3.pf_fragment │ │ ├── en_49f43ec.pf_fragment │ │ ├── en_4d819f2.pf_fragment │ │ ├── en_4db239a.pf_fragment │ │ ├── en_4e9874f.pf_fragment │ │ ├── en_50d5daa.pf_fragment │ │ ├── en_5324736.pf_fragment │ │ ├── en_53ae869.pf_fragment │ │ ├── en_53c2b74.pf_fragment │ │ ├── en_5661e94.pf_fragment │ │ ├── en_57147cd.pf_fragment │ │ ├── en_5921ae2.pf_fragment │ │ ├── en_5b7e814.pf_fragment │ │ ├── en_5bf7ef4.pf_fragment │ │ ├── en_5d2abdd.pf_fragment │ │ ├── en_5fe5195.pf_fragment │ │ ├── en_60ac9c3.pf_fragment │ │ ├── en_61d9eb9.pf_fragment │ │ ├── en_654f42e.pf_fragment │ │ ├── en_65b76e9.pf_fragment │ │ ├── en_66ca9fa.pf_fragment │ │ ├── en_672ef3a.pf_fragment │ │ ├── en_67a96a5.pf_fragment │ │ ├── en_6c14c22.pf_fragment │ │ ├── en_6ddb5d5.pf_fragment │ │ ├── en_6e6d2a4.pf_fragment │ │ ├── en_702850a.pf_fragment │ │ ├── en_73bc514.pf_fragment │ │ ├── en_77641c8.pf_fragment │ │ ├── en_7bb4bca.pf_fragment │ │ ├── en_7e96b13.pf_fragment │ │ ├── en_7fbc572.pf_fragment │ │ ├── en_8025cea.pf_fragment │ │ ├── en_80c4c1c.pf_fragment │ │ ├── en_81e3a09.pf_fragment │ │ ├── en_8267829.pf_fragment │ │ ├── en_83932cb.pf_fragment │ │ ├── en_882c99d.pf_fragment │ │ ├── en_8849ba1.pf_fragment │ │ ├── en_8882989.pf_fragment │ │ ├── en_8ba3c41.pf_fragment │ │ ├── en_8c5de05.pf_fragment │ │ ├── en_8d14685.pf_fragment │ │ ├── en_8dd23cd.pf_fragment │ │ ├── en_9098215.pf_fragment │ │ ├── en_90c87f8.pf_fragment │ │ ├── en_91339d3.pf_fragment │ │ ├── en_9188363.pf_fragment │ │ ├── en_97e24e6.pf_fragment │ │ ├── en_992bad3.pf_fragment │ │ ├── en_9a695ec.pf_fragment │ │ ├── en_9b57adb.pf_fragment │ │ ├── en_9db2f8f.pf_fragment │ │ ├── en_a15ede2.pf_fragment │ │ ├── en_a286b8a.pf_fragment │ │ ├── en_a43d522.pf_fragment │ │ ├── en_a6a9596.pf_fragment │ │ ├── en_a6e9ad9.pf_fragment │ │ ├── en_a71fb14.pf_fragment │ │ ├── en_a8729ed.pf_fragment │ │ ├── en_a99fc19.pf_fragment │ │ ├── en_aacc84b.pf_fragment │ │ ├── en_ab5367f.pf_fragment │ │ ├── en_ad3343e.pf_fragment │ │ ├── en_ae18473.pf_fragment │ │ ├── en_b015671.pf_fragment │ │ ├── en_b05a399.pf_fragment │ │ ├── en_b112b9f.pf_fragment │ │ ├── en_b13a351.pf_fragment │ │ ├── en_b226a02.pf_fragment │ │ ├── en_b541038.pf_fragment │ │ ├── en_b6ef609.pf_fragment │ │ ├── en_b77cfe2.pf_fragment │ │ ├── en_b78ab82.pf_fragment │ │ ├── en_b8a8968.pf_fragment │ │ ├── en_b98d4de.pf_fragment │ │ ├── en_ba9b57a.pf_fragment │ │ ├── en_baa9514.pf_fragment │ │ ├── en_bb5aa84.pf_fragment │ │ ├── en_bb6d911.pf_fragment │ │ ├── en_bc2fe13.pf_fragment │ │ ├── en_bed7ef5.pf_fragment │ │ ├── en_c18cde8.pf_fragment │ │ ├── en_c35fc02.pf_fragment │ │ ├── en_c389d71.pf_fragment │ │ ├── en_c399fe8.pf_fragment │ │ ├── en_c77c455.pf_fragment │ │ ├── en_c823938.pf_fragment │ │ ├── en_c8af877.pf_fragment │ │ ├── en_c9759e1.pf_fragment │ │ ├── en_cdd02e6.pf_fragment │ │ ├── en_ce4d5d3.pf_fragment │ │ ├── en_d154631.pf_fragment │ │ ├── en_d1d9296.pf_fragment │ │ ├── en_d27ad3f.pf_fragment │ │ ├── en_d420d94.pf_fragment │ │ ├── en_d64d55b.pf_fragment │ │ ├── en_d8b2176.pf_fragment │ │ ├── en_e0a150a.pf_fragment │ │ ├── en_e2e17be.pf_fragment │ │ ├── en_e323db2.pf_fragment │ │ ├── en_e47d237.pf_fragment │ │ ├── en_e48c18b.pf_fragment │ │ ├── en_eb760b8.pf_fragment │ │ ├── en_ebc5ae4.pf_fragment │ │ ├── en_ede4a84.pf_fragment │ │ ├── en_ee6b2b8.pf_fragment │ │ ├── en_ee7d577.pf_fragment │ │ ├── en_f612c1f.pf_fragment │ │ ├── en_f735936.pf_fragment │ │ ├── en_f776602.pf_fragment │ │ ├── en_f7c2cb3.pf_fragment │ │ ├── en_f860708.pf_fragment │ │ ├── en_f899ef6.pf_fragment │ │ ├── en_f9e278f.pf_fragment │ │ ├── en_fc22f4f.pf_fragment │ │ ├── en_fcb7708.pf_fragment │ │ ├── en_fcb8fc6.pf_fragment │ │ ├── en_fcea888.pf_fragment │ │ └── en_fdfecf8.pf_fragment │ ├── pagefind.en_3b5a4d3ca0.pf_meta │ ├── pagefind.en_45ca8dd66d.pf_meta │ ├── pagefind.en_5b6d9abd1f.pf_meta │ ├── pagefind.en_a76b93c0a9.pf_meta │ ├── pagefind.en_e5a89298ba.pf_meta │ └── pagefind-entry.json ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── img │ ├── pexels-pixabay-372470.jpg │ ├── pexels-pixabay-416179.jpg │ ├── pexels-oleg-magni-1837592.jpg │ ├── pexels-erik-karits-3738673.jpg │ ├── pexels-ollie-craig-6398582.jpg │ ├── pexels-pixabay-206762-short.jpg │ ├── pexels-trudie-roden-2419158.jpg │ ├── pexels-daniyal-ghanavati-110320.jpg │ ├── pexels-andrew-hawkes-5063027-tall.jpg │ ├── grid.svg │ ├── element-grid.svg │ └── cover-images.svg ├── _eleventy_redirect │ └── index.html ├── browserconfig.xml ├── site.webmanifest ├── favicon.svg ├── prism │ └── prism.css └── safari-pinned-tab.svg ├── .gitignore ├── .eleventy.js ├── LICENCE ├── package.json └── README.md /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/_includes/_html-foot.njk: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/favicon-16x16.png -------------------------------------------------------------------------------- /docs/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/favicon-32x32.png -------------------------------------------------------------------------------- /docs/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/mstile-150x150.png -------------------------------------------------------------------------------- /src/_data/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "Codebase", 3 | "version": "5.4.0", 4 | "css_filesize": "102 KB" 5 | } -------------------------------------------------------------------------------- /src/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/favicon/favicon.ico -------------------------------------------------------------------------------- /docs/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/pagefind/wasm.en.pagefind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/wasm.en.pagefind -------------------------------------------------------------------------------- /src/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /src/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /src/favicon/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/favicon/mstile-150x150.png -------------------------------------------------------------------------------- /docs/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/android-chrome-192x192.png -------------------------------------------------------------------------------- /docs/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/android-chrome-512x512.png -------------------------------------------------------------------------------- /src/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /src/img/pexels-pixabay-372470.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/img/pexels-pixabay-372470.jpg -------------------------------------------------------------------------------- /src/img/pexels-pixabay-416179.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/img/pexels-pixabay-416179.jpg -------------------------------------------------------------------------------- /docs/img/pexels-pixabay-372470.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/img/pexels-pixabay-372470.jpg -------------------------------------------------------------------------------- /docs/img/pexels-pixabay-416179.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/img/pexels-pixabay-416179.jpg -------------------------------------------------------------------------------- /docs/pagefind/wasm.unknown.pagefind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/wasm.unknown.pagefind -------------------------------------------------------------------------------- /docs/img/pexels-oleg-magni-1837592.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/img/pexels-oleg-magni-1837592.jpg -------------------------------------------------------------------------------- /src/favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /src/favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /src/img/pexels-erik-karits-3738673.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/img/pexels-erik-karits-3738673.jpg -------------------------------------------------------------------------------- /src/img/pexels-oleg-magni-1837592.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/img/pexels-oleg-magni-1837592.jpg -------------------------------------------------------------------------------- /src/img/pexels-ollie-craig-6398582.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/img/pexels-ollie-craig-6398582.jpg -------------------------------------------------------------------------------- /docs/img/pexels-erik-karits-3738673.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/img/pexels-erik-karits-3738673.jpg -------------------------------------------------------------------------------- /docs/img/pexels-ollie-craig-6398582.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/img/pexels-ollie-craig-6398582.jpg -------------------------------------------------------------------------------- /docs/img/pexels-pixabay-206762-short.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/img/pexels-pixabay-206762-short.jpg -------------------------------------------------------------------------------- /docs/img/pexels-trudie-roden-2419158.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/img/pexels-trudie-roden-2419158.jpg -------------------------------------------------------------------------------- /docs/pagefind/index/en_1091426.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_1091426.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_1439db4.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_1439db4.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_1eb914e.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_1eb914e.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_251fa65.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_251fa65.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_3371b01.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_3371b01.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_3e56acc.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_3e56acc.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_49da805.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_49da805.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_6569253.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_6569253.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_75704f5.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_75704f5.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_8afae4c.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_8afae4c.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_9958986.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_9958986.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_b23fca3.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_b23fca3.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_b8eb146.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_b8eb146.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_c615714.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_c615714.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_ca68bb7.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_ca68bb7.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_cb6dbd5.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_cb6dbd5.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_cd8cd7b.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_cd8cd7b.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_ce8ef7e.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_ce8ef7e.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_dab166c.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_dab166c.pf_index -------------------------------------------------------------------------------- /docs/pagefind/index/en_fb51f0c.pf_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/index/en_fb51f0c.pf_index -------------------------------------------------------------------------------- /src/img/pexels-pixabay-206762-short.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/img/pexels-pixabay-206762-short.jpg -------------------------------------------------------------------------------- /src/img/pexels-trudie-roden-2419158.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/img/pexels-trudie-roden-2419158.jpg -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # OSX 2 | 3 | .DS_Store 4 | .DS_Store? 5 | ._* 6 | .Spotlight-V100 7 | .Trashes 8 | ehthumbs.db 9 | Thumbs.db 10 | 11 | node_modules/ -------------------------------------------------------------------------------- /src/img/pexels-daniyal-ghanavati-110320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/img/pexels-daniyal-ghanavati-110320.jpg -------------------------------------------------------------------------------- /docs/img/pexels-daniyal-ghanavati-110320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/img/pexels-daniyal-ghanavati-110320.jpg -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_025b76a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_025b76a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_116aa5a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_116aa5a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_124a22d.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_124a22d.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_14ea2c3.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_14ea2c3.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_154171b.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_154171b.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_1597f55.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_1597f55.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_162a211.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_162a211.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_16613be.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_16613be.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_184053e.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_184053e.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_19e99da.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_19e99da.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_1ea5d59.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_1ea5d59.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_1ec4a56.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_1ec4a56.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_1ec5746.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_1ec5746.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_201070b.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_201070b.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_204e78e.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_204e78e.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_222615d.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_222615d.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_254a2d4.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_254a2d4.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_25bd1cf.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_25bd1cf.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_274fa0a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_274fa0a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_2b95ae4.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_2b95ae4.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_2babb33.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_2babb33.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_2eed2b1.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_2eed2b1.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_2f43213.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_2f43213.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_2fd3976.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_2fd3976.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_3229d8b.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_3229d8b.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_32cf13f.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_32cf13f.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_33946ff.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_33946ff.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_36a6dda.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_36a6dda.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_38ff96e.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_38ff96e.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_3f61558.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_3f61558.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_3fb9248.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_3fb9248.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_4027b4a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_4027b4a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_405682c.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_405682c.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_41c2fde.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_41c2fde.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_432df9b.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_432df9b.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_465949a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_465949a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_47943ac.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_47943ac.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_49862d3.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_49862d3.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_49f43ec.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_49f43ec.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_4d819f2.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_4d819f2.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_4db239a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_4db239a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_4e9874f.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_4e9874f.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_50d5daa.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_50d5daa.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_5324736.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_5324736.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_53ae869.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_53ae869.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_53c2b74.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_53c2b74.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_5661e94.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_5661e94.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_57147cd.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_57147cd.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_5921ae2.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_5921ae2.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_5b7e814.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_5b7e814.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_5bf7ef4.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_5bf7ef4.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_5d2abdd.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_5d2abdd.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_5fe5195.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_5fe5195.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_60ac9c3.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_60ac9c3.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_61d9eb9.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_61d9eb9.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_654f42e.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_654f42e.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_65b76e9.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_65b76e9.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_66ca9fa.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_66ca9fa.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_672ef3a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_672ef3a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_67a96a5.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_67a96a5.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_6c14c22.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_6c14c22.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_6ddb5d5.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_6ddb5d5.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_6e6d2a4.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_6e6d2a4.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_702850a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_702850a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_73bc514.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_73bc514.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_77641c8.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_77641c8.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_7bb4bca.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_7bb4bca.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_7e96b13.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_7e96b13.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_7fbc572.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_7fbc572.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_8025cea.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_8025cea.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_80c4c1c.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_80c4c1c.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_81e3a09.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_81e3a09.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_8267829.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_8267829.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_83932cb.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_83932cb.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_882c99d.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_882c99d.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_8849ba1.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_8849ba1.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_8882989.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_8882989.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_8ba3c41.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_8ba3c41.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_8c5de05.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_8c5de05.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_8d14685.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_8d14685.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_8dd23cd.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_8dd23cd.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_9098215.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_9098215.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_90c87f8.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_90c87f8.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_91339d3.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_91339d3.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_9188363.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_9188363.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_97e24e6.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_97e24e6.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_992bad3.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_992bad3.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_9a695ec.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_9a695ec.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_9b57adb.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_9b57adb.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_9db2f8f.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_9db2f8f.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_a15ede2.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_a15ede2.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_a286b8a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_a286b8a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_a43d522.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_a43d522.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_a6a9596.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_a6a9596.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_a6e9ad9.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_a6e9ad9.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_a71fb14.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_a71fb14.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_a8729ed.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_a8729ed.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_a99fc19.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_a99fc19.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_aacc84b.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_aacc84b.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_ab5367f.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_ab5367f.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_ad3343e.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_ad3343e.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_ae18473.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_ae18473.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b015671.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b015671.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b05a399.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b05a399.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b112b9f.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b112b9f.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b13a351.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b13a351.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b226a02.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b226a02.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b541038.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b541038.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b6ef609.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b6ef609.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b77cfe2.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b77cfe2.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b78ab82.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b78ab82.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b8a8968.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b8a8968.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_b98d4de.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_b98d4de.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_ba9b57a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_ba9b57a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_baa9514.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_baa9514.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_bb5aa84.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_bb5aa84.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_bb6d911.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_bb6d911.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_bc2fe13.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_bc2fe13.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_bed7ef5.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_bed7ef5.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_c18cde8.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_c18cde8.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_c35fc02.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_c35fc02.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_c389d71.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_c389d71.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_c399fe8.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_c399fe8.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_c77c455.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_c77c455.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_c823938.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_c823938.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_c8af877.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_c8af877.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_c9759e1.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_c9759e1.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_cdd02e6.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_cdd02e6.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_ce4d5d3.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_ce4d5d3.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_d154631.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_d154631.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_d1d9296.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_d1d9296.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_d27ad3f.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_d27ad3f.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_d420d94.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_d420d94.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_d64d55b.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_d64d55b.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_d8b2176.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_d8b2176.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_e0a150a.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_e0a150a.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_e2e17be.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_e2e17be.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_e323db2.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_e323db2.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_e47d237.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_e47d237.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_e48c18b.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_e48c18b.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_eb760b8.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_eb760b8.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_ebc5ae4.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_ebc5ae4.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_ede4a84.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_ede4a84.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_ee6b2b8.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_ee6b2b8.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_ee7d577.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_ee7d577.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_f612c1f.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_f612c1f.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_f735936.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_f735936.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_f776602.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_f776602.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_f7c2cb3.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_f7c2cb3.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_f860708.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_f860708.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_f899ef6.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_f899ef6.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_f9e278f.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_f9e278f.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_fc22f4f.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_fc22f4f.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_fcb7708.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_fcb7708.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_fcb8fc6.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_fcb8fc6.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_fcea888.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_fcea888.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/fragment/en_fdfecf8.pf_fragment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/fragment/en_fdfecf8.pf_fragment -------------------------------------------------------------------------------- /docs/pagefind/pagefind.en_3b5a4d3ca0.pf_meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/pagefind.en_3b5a4d3ca0.pf_meta -------------------------------------------------------------------------------- /docs/pagefind/pagefind.en_45ca8dd66d.pf_meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/pagefind.en_45ca8dd66d.pf_meta -------------------------------------------------------------------------------- /docs/pagefind/pagefind.en_5b6d9abd1f.pf_meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/pagefind.en_5b6d9abd1f.pf_meta -------------------------------------------------------------------------------- /docs/pagefind/pagefind.en_a76b93c0a9.pf_meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/pagefind.en_a76b93c0a9.pf_meta -------------------------------------------------------------------------------- /docs/pagefind/pagefind.en_e5a89298ba.pf_meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/pagefind/pagefind.en_e5a89298ba.pf_meta -------------------------------------------------------------------------------- /src/img/pexels-andrew-hawkes-5063027-tall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/src/img/pexels-andrew-hawkes-5063027-tall.jpg -------------------------------------------------------------------------------- /docs/img/pexels-andrew-hawkes-5063027-tall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codebase-frontend-library/codebase-5/HEAD/docs/img/pexels-andrew-hawkes-5063027-tall.jpg -------------------------------------------------------------------------------- /src/codebase/scss/01_basics/_media.scss: -------------------------------------------------------------------------------- 1 | // BASICS: MEDIA 2 | // ~~~~~~~~~~~~~ 3 | 4 | img, picture, video, canvas, svg { 5 | display: block; 6 | max-width: 100%; 7 | } -------------------------------------------------------------------------------- /docs/pagefind/pagefind-entry.json: -------------------------------------------------------------------------------- 1 | {"version":"1.4.0","languages":{"en":{"hash":"en_e5a89298ba","wasm":"en","page_count":52}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]} -------------------------------------------------------------------------------- /docs/_eleventy_redirect/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Browsersync pathPrefix Redirect 4 | Go to /codebase-5/ -------------------------------------------------------------------------------- /docs/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | #9f00a7 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/favicon/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | #9f00a7 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/site.webmanifest: -------------------------------------------------------------------------------- 1 | { 2 | "name": "", 3 | "short_name": "", 4 | "icons": [ 5 | { 6 | "src": "/android-chrome-192x192.png", 7 | "sizes": "192x192", 8 | "type": "image/png" 9 | }, 10 | { 11 | "src": "/android-chrome-512x512.png", 12 | "sizes": "512x512", 13 | "type": "image/png" 14 | } 15 | ], 16 | "theme_color": "#ffffff", 17 | "background_color": "#ffffff", 18 | "display": "standalone" 19 | } 20 | -------------------------------------------------------------------------------- /src/favicon/site.webmanifest: -------------------------------------------------------------------------------- 1 | { 2 | "name": "", 3 | "short_name": "", 4 | "icons": [ 5 | { 6 | "src": "/android-chrome-192x192.png", 7 | "sizes": "192x192", 8 | "type": "image/png" 9 | }, 10 | { 11 | "src": "/android-chrome-512x512.png", 12 | "sizes": "512x512", 13 | "type": "image/png" 14 | } 15 | ], 16 | "theme_color": "#ffffff", 17 | "background_color": "#ffffff", 18 | "display": "standalone" 19 | } 20 | -------------------------------------------------------------------------------- /src/codebase/scss/03_utilities/_invisibility.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: INVISIBILITY 2 | // ~~~~~~~~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | 6 | .hidden { // all viewports 7 | display: none; 8 | } 9 | 10 | @each $mq-key, $mq-value in $mq-width { 11 | @include break-max(#{$mq-value}) { 12 | .#{$mq-key}\:hidden-below { 13 | display: none !important; 14 | } 15 | } 16 | } 17 | 18 | @each $mq-key, $mq-value in $mq-width { 19 | @include break-min(#{$mq-value}) { 20 | .#{$mq-key}\:hidden { 21 | display: none !important; 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /src/codebase/scss/02_components/_tabs.scss: -------------------------------------------------------------------------------- 1 | // COMPONENTS: TABS 2 | // ~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | 6 | .tablist { 7 | position: relative; 8 | bottom: calc(var(--b-thin) * -1); 9 | } 10 | 11 | .tab { 12 | position: relative; 13 | background-color: var(--c-page-bg-alt); 14 | } 15 | 16 | .tab[aria-selected="true"] { 17 | z-index: 2; 18 | background-color: var(--c-page-bg); 19 | // Remove border-bottom to make tab label look “attached” to its respective panel 20 | border-bottom: 0; 21 | } 22 | 23 | .tabpanel { 24 | position: relative; 25 | z-index: 1; 26 | background-color: var(--c-page-bg); 27 | } -------------------------------------------------------------------------------- /src/codebase/scss/03_utilities/_floats.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: FLOATS 2 | // ~~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | 6 | .float { 7 | &-left { 8 | float: left; 9 | } 10 | &-right { 11 | float: right; 12 | } 13 | } 14 | 15 | .clearfix { 16 | &:before, 17 | &:after { 18 | content: ''; 19 | display: table; 20 | } 21 | &:after { 22 | clear: both; 23 | } 24 | } 25 | 26 | @each $mq-key, $mq-value in $mq-width { 27 | .#{$mq-key}\:float-left { 28 | @include break-min(#{$mq-value}) { 29 | float: left; 30 | } 31 | } 32 | .#{$mq-key}\:float-right { 33 | @include break-min(#{$mq-value}) { 34 | float: right; 35 | } 36 | } 37 | } -------------------------------------------------------------------------------- /src/codebase/scss/03_utilities/_overflows.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: OVERFLOWS 2 | // ~~~~~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | 6 | .overflow-x { 7 | overflow-x: auto; 8 | -webkit-overflow-scrolling: touch; 9 | max-width: 100vw; 10 | } 11 | .overflow-x > table[class*=table] { 12 | margin: 0; 13 | } 14 | 15 | .overflow-y { 16 | overflow-y: auto; 17 | -webkit-overflow-scrolling: touch; 18 | max-height: 100vh; 19 | } 20 | .overflow-xy { 21 | overflow: auto; 22 | -webkit-overflow-scrolling: touch; 23 | max-width: 100vw; 24 | max-height: 100vh; 25 | } 26 | 27 | .overflow-hidden, 28 | .overflow-clip { 29 | overflow: hidden; 30 | overflow: clip; 31 | } 32 | 33 | .overflow-visible { 34 | overflow: visible; 35 | } -------------------------------------------------------------------------------- /.eleventy.js: -------------------------------------------------------------------------------- 1 | const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight"); 2 | 3 | module.exports = function(eleventyConfig) { 4 | 5 | const markdownIt = require("markdown-it"); 6 | const markdownItAnchor = require("markdown-it-anchor"); 7 | 8 | const markdownLib = markdownIt({ html: true }).use(markdownItAnchor); 9 | eleventyConfig.setLibrary("md", markdownLib); 10 | 11 | eleventyConfig.addPlugin(syntaxHighlight, { 12 | templateFormats: ["*"] 13 | }); 14 | 15 | eleventyConfig.addPassthroughCopy("src/img"); 16 | eleventyConfig.addPassthroughCopy("src/dist"); 17 | eleventyConfig.addPassthroughCopy("src/prism"); 18 | eleventyConfig.addPassthroughCopy({"src/favicon": "/"}); 19 | 20 | return { 21 | dir: { 22 | input: "src", 23 | output: "docs" 24 | }, 25 | pathPrefix: "/codebase-5/" 26 | }; 27 | } -------------------------------------------------------------------------------- /src/codebase/scss/03_utilities/_blocks.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: BLOCKS 2 | // ~~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | 6 | // For `display: none;` see `_invisibility.scss` 7 | 8 | @mixin block { 9 | display: block; 10 | width: 100%; 11 | } 12 | 13 | .block { 14 | @include block; 15 | } 16 | @each $mq-key, $mq-value in $mq-width { 17 | @include break-min(#{$mq-value}) { 18 | .#{$mq-key}\:block { 19 | @include block; 20 | } 21 | } 22 | } 23 | 24 | @mixin inline-block { 25 | display: inline-block; 26 | width: unset; // overrides for width: 100% on form inputs 27 | } 28 | 29 | .inline-block { 30 | @include inline-block; 31 | } 32 | @each $mq-key, $mq-value in $mq-width { 33 | @include break-min(#{$mq-value}) { 34 | .#{$mq-key}\:inline-block { 35 | @include inline-block; 36 | } 37 | } 38 | } -------------------------------------------------------------------------------- /src/codebase/scss/03_utilities/_containers.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: CONTAINERS 2 | // ~~~~~~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | 6 | .container { 7 | width: min(100% - (var(--container-x) * 2), var(--container)); 8 | margin-inline: auto; 9 | &-xxl { 10 | width: min(100% - (var(--container-x) * 2), var(--w-xxl)); 11 | margin-inline: auto; 12 | } 13 | 14 | &-xl { 15 | width: min(100% - (var(--container-x) * 2), var(--w-xl)); 16 | margin-inline: auto; 17 | } 18 | 19 | &-lg { 20 | width: min(100% - (var(--container-x) * 2), var(--w-lg)); 21 | margin-inline: auto; 22 | } 23 | 24 | &-md { 25 | width: min(100% - (var(--container-x) * 2), var(--w-md)); 26 | margin-inline: auto; 27 | } 28 | 29 | &-sm { 30 | width: min(100% - (var(--container-x) * 2), var(--w-sm)); 31 | margin-inline: auto; 32 | } 33 | 34 | &-xs { 35 | width: min(100% - (var(--container-x) * 2), var(--w-xs)); 36 | margin-inline: auto; 37 | } 38 | } -------------------------------------------------------------------------------- /src/codebase/scss/02_components/_offcanvas.scss: -------------------------------------------------------------------------------- 1 | // COMPONENTS: OFFCANVAS 2 | // ~~~~~~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | 6 | .offcanvas { 7 | position: fixed; 8 | z-index: 999; 9 | } 10 | 11 | .offcanvas-top { 12 | top: 0; 13 | right: 0; 14 | left: 0; 15 | } 16 | 17 | .offcanvas-right { 18 | top: 0; 19 | right: 0; 20 | bottom: 0; 21 | } 22 | 23 | .offcanvas-bottom { 24 | right: 0; 25 | bottom: 0; 26 | left: 0; 27 | } 28 | 29 | .offcanvas-left { 30 | top: 0; 31 | bottom: 0; 32 | left: 0; 33 | } 34 | 35 | @mixin offcanvas-override { 36 | position: unset !important; 37 | z-index: unset !important; 38 | overflow: unset !important; 39 | box-shadow: none !important; 40 | } 41 | 42 | .sm\:offcanvas-override { 43 | @include break-min(w-sm) { 44 | @include offcanvas-override; 45 | } 46 | } 47 | 48 | .md\:offcanvas-override { 49 | @include break-min(w-md) { 50 | @include offcanvas-override; 51 | } 52 | } 53 | 54 | .lg\:offcanvas-override { 55 | @include break-min(w-lg) { 56 | @include offcanvas-override; 57 | } 58 | } -------------------------------------------------------------------------------- /src/codebase/scss/03_utilities/_images.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: IMAGES 2 | // ~~~~~~~~~~~~~~~~~ 3 | 4 | img { 5 | display: block; 6 | max-width: 100%; 7 | height: auto; 8 | } 9 | 10 | .img-cover { 11 | width: 100%; 12 | height: 100%; 13 | object-fit: cover !important; 14 | object-position: center; 15 | overflow: clip; 16 | 17 | &-right-top { 18 | object-position: right top; 19 | } 20 | 21 | &-right { 22 | object-position: right; 23 | } 24 | 25 | &-right-bottom { 26 | object-position: right bottom; 27 | } 28 | 29 | &-bottom { 30 | object-position: bottom; 31 | } 32 | 33 | &-left-bottom { 34 | object-position: left bottom; 35 | } 36 | 37 | &-left { 38 | object-position: left; 39 | } 40 | 41 | &-left-top { 42 | object-position: left top; 43 | } 44 | 45 | &-top { 46 | object-position: top; 47 | } 48 | } 49 | 50 | .img-contain { 51 | width: 100%; 52 | height: 100%; 53 | object-fit: contain !important; 54 | } 55 | 56 | .img-grayscale { 57 | filter: grayscale(100%); 58 | } 59 | 60 | .img-blur { 61 | filter: blur(5px); 62 | } -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Codebase 5 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "codebase-5", 3 | "version": "5.4.0", 4 | "description": "Codebase is a modern SCSS library. Pairs well with AlpineJS for HTML/JavaScript components.", 5 | "scripts": { 6 | "sass": "npx sass src/codebase/scss:src/dist --watch --style compressed", 7 | "eleventy": "npx @11ty/eleventy --serve --quiet", 8 | "dev": "npm-run-all --parallel sass eleventy" 9 | }, 10 | "keywords": [ 11 | "css", 12 | "css variables", 13 | "color-mix()", 14 | "OKLCH", 15 | "sass", 16 | "js", 17 | "responsive", 18 | "frontend", 19 | "library", 20 | "framework", 21 | "utility classes", 22 | "HTML components", 23 | "AlpineJS", 24 | "Eleventy", 25 | "documentation" 26 | ], 27 | "author": "", 28 | "license": "MIT", 29 | "repository": { 30 | "type": "git", 31 | "url": "https://github.com/codebase-frontend-library/codebase-5" 32 | }, 33 | "devDependencies": { 34 | "@11ty/eleventy": "^3.0.0", 35 | "@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0", 36 | "markdown-it-anchor": "^8.4.1", 37 | "npm-run-all": "^4.1.5", 38 | "sass": "^1.47.0" 39 | } 40 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Codebase 5 2 | 3 | Codebase is a business class CSS style library for the modern web. 4 | 5 | Designed for static site generators and content management systems, Codebase is a package of lessons learned from semantic component frameworks and utility libraries – with some new techniques. 6 | 7 | Plus, Codebase pairs well with [AlpineJS](https://alpinejs.dev). 8 | 9 | * New in v.5.3.4: focus state styling based on that of the NHS.uk and GOV.UK design systems 10 | * New in v.5.3: CSS `color-mix(in OKLAB ...)` functions. 11 | * New in v.5.2: CSS `var()` custom properties. 12 | 13 | *** 14 | 15 | Stylesheet (and sourcemap): [https://github.com/codebase-frontend-library/codebase-5/tree/main/src/dist](https://github.com/codebase-frontend-library/codebase-5/tree/main/src/dist) 16 | 17 | Docs: [https://codebase-frontend-library.github.io/codebase-5/](https://codebase-frontend-library.github.io/codebase-5/) 18 | 19 | Install via Git: [https://github.com/codebase-frontend-library/codebase-5.git](https://github.com/codebase-frontend-library/codebase-5.git) 20 | 21 | *** 22 | 23 | * Current version: 5.4.0 -- see [changelog](https://github.com/codebase-frontend-library/codebase-5/blob/main/CHANGELOG.md) 24 | * CSS file size: 102 KB 25 | * Licence: MIT 26 | * Developer: Simon Padbury 27 | -------------------------------------------------------------------------------- /docs/favicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/favicon/favicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/codebase/scss/03_utilities/_transitions.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: TRANSITIONS 2 | // ~~~~~~~~~~~~~~~~~~~~~~ 3 | 4 | .transition-all-150ms { 5 | transition: all 150ms ease-in-out; 6 | } 7 | .transition-all-300ms { 8 | transition: all 300ms ease-in-out; 9 | } 10 | .transition-all-600ms { 11 | transition: all 600ms ease-in-out; 12 | } 13 | .transition-all-900ms { 14 | transition: all 900ms ease-in-out; 15 | } 16 | .transition-all-1200ms { 17 | transition: all 1200ms ease-in-out; 18 | } 19 | .transition-all-1800ms { 20 | transition: all 1800ms ease-in-out; 21 | } 22 | .transition-all-1500ms { 23 | transition: all 1500ms ease-in-out; 24 | } 25 | .transition-all-2400ms { 26 | transition: all 2400ms ease-in-out; 27 | } 28 | 29 | .transition-transform-150ms { 30 | transition: transform 150ms ease-in-out; 31 | } 32 | .transition-transform-300ms { 33 | transition: transform 300ms ease-in-out; 34 | } 35 | .transition-transform-600ms { 36 | transition: transform 600ms ease-in-out; 37 | } 38 | .transition-transform-900ms { 39 | transition: transform 900ms ease-in-out; 40 | } 41 | .transition-transform-1200ms { 42 | transition: transform 1200ms ease-in-out; 43 | } 44 | .transition-transform-1500ms { 45 | transition: transform 1500ms ease-in-out; 46 | } 47 | .transition-transform-1800ms { 48 | transition: transform 1800ms ease-in-out; 49 | } 50 | .transition-transform-2400ms { 51 | transition: transform 2400ms ease-in-out; 52 | } -------------------------------------------------------------------------------- /src/codebase/scss/codebase.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * CODEBASE 5 3 | * MIT Licence 4 | * https://github.com/codebase-frontend-library/codebase-5 5 | * v.5.4.0 6 | */ 7 | 8 | // BASICS 9 | @use "01_basics/base"; 10 | @use "01_basics/accessibility"; 11 | @use "01_basics/text"; 12 | @use "01_basics/form-elements"; 13 | @use "01_basics/media"; 14 | 15 | // COMPONENTS 16 | @use "02_components/buttons"; 17 | @use "02_components/badges-and-labels"; 18 | @use "02_components/tables"; 19 | @use "02_components/tabs"; 20 | @use "02_components/offcanvas"; 21 | 22 | // UTILITIES 23 | @use "03_utilities/containers"; 24 | @use "03_utilities/positions"; 25 | @use "03_utilities/dimensions"; 26 | @use "03_utilities/flexbox"; 27 | @use "03_utilities/grid"; 28 | @use "03_utilities/aspect-ratios"; 29 | @use "03_utilities/box-model"; 30 | @use "03_utilities/border-radius"; 31 | @use "03_utilities/box-shadows"; 32 | @use "03_utilities/blocks"; 33 | @use "03_utilities/overflows"; 34 | @use "03_utilities/typography"; 35 | @use "03_utilities/colors"; 36 | @use "03_utilities/glass"; 37 | @use "03_utilities/images"; 38 | @use "03_utilities/floats"; 39 | @use "03_utilities/transformations"; 40 | @use "03_utilities/transitions"; 41 | @use "03_utilities/invisibility"; 42 | 43 | // NOTE: The “utility first” principle means that utility classes have priority from the point of view of the HTML/template creator -- therefore utilities must come _after_ component classes in the CSS. -------------------------------------------------------------------------------- /src/codebase/scss/02_components/_buttons.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: BUTTONS 2 | // ~~~~~~~~~~~~~~~~~~ 3 | 4 | // NOTE: for the bacic button styling (including `.btn`), see `01_basics/_form-elements.scss` 5 | 6 | @use "../00_setup/default-variables" as *; 7 | @use "sass:list"; 8 | 9 | // Button size 10 | .btn { 11 | &-sm { 12 | height: var(--form-size-sm); 13 | min-height: unset; 14 | padding: var(--btn-p-sm); 15 | font-size: var(--form-size-sm-fs); 16 | } 17 | 18 | &-lg { 19 | height: var(--form-size-lg); 20 | min-height: unset; 21 | padding: var(--btn-p-lg); 22 | font-size: var(--form-size-lg-fs); 23 | } 24 | } 25 | 26 | // Button icon (makes square) 27 | .btn-icon { 28 | padding: 0 !important; 29 | height: var(--form-size); 30 | min-width: var(--form-size); 31 | 32 | &.btn-sm { 33 | height: var(--form-size-sm); 34 | min-width: var(--form-size-sm); 35 | } 36 | 37 | &.btn-lg { 38 | height: var(--form-size-lg); 39 | min-width: var(--form-size-lg); 40 | } 41 | 42 | } 43 | 44 | // UI colors 45 | 46 | @if $ui-color-utilities == true { 47 | @each $key, 48 | $val in $ui-setup { 49 | .btn-#{$key} { 50 | border-color: list.nth($val, 1); 51 | background-color: list.nth($val, 1); 52 | color: list.nth($val, 3); 53 | 54 | &:hover, 55 | &:active, 56 | &.active { 57 | border-color: list.nth($val, 2); 58 | background-color: list.nth($val, 2); 59 | color: list.nth($val, 4); 60 | } 61 | } 62 | } 63 | } -------------------------------------------------------------------------------- /src/codebase/scss/02_components/_tables.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: TABLES 2 | // ~~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | 6 | .table { 7 | width: 100%; 8 | margin-bottom: var(--t-base-mb); 9 | border-collapse: collapse; 10 | border-spacing: 0; 11 | 12 | &:not(.table-borderless, .table-lined) { 13 | th, 14 | td { 15 | border: var(--line); 16 | } 17 | } 18 | 19 | th, 20 | td { 21 | padding: var(--sp-cell); 22 | vertical-align: top; 23 | text-align: unset; 24 | } 25 | } 26 | 27 | // Table variations 28 | .table { 29 | &-lined { 30 | border-top: var(--line); 31 | border-bottom: var(--line); 32 | tbody tr { 33 | border-top: var(--line); 34 | } 35 | } 36 | &-compact { 37 | th, 38 | td { 39 | padding: 0.25rem 0.5rem; 40 | } 41 | } 42 | 43 | &-fixed { 44 | table-layout: fixed; 45 | } 46 | 47 | &-striped { 48 | thead, 49 | tbody tr:nth-child(even) { 50 | background-color: rgba(255, 255, 255, 0.05); 51 | } 52 | 53 | tbody tr:nth-child(odd) { 54 | background-color: rgba(29, 28, 31, 0.05); 55 | 56 | } 57 | } 58 | } 59 | 60 | // Cell alignments 61 | 62 | [class*=table] .t-center { 63 | text-align: center !important; 64 | } 65 | 66 | [class*=table] .t-right { 67 | text-align: right !important; 68 | } 69 | 70 | [class*=table] .vertical-align { 71 | &-top { 72 | vertical-align: top; 73 | } 74 | 75 | &-middle { 76 | vertical-align: middle; 77 | } 78 | 79 | &-bottom { 80 | vertical-align: bottom; 81 | } 82 | } -------------------------------------------------------------------------------- /src/codebase/scss/02_components/_badges-and-labels.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: BADGES AND LABELS 2 | // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | @use "sass:list"; 6 | 7 | // Badges 8 | 9 | .badge { 10 | position: relative; 11 | display: inline-flex; 12 | align-items: center; 13 | justify-content: center; 14 | min-width: 1.625em; 15 | height: 1.625em; 16 | border-radius: 2em; 17 | padding: 0 0.325em; 18 | text-align: center; 19 | white-space: nowrap; 20 | background-color: var(--c-page-bg-alt); 21 | } 22 | 23 | .badge { 24 | &-top-right { 25 | position: absolute; 26 | top: -.75em; 27 | right: -.75em; 28 | } 29 | 30 | &-top-left { 31 | position: absolute; 32 | top: -.75em; 33 | left: -.75em; 34 | } 35 | 36 | &-bottom-right { 37 | position: absolute; 38 | bottom: -.75em; 39 | right: -.75em; 40 | } 41 | 42 | &-bottom-left { 43 | position: absolute; 44 | bottom: -.75em; 45 | left: -.75em; 46 | } 47 | } 48 | 49 | // Labels 50 | 51 | .label { 52 | position: relative; 53 | display: inline-block; 54 | 55 | @if $label-rounded-corners==true { 56 | border-radius: var(--rad-sm); 57 | } 58 | 59 | line-height: 1.5em; 60 | padding: 0 0.4em 0.1em; 61 | white-space: nowrap; 62 | background-color: var(--c-page-bg-alt); 63 | } 64 | 65 | // UI colors 66 | 67 | @if $ui-color-utilities == true { 68 | @each $key, 69 | $val in $ui-setup { 70 | .badge-#{$key}, 71 | .label-#{$key} { 72 | background-color: list.nth($val, 1); 73 | color: list.nth($val, 3) 74 | } 75 | } 76 | } -------------------------------------------------------------------------------- /src/codebase/scss/03_utilities/_box-shadows.scss: -------------------------------------------------------------------------------- 1 | // UTILITIES: BOX SHADOWS 2 | // ~~~~~~~~~~~~~~~~~~~~~~ 3 | 4 | @use "../00_setup/default-variables" as *; 5 | 6 | .bs-0 { 7 | box-shadow: none; 8 | } 9 | 10 | // see responsive bs-0 below 11 | 12 | .bs-1, 13 | .hover\:bs-1:hover { 14 | transition: box-shadow 0.15s ease-in-out; 15 | box-shadow: 16 | // z-axis lift 17 | 0 1px 4px rgba(0, 0, 0, .25), 18 | // spread 19 | 0 2px 12px rgba(0, 0, 0, .05); 20 | } 21 | 22 | .bs-2, 23 | .hover\:bs-2:hover { 24 | transition: box-shadow 0.15s ease-in-out; 25 | box-shadow: 26 | // z-axis lift 27 | 0 2px 8px rgba(0, 0, 0, .2), 28 | // spread 29 | 0 4px 24px rgba(0, 0, 0, .1); 30 | } 31 | 32 | .bs-3, 33 | .hover\:bs-3:hover { 34 | transition: box-shadow 0.15s ease-in-out; 35 | box-shadow: 36 | // z-axis lift 37 | 0 4px 12px rgba(0, 0, 0, .15), 38 | // spread 39 | 0 8px 48px rgba(0, 0, 0, .1); 40 | } 41 | 42 | .bs-4, 43 | .hover\:bs-4:hover { 44 | transition: box-shadow 0.15s ease-in-out; 45 | box-shadow: 46 | // z-axis lift 47 | 0 8px 24px rgba(0, 0, 0, .1), 48 | // spread 49 | 0 16px 60px rgba(0, 0, 0, .1); 50 | } 51 | 52 | .bs-5, 53 | .hover\:bs-5:hover { 54 | transition: box-shadow 0.15s ease-in-out; 55 | box-shadow: 56 | // z-axis lift 57 | 0 12px 48px rgba(0, 0, 0, .075), 58 | // spread 59 | 0 24px 84px rgba(0, 0, 0, .075); 60 | } 61 | 62 | @each $mq-key, 63 | $mq-value in $mq-width { 64 | @include break-min(#{$mq-value}) { 65 | .#{$mq-key}\:bs-0 { 66 | box-shadow: none; 67 | } 68 | } 69 | } 70 | 71 | @each $mq-key, 72 | $mq-value in $mq-width { 73 | @include break-max(#{$mq-value}) { 74 | .#{$mq-key}\:bs-0-below { 75 | box-shadow: none; 76 | } 77 | } 78 | } -------------------------------------------------------------------------------- /src/docs/3-layout-utilities/blocks.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Blocks" 3 | headerTitle: "Block utilities" 4 | layout: layout.njk 5 | prevPage: "/docs/3-layout-utilities/containers" 6 | nextPage: "/docs/3-layout-utilities/positions" 7 | prevLink: "Containers" 8 | nextLink: "Positions" 9 | --- 10 | 11 | Sometimes you need to override an element’s native block or inline-block behavior. 12 | 13 | ## Inline-block utility 14 | 15 | `inline-block` – makes any element behave as an inline-block element. Example using `inline-block` on a block element: 16 | 17 |
18 |
This is a <div> element (normally a block element).
19 |
20 | 21 | ```html 22 |
...
23 | ``` 24 | 25 | `inlne-block` has media query width variants, so the full set is: 26 | 27 | * `inlne-block` / `xs:inlne-block` / `sm:inlne-block` / `md:inlne-block` / `lg:inlne-block` 28 | 29 | ## Block utility 30 | 31 | `block` – makes any element behave as a block element. Example using `block` on an inline-block element, such as a `` or an ``: 32 | 33 |
34 | This is an <span> element (normally an inline element). 35 |
36 | 37 | ```html 38 | ... 39 | ``` 40 | 41 | `block` has media query width variants, so the full set is: 42 | 43 | * `block` / `xs:block` / `sm:block` / `md:block` / `lg:block` 44 | 45 | ## Notes on blocks and inline-blocks 46 | 47 | 1. The responsive block and inline-block utilities are useful in situations when you need to override a `flex` flexbox at a wider breakpoint. 48 | 2. Remember that CSS flexbox controls the behavior of its immediate child elements. So, if you are trying to use `block` or `inline-block` on an immediate child of a `flex` or `grid`, it won’t work. -------------------------------------------------------------------------------- /src/docs/6-simple-components/labels.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Labels" 3 | layout: layout.njk 4 | prevPage: "/docs/6-simple-components/badges" 5 | nextPage: "/docs/6-simple-components/tables" 6 | prevLink: "Badges" 7 | nextLink: "Tables" 8 | --- 9 | 10 | ## The label tag 11 | 12 | The default, classless `