Skip to content

Commit 0146581

Browse files
committed
cleanup: bump or removes JS deps
Signed-off-by: Damien Duportal <[email protected]>
1 parent abfa004 commit 0146581

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

cours/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88

99
<!-- Bootstrap CSS -->
10-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
11-
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
10+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
11+
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
1212

1313
<!-- Custom styles for this template -->
1414
<link href="custom.css" rel="stylesheet">
@@ -44,7 +44,7 @@ <h1>Hello, welcome to my courses page.</h1>
4444
<li><a href="https://cicd-lectures.github.io/slides/2023">Mars 2023 - ENSG - Introduction au CI/CD (FR 🇫🇷)</a></li>
4545
</ul>
4646
</li>
47-
<li><a href="https://dduportal.github.io/esgi-containers-ci-cd/2023">Février, Mars, Avril 2023 - ENSG - Introduction au CI/CD (FR 🇫🇷)</a></li>
47+
<li><a href="https://dduportal.github.io/esgi-courses/">Cours ESGI : Orchestration de conteneurs et Intégration Continue (FR 🇫🇷)</a></li>
4848
</ul>
4949
</div>
5050
</body>

index.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88

99
<!-- Bootstrap CSS -->
10-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
11-
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
10+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
11+
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
1212

1313
<!-- Custom styles for this template -->
1414
<link href="custom.css" rel="stylesheet">
@@ -42,17 +42,6 @@ <h1>Damien DUPORTAL Personal Page</h1>
4242
</p>
4343
</li>
4444
</ul>
45-
46-
47-
<!-- Optional JavaScript -->
48-
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
49-
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha384-Qg00WFl9r0Xr6rUqNLv1ffTSSKEFFCDCKVyHZ+sVt8KuvG99nWw5RNvbhuKgif9z" crossorigin="anonymous"></script>
50-
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
51-
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
52-
crossorigin="anonymous"></script>
53-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
54-
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
55-
crossorigin="anonymous"></script>
5645
</div>
5746

5847
</body>

0 commit comments

Comments
 (0)