Skip to content

Commit 8796e20

Browse files
author
Manu
committed
- copyright
1 parent 556e5eb commit 8796e20

27 files changed

Lines changed: 437 additions & 21 deletions

Documentation/documentation.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<!--
2+
/*!
3+
4+
=========================================================
5+
* BLK Design System React - v1.0.0
6+
=========================================================
7+
8+
* Product Page: https://www.creative-tim.com/product/blk-design-system-react
9+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
10+
* Licensed under MIT (https://github.com/creativetimofficial/blk-design-system-react/blob/master/LICENSE.md)
11+
12+
* Coded by Creative Tim
13+
14+
=========================================================
15+
16+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
17+
18+
*/
19+
-->
120
<!DOCTYPE html>
221
<html lang="en">
322
<head>

public/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<!--
2+
/*!
3+
4+
=========================================================
5+
* BLK Design System React - v1.0.0
6+
=========================================================
7+
8+
* Product Page: https://www.creative-tim.com/product/blk-design-system-react
9+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
10+
* Licensed under MIT (https://github.com/creativetimofficial/blk-design-system-react/blob/master/LICENSE.md)
11+
12+
* Coded by Creative Tim
13+
14+
=========================================================
15+
16+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
17+
18+
*/
19+
-->
120
<!DOCTYPE html>
221
<html lang="en" class="perfect-scrollbar-off nav-open">
322
<head>

src/assets/css/blk-design-system-react.css

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
@charset "UTF-8";
2-
/*
3-
=========================================================
4-
* Blk• Design System - v1.0.0
5-
=========================================================
1+
/*!
62
7-
* Product Page: https://www.creative-tim.com/product/blk-design-system
8-
* Copyright 2018 Creative Tim (http://www.creative-tim.com)
3+
=========================================================
4+
* BLK Design System React - v1.0.0
5+
=========================================================
96
7+
* Product Page: https://www.creative-tim.com/product/blk-design-system-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/blk-design-system-react/blob/master/LICENSE.md)
1010
11-
=========================================================
11+
* Coded by Creative Tim
1212
13-
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13+
=========================================================
1414
15-
*/
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
1618
/* brand Colors */
1719
/* navbar color */
1820
@keyframes move-left-right {

src/assets/css/blk-design-system-react.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/css/blk-design-system-react.min.css

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/scss/blk-design-system-react.scss

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
/*
2-
=========================================================
3-
* Blk• Design System - v1.0.0
4-
=========================================================
1+
/*!
52
6-
* Product Page: https://www.creative-tim.com/product/blk-design-system
7-
* Copyright 2018 Creative Tim (http://www.creative-tim.com)
3+
=========================================================
4+
* BLK Design System React - v1.0.0
5+
=========================================================
86
7+
* Product Page: https://www.creative-tim.com/product/blk-design-system-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/blk-design-system-react/blob/master/LICENSE.md)
910
10-
=========================================================
11+
* Coded by Creative Tim
1112
12-
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13+
=========================================================
1314
14-
*/
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
1518

1619
// Core
1720

src/components/Footer/Footer.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* BLK Design System React - v1.0.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/blk-design-system-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/blk-design-system-react/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
import React from "react";
219
import { Link } from "react-router-dom";
320
// reactstrap components

src/components/Navbars/ExamplesNavbar.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* BLK Design System React - v1.0.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/blk-design-system-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/blk-design-system-react/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
import React from "react";
219
import { Link } from "react-router-dom";
320
// reactstrap components

src/components/Navbars/IndexNavbar.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* BLK Design System React - v1.0.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/blk-design-system-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/blk-design-system-react/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
import React from "react";
219
import { Link } from "react-router-dom";
320
// reactstrap components

src/components/PageHeader/PageHeader.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* BLK Design System React - v1.0.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/blk-design-system-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/blk-design-system-react/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
import React from "react";
219

320
// reactstrap components

0 commit comments

Comments
 (0)