File tree Expand file tree Collapse file tree 4 files changed +7803
-704
lines changed Expand file tree Collapse file tree 4 files changed +7803
-704
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A [Bootstrap](http://getbootstrap.com) material theme designed for use on [Compu
6
6
Demo
7
7
----
8
8
9
- A live demo of this theme that showcases most components can be found [ here] ( https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0 /index.html ) .
9
+ A live demo of this theme that showcases most components can be found [ here] ( https://s3.csh.rit.edu/csh-material-bootstrap/4.3.1 /index.html ) .
10
10
11
11
Usage
12
12
------
@@ -37,15 +37,15 @@ Use CSH Material Bootstrap without a package manager.
37
37
###### CSS
38
38
39
39
```
40
- <link rel="stylesheet" href="https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0 /dist/csh-material-bootstrap.min.css" media="screen">
40
+ <link rel="stylesheet" href="https://s3.csh.rit.edu/csh-material-bootstrap/4.3.1 /dist/csh-material-bootstrap.min.css" media="screen">
41
41
```
42
42
43
43
###### JS, Popper.js, and jQuery
44
44
45
45
```
46
46
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
47
47
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
48
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0 /js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
48
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1 /js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
49
49
```
50
50
51
51
Development
You can’t perform that action at this time.
0 commit comments