Skip to content

Commit

Permalink
new versoin 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathalav55 committed Sep 22, 2019
1 parent 3705510 commit a28562b
Show file tree
Hide file tree
Showing 188 changed files with 24,088 additions and 21,037 deletions.
Binary file renamed assets/img/about/.DS_Store → .DS_Store
Binary file not shown.
5 changes: 0 additions & 5 deletions .firebaserc

This file was deleted.

65 changes: 0 additions & 65 deletions .gitignore

This file was deleted.

59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Change Log

## [2.2.0] 2019-03-29
### Bug Fixing & Bootstrap 4.3.1 integration
- Plugins update
- Bug fixing
- Updated Bootstrap to the latest version
- Image compressed

## [2.1.0] 2017-10-05
### Bug Fixing & Bootstrap 4 Beta integration
- Class changes : - .card-block to .card-body
- .navbar-toggleable-* to .navbar-expand-*
- .hidden-*-down to .d-none .d-*-block
- .hidden-*-up to .d-*-none
more class changes here:https://medium.com/@lukaszholeczek/how-to-upgrade-bootstrap-4-alpha-6-to-bootstrap-4-beta-d43b4210f2a3
- Bug fixes for responsive devices
- Change versions on CSS and JS files
- Small changes for components

## [2.0.1] 2017-08-27
### Bug Fixing
- Bug fixes for responsive devices
- Added versions on CSS and JS files
- Optimization for all search engine

## [2.0.0] 2017-08-04 [current version]
### Major update to Bootstrap 4
- Bootstrap 4 framework
- changed colors
- changed example pages
- new typography
- new design changes
- better code structure
- better SCSS and CSS properties

## [1.2.2] 2017-01-18
### MIT License
- changed licensing agreement to MIT

## [1.2.1] 2016-02-25
### Bug fixing
- fix the issue with disappearing navbar on mobile screen

## [1.2] 2015-12-04
### Changes
- updated Bootstrap to latest stable version(3.3.6)
- added SASS and Less files
- added style for off-canvas navigation
- fixed small bugs.

## [1.1] 2015-11-05
### Bug fixing
- input-group button fix
- changed checkbox to square and changed hover effect
- fixed bug on register page cut-off

## [1.0] 2015-08-26
### Original Release
14 changes: 0 additions & 14 deletions CREDITS.txt

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Creative Tim

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit a28562b

Please sign in to comment.