├── images
├── .keep
├── .gitkeep
├── .DS_Store
├── avatars
│ ├── 1.jpg
│ ├── 10.jpg
│ ├── 11.jpg
│ ├── 12.jpg
│ ├── 13.jpg
│ ├── 14.jpg
│ ├── 15.jpg
│ ├── 16.jpg
│ ├── 17.jpg
│ ├── 18.jpg
│ ├── 19.jpg
│ ├── 2.jpg
│ ├── 20.jpg
│ ├── 21.jpg
│ ├── 22.jpg
│ ├── 23.jpg
│ ├── 24.jpg
│ ├── 25.jpg
│ ├── 26.jpg
│ ├── 27.jpg
│ ├── 28.jpg
│ ├── 29.jpg
│ ├── 3.jpg
│ ├── 30.jpg
│ ├── 31.jpg
│ ├── 32.jpg
│ ├── 33.jpg
│ ├── 34.jpg
│ ├── 35.jpg
│ ├── 36.jpg
│ ├── 37.jpg
│ ├── 38.jpg
│ ├── 39.jpg
│ ├── 4.jpg
│ ├── 40.jpg
│ ├── 41.jpg
│ ├── 42.jpg
│ ├── 43.jpg
│ ├── 44.jpg
│ ├── 45.jpg
│ ├── 46.jpg
│ ├── 47.jpg
│ ├── 48.jpg
│ ├── 49.jpg
│ ├── 5.jpg
│ ├── 50.jpg
│ ├── 6.jpg
│ ├── 7.jpg
│ ├── 8.jpg
│ ├── 9.jpg
│ └── .DS_Store
├── airframe-white-logo-only.svg
└── airframe-logo-only.svg
├── _includes
├── modal-filter
│ ├── li-modal-filter.html
│ ├── input-filter.html
│ └── navbar-filter.html
├── .DS_Store
├── auth
│ └── footer.html
├── tasks
│ ├── subtask
│ │ ├── table-subtasks.html
│ │ ├── files.html
│ │ └── file.html
│ ├── dropdown-priority.html
│ ├── offcanvas-task-view.html
│ ├── dropdown-status.html
│ ├── dropdown-bulk.html
│ ├── dropdown-options.html
│ └── modal-create-tag.html
├── settings
│ ├── header-settings.html
│ ├── tr-pending.html
│ └── pills-settings.html
├── V2
│ ├── dropdown-layout.html
│ ├── header-small.html
│ ├── collapse-group-grid.html
│ ├── tr-group.html
│ ├── table-tasks.html
│ ├── card-image.html
│ ├── list-tasks.html
│ └── table-tasks-group.html
├── toasts
│ ├── toast-saved.html
│ └── toast-removed.html
├── modals
│ ├── button-close-modal.html
│ ├── modal-create-team.html
│ └── modal-danger.html
├── badge
│ └── badge-lg.html
├── layouts
│ ├── navbar-transparent.html
│ └── dropdown-profile.html
└── empty-placeholder.html
├── .DS_Store
├── css
├── .DS_Store
├── helpers
│ ├── _clearfix.scss
│ ├── _text-truncation.scss
│ ├── _visually-hidden.scss
│ ├── _vr.scss
│ ├── _stretched-link.scss
│ ├── _stacks.scss
│ ├── _focus-ring.scss
│ ├── _color-bg.scss
│ ├── _ratio.scss
│ ├── _icon-link.scss
│ ├── _position.scss
│ └── _colored-links.scss
├── tests
│ ├── .DS_Store
│ ├── mixins
│ │ ├── _media-query-color-mode-full.test.scss
│ │ └── _color-modes.test.scss
│ ├── sass-true
│ │ ├── register.js
│ │ └── runner.js
│ ├── jasmine.js
│ └── utilities
│ │ └── _api.test.scss
├── mixins
│ ├── _clearfix.scss
│ ├── _lists.scss
│ ├── _color-scheme.scss
│ ├── _text-truncate.scss
│ ├── _resize.scss
│ ├── _banner.scss
│ ├── _backdrop.scss
│ ├── _pagination.scss
│ ├── _container.scss
│ ├── _image.scss
│ ├── _box-shadow.scss
│ ├── _color-mode.scss
│ ├── _reset-text.scss
│ ├── _alert.scss
│ ├── _deprecate.scss
│ ├── _list-group.scss
│ ├── _transition.scss
│ ├── _table-variants.scss
│ ├── _visually-hidden.scss
│ ├── _caret.scss
│ ├── _gradients.scss
│ └── _border-radius.scss
├── bootstrap-reboot.scss
├── forms
│ ├── _form-text.scss
│ ├── _validation.scss
│ ├── _labels.scss
│ ├── _form-select.scss
│ ├── _floating-labels.scss
│ └── _form-range.scss
├── _forms.scss
├── _helpers.scss
├── bootstrap-utilities.scss
├── _transitions.scss
├── _grid.scss
├── _mixins.scss
├── _placeholders.scss
├── bootstrap.scss
├── _badge.scss
├── _images.scss
├── _containers.scss
├── bootstrap-grid.scss
├── cheatsheet.css
├── _breadcrumb.scss
├── utilities
│ └── _api.scss
├── _type.scss
├── _close.scss
├── _progress.scss
├── _alert.scss
├── _spinners.scss
└── _toasts.scss
├── js
├── .DS_Store
├── cheatsheet.js
└── color-modes.js
├── _data
├── priorityTasks.yml
├── statusColor.yml
├── days.yml
├── statusTasks.yml
├── tagsColors.yml
├── months.yml
├── years.yml
├── colors.yml
├── tagsTitles.yml
├── modalSelectUsers.yml
├── percents.yml
├── numbers.yml
├── firstName.yml
├── landscapes.yml
├── priorityby.yml
├── lastName.yml
├── filterby.yml
├── modalUsers.yml
├── statusby.yml
├── names.yml
├── users.yml
├── emails.yml
├── tagby.yml
├── projectsTitles.yml
├── tableTask.yml
├── badgesProjects.yml
└── avatars.yml
├── fonts
├── .DS_Store
└── bootstrap
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
├── Gemfile
├── 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
├── head.html
└── site.webmanifest
├── tasks
├── grid
│ ├── .DS_Store
│ ├── drawer
│ │ └── index.html
│ └── index.html
├── table
│ ├── group
│ │ └── index.html
│ ├── drawer
│ │ └── index.html
│ └── index.html
├── list
│ ├── table
│ │ ├── index.html
│ │ ├── group
│ │ │ ├── index.html
│ │ │ └── details
│ │ │ │ └── index.html
│ │ └── details
│ │ │ └── index.html
│ ├── grid
│ │ ├── index.html
│ │ └── group
│ │ │ ├── index.html
│ │ │ └── details
│ │ │ └── index.html
│ ├── empty
│ │ └── index.html
│ └── list
│ │ └── index.html
├── empty.html
└── empty
│ └── index.html
├── .gitignore
├── index.html
├── _config.yml
├── 404.html
├── projects
├── empty.html
├── grid
│ └── index.html
└── table
│ └── index.html
├── forgot-password
├── forgot-password-reset.html
├── forgot-password-check.html
├── forgot-password.html
└── forgot-password-set.html
├── _layouts
├── sidebar.html
└── page.html
├── tests.html
├── Gemfile.lock
├── login.html
├── signup.html
├── settings
└── password.html
└── README.md
/images/.keep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/images/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_includes/modal-filter/li-modal-filter.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/.DS_Store
--------------------------------------------------------------------------------
/css/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/css/.DS_Store
--------------------------------------------------------------------------------
/css/helpers/_clearfix.scss:
--------------------------------------------------------------------------------
1 | .clearfix {
2 | @include clearfix();
3 | }
4 |
--------------------------------------------------------------------------------
/js/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/js/.DS_Store
--------------------------------------------------------------------------------
/_data/priorityTasks.yml:
--------------------------------------------------------------------------------
1 | - "danger"
2 | - "warning"
3 | - "primary"
4 | - "secondary"
--------------------------------------------------------------------------------
/_data/statusColor.yml:
--------------------------------------------------------------------------------
1 | - "secondary"
2 | - "success"
3 | - "danger"
4 | - "warning"
--------------------------------------------------------------------------------
/fonts/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/fonts/.DS_Store
--------------------------------------------------------------------------------
/images/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/.DS_Store
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | source "https://rubygems.org"
2 |
3 | gem 'jekyll'
4 | gem "webrick", "~> 1.7"
5 |
--------------------------------------------------------------------------------
/_data/days.yml:
--------------------------------------------------------------------------------
1 | - "Mon"
2 | - "Tue"
3 | - "Wed"
4 | - "Thu"
5 | - "Fri"
6 | - "Sat"
7 | - "Sun"
--------------------------------------------------------------------------------
/_includes/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/_includes/.DS_Store
--------------------------------------------------------------------------------
/css/tests/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/css/tests/.DS_Store
--------------------------------------------------------------------------------
/favicon/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/favicon/favicon.ico
--------------------------------------------------------------------------------
/images/avatars/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/1.jpg
--------------------------------------------------------------------------------
/images/avatars/10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/10.jpg
--------------------------------------------------------------------------------
/images/avatars/11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/11.jpg
--------------------------------------------------------------------------------
/images/avatars/12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/12.jpg
--------------------------------------------------------------------------------
/images/avatars/13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/13.jpg
--------------------------------------------------------------------------------
/images/avatars/14.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/14.jpg
--------------------------------------------------------------------------------
/images/avatars/15.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/15.jpg
--------------------------------------------------------------------------------
/images/avatars/16.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/16.jpg
--------------------------------------------------------------------------------
/images/avatars/17.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/17.jpg
--------------------------------------------------------------------------------
/images/avatars/18.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/18.jpg
--------------------------------------------------------------------------------
/images/avatars/19.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/19.jpg
--------------------------------------------------------------------------------
/images/avatars/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/2.jpg
--------------------------------------------------------------------------------
/images/avatars/20.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/20.jpg
--------------------------------------------------------------------------------
/images/avatars/21.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/21.jpg
--------------------------------------------------------------------------------
/images/avatars/22.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/22.jpg
--------------------------------------------------------------------------------
/images/avatars/23.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/23.jpg
--------------------------------------------------------------------------------
/images/avatars/24.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/24.jpg
--------------------------------------------------------------------------------
/images/avatars/25.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/25.jpg
--------------------------------------------------------------------------------
/images/avatars/26.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/26.jpg
--------------------------------------------------------------------------------
/images/avatars/27.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/27.jpg
--------------------------------------------------------------------------------
/images/avatars/28.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/28.jpg
--------------------------------------------------------------------------------
/images/avatars/29.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/29.jpg
--------------------------------------------------------------------------------
/images/avatars/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/3.jpg
--------------------------------------------------------------------------------
/images/avatars/30.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/30.jpg
--------------------------------------------------------------------------------
/images/avatars/31.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/31.jpg
--------------------------------------------------------------------------------
/images/avatars/32.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/32.jpg
--------------------------------------------------------------------------------
/images/avatars/33.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/33.jpg
--------------------------------------------------------------------------------
/images/avatars/34.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/34.jpg
--------------------------------------------------------------------------------
/images/avatars/35.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/35.jpg
--------------------------------------------------------------------------------
/images/avatars/36.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/36.jpg
--------------------------------------------------------------------------------
/images/avatars/37.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/37.jpg
--------------------------------------------------------------------------------
/images/avatars/38.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/38.jpg
--------------------------------------------------------------------------------
/images/avatars/39.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/39.jpg
--------------------------------------------------------------------------------
/images/avatars/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/4.jpg
--------------------------------------------------------------------------------
/images/avatars/40.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/40.jpg
--------------------------------------------------------------------------------
/images/avatars/41.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/41.jpg
--------------------------------------------------------------------------------
/images/avatars/42.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/42.jpg
--------------------------------------------------------------------------------
/images/avatars/43.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/43.jpg
--------------------------------------------------------------------------------
/images/avatars/44.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/44.jpg
--------------------------------------------------------------------------------
/images/avatars/45.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/45.jpg
--------------------------------------------------------------------------------
/images/avatars/46.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/46.jpg
--------------------------------------------------------------------------------
/images/avatars/47.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/47.jpg
--------------------------------------------------------------------------------
/images/avatars/48.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/48.jpg
--------------------------------------------------------------------------------
/images/avatars/49.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/49.jpg
--------------------------------------------------------------------------------
/images/avatars/5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/5.jpg
--------------------------------------------------------------------------------
/images/avatars/50.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/50.jpg
--------------------------------------------------------------------------------
/images/avatars/6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/6.jpg
--------------------------------------------------------------------------------
/images/avatars/7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/7.jpg
--------------------------------------------------------------------------------
/images/avatars/8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/8.jpg
--------------------------------------------------------------------------------
/images/avatars/9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/9.jpg
--------------------------------------------------------------------------------
/tasks/grid/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/tasks/grid/.DS_Store
--------------------------------------------------------------------------------
/favicon/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/favicon/favicon-16x16.png
--------------------------------------------------------------------------------
/favicon/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/favicon/favicon-32x32.png
--------------------------------------------------------------------------------
/favicon/mstile-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/favicon/mstile-150x150.png
--------------------------------------------------------------------------------
/images/avatars/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/images/avatars/.DS_Store
--------------------------------------------------------------------------------
/_data/statusTasks.yml:
--------------------------------------------------------------------------------
1 | - icon: history
2 | color: secondary
3 |
4 | - icon: finished
5 | color: success
--------------------------------------------------------------------------------
/favicon/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/favicon/apple-touch-icon.png
--------------------------------------------------------------------------------
/_data/tagsColors.yml:
--------------------------------------------------------------------------------
1 | - "secondary"
2 | - "success"
3 | - "danger"
4 | - "warning"
5 | - "primary"
6 | - "info"
--------------------------------------------------------------------------------
/favicon/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/favicon/android-chrome-192x192.png
--------------------------------------------------------------------------------
/favicon/android-chrome-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/favicon/android-chrome-512x512.png
--------------------------------------------------------------------------------
/css/helpers/_text-truncation.scss:
--------------------------------------------------------------------------------
1 | //
2 | // Text truncation
3 | //
4 |
5 | .text-truncate {
6 | @include text-truncate();
7 | }
8 |
--------------------------------------------------------------------------------
/fonts/bootstrap/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/fonts/bootstrap/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/fonts/bootstrap/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/fonts/bootstrap/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/fonts/bootstrap/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/fonts/bootstrap/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/fonts/bootstrap/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/0wczar/airframe/HEAD/fonts/bootstrap/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/_data/months.yml:
--------------------------------------------------------------------------------
1 | - "Jan"
2 | - "Feb"
3 | - "Mar"
4 | - "Apr"
5 | - "May"
6 | - "Jun"
7 | - "Jul"
8 | - "Aug"
9 | - "Sep"
10 | - "Oct"
11 | - "Nov"
12 | - "Dec"
--------------------------------------------------------------------------------
/_data/years.yml:
--------------------------------------------------------------------------------
1 | - "2021"
2 | - "2020"
3 | - "2019"
4 | - "2018"
5 | - "2017"
6 | - "2016"
7 | - "2015"
8 | - "2014"
9 | - "2013"
10 | - "2012"
11 | - "2011"
12 | - "2010"
--------------------------------------------------------------------------------
/_includes/auth/footer.html:
--------------------------------------------------------------------------------
1 | C) 2021 All Rights Reserved. Designed and implemented by www.webkom.co
--------------------------------------------------------------------------------
/_data/colors.yml:
--------------------------------------------------------------------------------
1 | - "primary"
2 | - "secondary"
3 | - "success"
4 | - "danger"
5 | - "warning"
6 | - "info"
7 | - "indigo"
8 | - "purple"
9 | - "pink"
10 | - "orange"
11 | - "teal"
12 | - "cyan"
--------------------------------------------------------------------------------
/css/helpers/_visually-hidden.scss:
--------------------------------------------------------------------------------
1 | //
2 | // Visually hidden
3 | //
4 |
5 | .visually-hidden,
6 | .visually-hidden-focusable:not(:focus):not(:focus-within) {
7 | @include visually-hidden();
8 | }
9 |
--------------------------------------------------------------------------------
/css/helpers/_vr.scss:
--------------------------------------------------------------------------------
1 | .vr {
2 | display: inline-block;
3 | align-self: stretch;
4 | width: $vr-border-width;
5 | min-height: 1em;
6 | background-color: currentcolor;
7 | opacity: $hr-opacity;
8 | }
9 |
--------------------------------------------------------------------------------
/css/mixins/_clearfix.scss:
--------------------------------------------------------------------------------
1 | // scss-docs-start clearfix
2 | @mixin clearfix() {
3 | &::after {
4 | display: block;
5 | clear: both;
6 | content: "";
7 | }
8 | }
9 | // scss-docs-end clearfix
10 |
--------------------------------------------------------------------------------
/css/mixins/_lists.scss:
--------------------------------------------------------------------------------
1 | // Lists
2 |
3 | // Unstyled keeps list items block level, just removes default browser padding and list-style
4 | @mixin list-unstyled {
5 | padding-left: 0;
6 | list-style: none;
7 | }
8 |
--------------------------------------------------------------------------------
/css/mixins/_color-scheme.scss:
--------------------------------------------------------------------------------
1 | // scss-docs-start mixin-color-scheme
2 | @mixin color-scheme($name) {
3 | @media (prefers-color-scheme: #{$name}) {
4 | @content;
5 | }
6 | }
7 | // scss-docs-end mixin-color-scheme
8 |
--------------------------------------------------------------------------------
/_data/tagsTitles.yml:
--------------------------------------------------------------------------------
1 | - "UX"
2 | - "UI"
3 | - "Database"
4 | - "Live"
5 | - "V2"
6 | - "Javascript"
7 | - "Testings"
8 | - "HTML"
9 | - "CSS"
10 | - "Animation"
11 | - "React"
12 | - "Vue"
13 | - "Angular"
14 | - "Marketing"
--------------------------------------------------------------------------------
/css/mixins/_text-truncate.scss:
--------------------------------------------------------------------------------
1 | // Text truncate
2 | // Requires inline-block or block for proper styling
3 |
4 | @mixin text-truncate() {
5 | overflow: hidden;
6 | text-overflow: ellipsis;
7 | white-space: nowrap;
8 | }
9 |
--------------------------------------------------------------------------------
/_data/modalSelectUsers.yml:
--------------------------------------------------------------------------------
1 | - title:
2 |
3 | - title:
4 |
5 | - title:
6 |
7 | - title:
8 |
9 | - title:
10 |
11 | - title:
12 |
13 | - title:
14 |
15 | - title:
16 |
17 | - title:
18 |
19 | - title:
20 |
21 | - title:
--------------------------------------------------------------------------------
/_data/percents.yml:
--------------------------------------------------------------------------------
1 | - "5"
2 | - "10"
3 | - "15"
4 | - "20"
5 | - "25"
6 | - "30"
7 | - "35"
8 | - "40"
9 | - "45"
10 | - "50"
11 | - "55"
12 | - "60"
13 | - "65"
14 | - "70"
15 | - "75"
16 | - "80"
17 | - "85"
18 | - "90"
19 | - "95"
--------------------------------------------------------------------------------
/css/mixins/_resize.scss:
--------------------------------------------------------------------------------
1 | // Resize anything
2 |
3 | @mixin resizable($direction) {
4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
5 | resize: $direction; // Options: horizontal, vertical, both
6 | }
7 |
--------------------------------------------------------------------------------
/css/bootstrap-reboot.scss:
--------------------------------------------------------------------------------
1 | @import "mixins/banner";
2 | @include bsBanner(Reboot);
3 |
4 | @import "functions";
5 | @import "variables";
6 | @import "variables-dark";
7 | @import "maps";
8 | @import "mixins";
9 | @import "root";
10 | @import "reboot";
11 |
--------------------------------------------------------------------------------
/css/mixins/_banner.scss:
--------------------------------------------------------------------------------
1 | @mixin bsBanner($file) {
2 | /*!
3 | * Bootstrap #{$file} v5.3.2 (https://getbootstrap.com/)
4 | * Copyright 2011-2023 The Bootstrap Authors
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6 | */
7 | }
8 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | /_site/
2 | _site/
3 | _site
4 | /_site
5 | /_site/css/
6 | _site/css/
7 | /_site/css
8 | /.sass-cache/
9 | .sass-cache/
10 | .sass-cache
11 | vendor
12 | vendor/
13 | /vendor
14 | Gemfile.lock
15 | _site/index.html
16 | _site/css/styles.css
17 | _site/css/styles.css.map
18 |
--------------------------------------------------------------------------------
/css/forms/_form-text.scss:
--------------------------------------------------------------------------------
1 | //
2 | // Form text
3 | //
4 |
5 | .form-text {
6 | margin-top: $form-text-margin-top;
7 | @include font-size($form-text-font-size);
8 | font-style: $form-text-font-style;
9 | font-weight: $form-text-font-weight;
10 | color: $form-text-color;
11 | }
12 |
--------------------------------------------------------------------------------
/favicon/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
{{ include.description }}
11 |Sorry, the page you are looking for doesn't exist or has been moved.
22 | 23 | 24 |14 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem obcaecati odio provident culpa molestias cupiditate. 15 |
16 | 19 |14 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem obcaecati odio provident culpa molestias cupiditate. 15 |
16 | 19 |23 | In the upper right corner there is a blue button + and below where you can add a task. 24 |
25 | 26 | 29 |