Skip to content

Commit

Permalink
Merge pull request themesberg#12 from themesberg/accessibility-4
Browse files Browse the repository at this point in the history
Accessibility Fixes
  • Loading branch information
zoltanszogyenyi authored Apr 11, 2020
2 parents ad5e6dc + f2aa862 commit e6e8915
Show file tree
Hide file tree
Showing 46 changed files with 395 additions and 754 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Pixel Lite Bootstrap UI Kit](https://demo.themesberg.com/pixel-lite/)
# [Pixel Lite Bootstrap Design System](https://demo.themesberg.com/pixel-lite/)

![Pixel Lite Bootstrap UI Kit Preview](https://themesberg.s3.us-east-2.amazonaws.com/public/products/pixel-lite/github/pixel-lite-screenshot-1.jpg "Pixel Lite Bootstrap UI Kit")
![Pixel Lite Bootstrap Design System Preview](https://themesberg.s3.us-east-2.amazonaws.com/public/products/pixel-lite/github/pixel-lite-screenshot-1.jpg "Pixel Lite Bootstrap Design System")

Pixel is a accessibility oriented, fully responsive, modern User Interface Kit that will help you build creative and professional websites. Use our components and sections, switch some Sass variables to build and arrange pages to best suit your needs.

Expand Down Expand Up @@ -92,7 +92,7 @@ gulp build:dist
This will generate a folder `dist` which will have minified CSS, Html and Javascript.

## Documentation
The documentation for Pixel Bootstrap UI Kit is hosted on our [website](https://themesberg.com/docs/pixel-bootstrap/getting-started/overview).
The documentation for Pixel Bootstrap Design System is hosted on our [website](https://themesberg.com/docs/pixel-bootstrap/getting-started/overview).

## File Structure
Within the download you'll find the following directories and files:
Expand All @@ -119,9 +119,9 @@ At present, we officially aim to support the last two versions of the following

## Reporting Issues

We use GitHub Issues as the official bug tracker for Pixel Pro Bootstrap UI Kit. Here are some advices for our users that want to report an issue:
We use GitHub Issues as the official bug tracker for Pixel Pro Bootstrap Design System. Here are some advices for our users that want to report an issue:

1. Make sure that you are using the latest version of Pixel Pro Bootstrap UI Kit. Check the CHANGELOG from your dashboard on our [website](https://themesberg.com).
1. Make sure that you are using the latest version of Pixel Pro Bootstrap Design System. Check the CHANGELOG from your dashboard on our [website](https://themesberg.com).
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pixel-ui-kit",
"version": "3.0.0",
"description": "Accessibility oriented and open source Bootstrap UI Kit.",
"description": "Accessibility oriented and open source Bootstrap Design System.",
"main": "gulpfile.js",
"author": "Themesberg",
"keywords": [
Expand Down
Binary file added src/assets/img/checker_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 114 additions & 0 deletions src/assets/img/wavelogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/js/pixel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down Expand Up @@ -112,7 +112,7 @@ $(document).ready(function () {
$('.datepicker')[0] && $('.datepicker').each(function () {
$('.datepicker').datepicker({
disableTouchKeyboard: true,
autoclose: false,
autoclose: true,
});
});

Expand Down
2 changes: 1 addition & 1 deletion src/html/components/accordions.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/alerts.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
6 changes: 1 addition & 5 deletions src/html/components/all.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down Expand Up @@ -110,10 +110,6 @@ <h1 class="display-2 font-weight-light mb-3">Pixel <span class="font-weight-bold
"path": "../.."
})

@@include('./components/_tables.html', {
"path": "../.."
})

@@include('./components/_tabs.html', {
"path": "../.."
})
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/badges.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/bootstrap-carousels.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/buttons.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/cards.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/forms.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/modals.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/navs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/pagination.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/popovers.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
2 changes: 1 addition & 1 deletion src/html/components/progress-bars.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=========================================================
* Pixel Lite Bootstrap UI Kit
* Pixel Lite Bootstrap Design System
=========================================================
* Product Page: https://themesberg.com/product/ui-kits/pixel-lite-free-bootstrap-4-ui-kit
Expand Down
Loading

0 comments on commit e6e8915

Please sign in to comment.