Skip to content

Commit

Permalink
Move dependencies locally
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Apr 27, 2024
1 parent 15f02a6 commit 773f2d3
Show file tree
Hide file tree
Showing 15 changed files with 2,702 additions and 13 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ _site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
node_modules
10 changes: 4 additions & 6 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

</div>


<!-- Javascript
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/startbootstrap-grayscale/3.3.7/js/grayscale.min.js"></script>
<script src="/assets/vendor/jquery-2.2.4.min.js"></script>
<script src="/assets/vendor/bootstrap-3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/vendor/grayscale-3.3.7/grayscale-3.3.7.min.js"></script>
9 changes: 3 additions & 6 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">

<!-- CSS -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/startbootstrap-grayscale/3.3.7/css/grayscale.min.css">
<link rel="stylesheet" href="assets/vendor/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/vendor/bootstrap-3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/vendor/grayscale-3.3.7/grayscale-3.3.7.min.css">
<link href="https://fonts.googleapis.com/css?family=Chivo:300,400,700&display=swap" rel="stylesheet">

<link rel="stylesheet" href="/assets/css/styles.css">
Expand Down
6 changes: 6 additions & 0 deletions assets/vendor/bootstrap-3.3.7/css/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/vendor/bootstrap-3.3.7/js/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/vendor/font-awesome-4.7.0/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions assets/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions assets/vendor/grayscale-3.3.7/grayscale-3.3.7.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions assets/vendor/grayscale-3.3.7/grayscale-3.3.7.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions assets/vendor/jquery-2.2.4.min.js

Large diffs are not rendered by default.

0 comments on commit 773f2d3

Please sign in to comment.