Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Nov 13, 2023
1 parent 70bce7f commit 1806ba2
Show file tree
Hide file tree
Showing 21 changed files with 57 additions and 33 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<title> Docker for R users</title>
<meta charset="utf-8" />
<meta name="author" content=" Nicolas CASAJUS .inst[nicolas.casajus at fondationbiodiversite.fr]" />
<script src="libs/header-attrs-2.18/header-attrs.js"></script>
<link href="libs/font-awesome-6.2.0/css/all.min.css" rel="stylesheet" />
<link href="libs/font-awesome-6.2.0/css/v4-shims.min.css" rel="stylesheet" />
<script src="libs/header-attrs-2.25/header-attrs.js"></script>
<link href="libs/font-awesome-6.4.2/css/all.min.css" rel="stylesheet" />
<link href="libs/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet" />
<link rel="stylesheet" href="css/xaringan-themer.css" type="text/css" />
<link rel="stylesheet" href="css/custom.css" type="text/css" />
</head>
Expand Down Expand Up @@ -664,7 +664,7 @@

---

## Utiliation de rcompendium
## Utilisation de rcompendium

Intégration de Docker à un compendium

Expand Down
6 changes: 0 additions & 6 deletions libs/font-awesome-6.2.0/css/all.min.css

This file was deleted.

Binary file not shown.
Binary file removed libs/font-awesome-6.2.0/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file not shown.
Binary file removed libs/font-awesome-6.2.0/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file removed libs/font-awesome-6.2.0/webfonts/fa-solid-900.woff2
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
Expand Down Expand Up @@ -258,8 +258,10 @@
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
0%, 90% {
Expand Down Expand Up @@ -491,6 +493,7 @@

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
content: "\30"; }

Expand Down Expand Up @@ -1493,6 +1496,9 @@ readers do not read off random characters that represent icons */
.fa-v::before {
content: "\56"; }

.fa-bangladeshi-taka-sign::before {
content: "\e2e6"; }

.fa-bicycle::before {
content: "\f206"; }

Expand Down Expand Up @@ -4064,9 +4070,6 @@ readers do not read off random characters that represent icons */
.fa-subtract::before {
content: "\f068"; }

.fa-child-rifle::before {
content: "\e4e0"; }

.fa-chess::before {
content: "\f439"; }

Expand Down Expand Up @@ -5174,6 +5177,12 @@ readers do not read off random characters that represent icons */
.fa-share-square::before {
content: "\f14d"; }

.fa-child-combatant::before {
content: "\e4e0"; }

.fa-child-rifle::before {
content: "\e4e0"; }

.fa-gun::before {
content: "\e19b"; }

Expand Down Expand Up @@ -5351,6 +5360,9 @@ readers do not read off random characters that represent icons */
.fa-hand-lizard::before {
content: "\f258"; }

.fa-notdef::before {
content: "\e1fe"; }

.fa-disease::before {
content: "\f7fa"; }

Expand Down Expand Up @@ -6538,6 +6550,9 @@ readers do not read off random characters that represent icons */
.fa-edge:before {
content: "\f282"; }

.fa-threads:before {
content: "\e618"; }

.fa-napster:before {
content: "\f3d2"; }

Expand Down Expand Up @@ -6706,6 +6721,9 @@ readers do not read off random characters that represent icons */
.fa-scribd:before {
content: "\f28a"; }

.fa-debian:before {
content: "\e60b"; }

.fa-openid:before {
content: "\f19b"; }

Expand Down Expand Up @@ -6946,6 +6964,9 @@ readers do not read off random characters that represent icons */
.fa-neos:before {
content: "\f612"; }

.fa-square-threads:before {
content: "\e619"; }

.fa-hackerrank:before {
content: "\f5f7"; }

Expand Down Expand Up @@ -7288,6 +7309,9 @@ readers do not read off random characters that represent icons */
.fa-erlang:before {
content: "\f39d"; }

.fa-x-twitter:before {
content: "\e61b"; }

.fa-cotton-bureau:before {
content: "\f89e"; }

Expand Down Expand Up @@ -7735,6 +7759,9 @@ readers do not read off random characters that represent icons */
.fa-internet-explorer:before {
content: "\f26b"; }

.fa-stubber:before {
content: "\e5c7"; }

.fa-telegram:before {
content: "\f2c6"; }

Expand All @@ -7744,6 +7771,9 @@ readers do not read off random characters that represent icons */
.fa-old-republic:before {
content: "\f510"; }

.fa-odysee:before {
content: "\e5c6"; }

.fa-square-whatsapp:before {
content: "\f40c"; }

Expand Down Expand Up @@ -7777,6 +7807,9 @@ readers do not read off random characters that represent icons */
.fa-quora:before {
content: "\f2c4"; }

.fa-square-x-twitter:before {
content: "\e61a"; }

.fa-reacteurope:before {
content: "\f75d"; }

Expand Down
9 changes: 9 additions & 0 deletions libs/font-awesome-6.4.2/css/all.min.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
.fa.fa-glass:before {
content: "\f000"; }
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions libs/header-attrs-2.18/header-attrs.js

This file was deleted.

File renamed without changes.

0 comments on commit 1806ba2

Please sign in to comment.