Skip to content

Commit be97ebb

Browse files
wuchongrmetzger
authored andcommitted
[FLINK-20832] Deliver bootstrap css and js ourselves
1 parent 2ef35b0 commit be97ebb

9 files changed

+315
-3
lines changed

_layouts/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
1111

1212
<!-- Bootstrap -->
13-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
13+
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css">
1414
<link rel="stylesheet" href="{{ site.baseurl }}/css/flink.css">
1515
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
1616

@@ -59,8 +59,8 @@
5959
</div><!-- /.container -->
6060

6161
<!-- Include all compiled plugins (below), or include individual files as needed -->
62-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
63-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.0/jquery.matchHeight-min.js"></script>
62+
<script src="{{ site.baseurl }}/js/jquery.matchHeight-min.js"></script>
63+
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
6464
<script src="{{ site.baseurl }}/js/codetabs.js"></script>
6565
<script src="{{ site.baseurl }}/js/stickysidebar.js"></script>
6666

css/bootstrap.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
19.7 KB
Binary file not shown.

fonts/glyphicons-halflings-regular.svg

Lines changed: 288 additions & 0 deletions
Loading
44.3 KB
Binary file not shown.
22.9 KB
Binary file not shown.
17.6 KB
Binary file not shown.

js/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.matchHeight-min.js

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)